You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
383 B
21 lines
383 B
5 months ago
|
config BSP_USING_GPIO
|
||
|
bool "Enable GPIO"
|
||
|
select RT_USING_PIN
|
||
|
default y
|
||
|
|
||
|
config BSP_USING_ONCHIP_FLASH
|
||
|
bool "Enable Onchip FLASH"
|
||
|
default n
|
||
|
|
||
|
config BSP_USING_WDT
|
||
|
bool "Enable Watchdog Timer"
|
||
|
select RT_USING_WDT
|
||
|
default n
|
||
|
|
||
|
menuconfig BSP_USING_ONCHIP_RTC
|
||
|
bool "Enable RTC"
|
||
|
select RT_USING_RTC
|
||
|
default n
|
||
|
if BSP_USING_ONCHIP_RTC
|
||
|
endif
|