2019-06-04 11:12:17 -06:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
if ARCH_BOARD_MAKERLISP
|
|
|
|
|
2019-06-04 16:35:56 -06:00
|
|
|
config MAKERLISP_VGA
|
|
|
|
bool "VGA Controller attached?"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Select this option if you have an I/O Controller and a VGA vide card
|
|
|
|
connected.
|
|
|
|
|
2019-06-27 08:49:23 -06:00
|
|
|
config MAKERLISP_COPYTORAM
|
|
|
|
bool "Copy to RAM"
|
|
|
|
default n
|
2019-06-28 11:37:02 +00:00
|
|
|
depends on BOOT_RUNFROMEXTSRAM
|
2019-06-27 08:49:23 -06:00
|
|
|
---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.
|
|
|
|
|
2019-06-26 14:37:19 -06:00
|
|
|
config MAKERLISP_SDBOOT
|
|
|
|
bool "Build SD boot loader"
|
|
|
|
default n
|
2020-03-03 11:02:43 -06:00
|
|
|
select EZ80_BOOTLOADER
|
2019-06-26 14:37:19 -06:00
|
|
|
---help---
|
2019-08-05 12:04:14 +00:00
|
|
|
Select this option only with the boards/makerlisp/sdboot
|
2019-06-26 14:37:19 -06:00
|
|
|
configuration. This will enable the components needed only by the
|
|
|
|
boot loader.
|
|
|
|
|
2019-06-04 11:12:17 -06:00
|
|
|
endif # ARCH_BOARD_MAKERLISP
|