OBLFR/bsp/ox64/Kconfig
Justin Hammond 52f6992eca
Update BSP For various boards that have Bouffalo Chips (#4)
* Initial Work on setting custom BSP for ox64

* add M1S Dock BSP

* Add Apache 2.0 License file

* refactor to support bl702 and BL616 Chips

* Update SDK Variable name

* Ensure we get the BOARD from our proj.conf when recompiling

* Till bl_mcu_sdk merge https://github.com/bouffalolab/bl_mcu_sdk/pull/82 lets just let Make warn about overriding targets

* change PINE64_SDK_PATH to OBLFR_SDK_PATH
2023-02-02 00:28:17 +08:00

11 lines
161 B
Text

config BOARD_OX64
bool
default y if BFLB_BOARD = "ox64"
config BOARD_HAS_SDCARD
bool
default y if BFLB_BOARD = "ox64"
comment "ox64 Options"