From 3a11955b2110d74544f4691464e9bab00a386267 Mon Sep 17 00:00:00 2001 From: linyiyang <50727129+eYoung8475@users.noreply.github.com> Date: Mon, 6 Jan 2020 19:26:35 +0800 Subject: [PATCH] Add information about sram in help command. --- bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig b/bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig index 548d5641bb..9b0caaddd6 100644 --- a/bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig +++ b/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 -- GitLab