Add information about sram in help command.

This commit is contained in:
linyiyang 2020-01-06 19:26:35 +08:00 committed by GitHub
parent 8b11bfd3ac
commit 3a11955b21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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