mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
12 lines
242 B
Text
12 lines
242 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
if ARCH_BOARD_NRF52840_DK
|
|
|
|
config NRF52840DK_HIGHPRI
|
|
bool "High priority interrupt test"
|
|
default n
|
|
|
|
endif
|