OBLFR/bsp/m0sense/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

28 lines
718 B
Text

config BOARD_M0SENSE
bool
default y if BFLB_BOARD = "m0sense"
comment "M0Sense Options"
menu "Pinmux Configuration"
config PINMUX_ENABLE_LED1
bool "Enable LED1 Pinmux (Red)"
default y
help
Enable LED1 Pinmux
config PINMUX_ENABLE_LED2
bool "Enable LED2 Pinmux (Green) - Currently Broken"
default n
help
Enable LED2 Pinmux. Currently Broken. Need to investigate.
config PINMUX_ENABLE_LED3
bool "Enable LED3 Pinmux (Blue)"
default y
help
Enable LED3 Pinmux
config PINMUX_ENABLE_BTN1
bool "Enable Boot Button"
default y
help
Enable Boot Button
endmenu