nuttx/configs/saml21-xplained/Kconfig

56 lines
1.0 KiB
Plaintext

#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
if ARCH_BOARD_SAML21_XPLAINED
menu "SAML21 Xplained Pro Modules"
config SAML21_XPLAINED_IOMODULE
bool "I/O1 Module"
default n
---help---
The I/O 1 module is attached. This module provides an MMC/SD card
slot.
if SAML21_XPLAINED_IOMODULE
choice
prompt "I/O1 Module Location"
default SAML21_XPLAINED_IOMODULE_EXT1
config SAML21_XPLAINED_IOMODULE_EXT1
bool "EXT1"
config SAML21_XPLAINED_IOMODULE_EXT2
bool "EXT2"
endchoice
endif
config SAML21_XPLAINED_OLED1MODULE
bool "OLED1 Module"
default n
---help---
The OLED 1 module is attached. This module provides an OLED plus 3
additional switches and 3 additional LEDs.
if SAML21_XPLAINED_OLED1MODULE
choice
prompt "OLED1 Module Location"
default SAML21_XPLAINED_OLED1MODULE_EXT1
config SAML21_XPLAINED_OLED1MODULE_EXT1
bool "EXT1"
config SAML21_XPLAINED_OLED1MODULE_EXT2
bool "EXT2"
endchoice
endif
endmenu
endif # ARCH_BOARD_SAML21_XPLAINED