소스 검색

Add information about sram in help command.

linyiyang 5 년 전
부모
커밋
3a11955b21
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig

+ 3 - 1
bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig

@@ -35,8 +35,10 @@ menu "Onboard Peripheral Drivers"
         default n 
 
     config BSP_USING_SRAM
-        bool "Enable SRAM. Chip name is IS62WV51216, 1Mbytes static RAMs organized as 512K words by 16bits."
+        bool "Enable SRAM."
         default n
+        help
+            Chip name is IS62WV51216, 1Mbytes static RAMs organized as 512K words by 16bits.
 
 endmenu