nuttx/configs/sam4e-ek/Kconfig

20 lines
313 B
Plaintext
Raw Normal View History

2014-03-10 22:18:46 +01:00
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
if ARCH_BOARD_SAM4EEK
choice
prompt "CPU Frequency"
default SAM4EEK_96MHZ
config SAM4EEK_96MHZ
bool "96 MHz"
config SAM4EEK_120MHZ
bool "120 MHz"
endchoice # CPU Frequency
endif # ARCH_BOARD_SAM4EEK