diff --git a/bsp/stm32f429-apollo/KConfig b/bsp/stm32f429-apollo/KConfig index 1ca578f6d2c009d41db0a5a21172f65ee8cda33d..a034a7fe767e8b237e12812b938c82e2a8f048fc 100644 --- a/bsp/stm32f429-apollo/KConfig +++ b/bsp/stm32f429-apollo/KConfig @@ -17,13 +17,7 @@ config $PKGS_DIR source "$RTT_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 bool "Using RT_USING_EXT_SDRAM" default y @@ -44,9 +38,9 @@ config RT_USING_SPI5 bool "Using RT_USING_SPI5" default y -endmenu - - +config RT_RTC_NAME + string "RT_RTC_NAME" + default rtc \ No newline at end of file