mirror of
https://github.com/apache/nuttx.git
synced 2026-09-01 14:43:02 +00:00
14 lines
240 B
Text
14 lines
240 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_MOXA
|
|
|
|
config MOXA_NP51X0
|
|
bool "NP51x0"
|
|
default y
|
|
---help---
|
|
Moxa NP51x0 series.
|
|
|
|
endif
|