summaryrefslogblamecommitdiff
path: root/nuttx/configs/sam4l-xplained/Kconfig
blob: d80c38ff87c8f2e105f64bdfaa146f30821bc480 (plain) (tree)
1
2
3
4
5
6





                                                             






































                                                                                   
     
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

if ARCH_BOARD_SAM4L_XPLAINED

menu "SAM4L Xplained Pro Modules"

config SAM4L_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 SAM4L_XPLAINED_IOMODULE
choice
	prompt "I/O1 Module Location"
	default SAM4L_XPLAINED_IOMODULE_EXT1

config SAM4L_XPLAINED_IOMODULE_EXT1
	bool "EXT1"

config SAM4L_XPLAINED_IOMODULE_EXT2
	bool "EXT2"

endchoice
endif

config SAM4L_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.

config SAM4L_XPLAINED_SLCD1MODULE
	bool "SLCD1 Module"
	default n
	---help---
		The SLCD 1 module is attached.  This module provides a segment LCD
		that connects directly to the "EXT5 SEGMENT LCD" connector

endmenu
endif