Add information about sram in help command.
This commit is contained in:
parent
8b11bfd3ac
commit
3a11955b21
|
@ -35,8 +35,10 @@ menu "Onboard Peripheral Drivers"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config BSP_USING_SRAM
|
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
|
default n
|
||||||
|
help
|
||||||
|
Chip name is IS62WV51216, 1Mbytes static RAMs organized as 512K words by 16bits.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue