Add Kconfig chane should have been a part of 6256af21d5
.
This commit is contained in:
parent
6256af21d5
commit
23f14a3217
@ -12,6 +12,18 @@ config MAKERLISP_VGA
|
|||||||
Select this option if you have an I/O Controller and a VGA vide card
|
Select this option if you have an I/O Controller and a VGA vide card
|
||||||
connected.
|
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
|
config MAKERLISP_SDBOOT
|
||||||
bool "Build SD boot loader"
|
bool "Build SD boot loader"
|
||||||
default n
|
default n
|
||||||
|
Loading…
Reference in New Issue
Block a user