update bsp/stm32f429-apollo/KConfig
This commit is contained in:
parent
440a08f2ba
commit
be84b44f1e
|
@ -18,12 +18,6 @@ config $PKGS_DIR
|
||||||
source "$RTT_DIR/KConfig"
|
source "$RTT_DIR/KConfig"
|
||||||
source "$PKGS_DIR/KConfig"
|
source "$PKGS_DIR/KConfig"
|
||||||
|
|
||||||
menu "BSP_SPECIAL CONFIG"
|
|
||||||
|
|
||||||
config RT_RTC_NAME
|
|
||||||
string "RT_RTC_NAME"
|
|
||||||
default rtc
|
|
||||||
|
|
||||||
config RT_USING_EXT_SDRAM
|
config RT_USING_EXT_SDRAM
|
||||||
bool "Using RT_USING_EXT_SDRAM"
|
bool "Using RT_USING_EXT_SDRAM"
|
||||||
default y
|
default y
|
||||||
|
@ -44,9 +38,9 @@ config RT_USING_SPI5
|
||||||
bool "Using RT_USING_SPI5"
|
bool "Using RT_USING_SPI5"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
endmenu
|
config RT_RTC_NAME
|
||||||
|
string "RT_RTC_NAME"
|
||||||
|
default rtc
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue