From be84b44f1e13c249aa427a58e8c485e3c4c986b1 Mon Sep 17 00:00:00 2001 From: SummerGift Date: Fri, 27 Oct 2017 16:28:29 +0800 Subject: [PATCH] update bsp/stm32f429-apollo/KConfig --- bsp/stm32f429-apollo/KConfig | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/bsp/stm32f429-apollo/KConfig b/bsp/stm32f429-apollo/KConfig index 1ca578f6d2..a034a7fe76 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 -- GitLab