13 lines
222 B
Plaintext
13 lines
222 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
if ARCH_BOARD_TEENSY_3X
|
|
|
|
config TEENSY_3X_OVERCLOCK
|
|
bool "Overclock"
|
|
default n
|
|
|
|
endif
|