mirror of
https://github.com/lcbcFoo/ReonV.git
synced 2025-04-23 13:07:08 -04:00
8 lines
269 B
Text
8 lines
269 B
Text
|
|
mainmenu_option next_comment
|
|
comment 'Synchronous SRAM controller '
|
|
bool 'Enable Synchronous SRAM controller ' CONFIG_SSCTRL
|
|
if [ "$CONFIG_SSCTRL" = "y" ]; then
|
|
bool 'Enable 16-bit PROM support ' CONFIG_SSCTRL_PROM16
|
|
fi
|
|
endmenu
|