diff --git a/bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig b/bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig index 548d5641bbb50fa6e4ccf966ed322522d76b3b65..9b0caaddd605316a2304f65d9131dbc1fa9f09e8 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