소스 검색

Merge pull request #915 from SummerGGift/patch5

[BSP] update bsp/stm32f429-apollo/KConfig
Bernard Xiong 8 년 전
부모
커밋
f66e8594d1
1개의 변경된 파일4개의 추가작업 그리고 10개의 파일을 삭제
  1. 4 10
      bsp/stm32f429-apollo/KConfig

+ 4 - 10
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