Add Kconfig chane should have been a part of 6256af21d5.

This commit is contained in:
Gregory Nutt 2019-06-27 08:49:23 -06:00
parent 6256af21d5
commit 23f14a3217

View File

@ -12,6 +12,18 @@ config MAKERLISP_VGA
Select this option if you have an I/O Controller and a VGA vide card
connected.
config MAKERLISP_COPYTORAM
bool "Copy to RAM"
default n
depend on BOOT_RUNFROMEXTSRAM
---help---
This option is available only when running from external SRAM
(CONFIG_BOOT_RUNFROMEXTSRAM). In that case there are two possible
options: (1) The configuration runs entirely out of SRAM and must
be copied into SRAM by a boot loader. Or (2) The configuration
boots out of FLASH, copies itself to SRAM, and runs from SRAM. This
configuration setting selects that latter option.
config MAKERLISP_SDBOOT
bool "Build SD boot loader"
default n