nuttx/configs/makerlisp/Kconfig

24 lines
571 B
Plaintext
Raw Normal View History

#
# 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
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.
config MAKERLISP_SDBOOT
bool "Build SD boot loader"
default n
---help---
Select this option only with the configs/makerlisp/sdboot
configuration. This will enable the components needed only by the
boot loader.
endif # ARCH_BOARD_MAKERLISP