nuttx/configs/teensy-3.x/Kconfig
2015-06-10 11:45:53 -06:00

13 lines
194 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
if ARCH_BOARD_TEENSY_3X
config TEENSY_3X_OVERCLOCK
bool "Overclock"
default n
endif