mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Kconfig updated + NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4646 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+1
-1
@@ -270,7 +270,7 @@ config ARCH_BOARD_PIC32_STARTERKIT
|
|||||||
(DM320004) with the Multimedia Expansion Board (MEB, DM320005).
|
(DM320004) with the Multimedia Expansion Board (MEB, DM320005).
|
||||||
See www.microchip.com for further information.
|
See www.microchip.com for further information.
|
||||||
|
|
||||||
config ARCH_BOARD_PIC32_PIC32MXMMB
|
config ARCH_BOARD_PIC32_PIC32MX7MMB
|
||||||
bool "Mikroelektronika PIC32MX7 MMB"
|
bool "Mikroelektronika PIC32MX7 MMB"
|
||||||
depends on ARCH_CHIP_PIC32MX795F512L
|
depends on ARCH_CHIP_PIC32MX795F512L
|
||||||
---help---
|
---help---
|
||||||
|
|||||||
@@ -2,3 +2,19 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_AVR32DEV1
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
config ARCH_BUTTONS
|
||||||
|
bool "Button support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support interfaces to use buttons provided by the board."
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
|
|||||||
@@ -2,3 +2,12 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_C5471EVM
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,19 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_DEMOS92S12NEC64
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
config ARCH_BUTTONS
|
||||||
|
bool "Button support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support interfaces to use buttons provided by the board."
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
|
|||||||
@@ -2,3 +2,18 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_EA3131
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
config ARCH_BUTTONS
|
||||||
|
bool "Button support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support interfaces to use buttons provided by the board."
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,18 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_EA3152
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
config ARCH_BUTTONS
|
||||||
|
bool "Button support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support interfaces to use buttons provided by the board."
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,12 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_EAGLE100
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,18 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_HYMINI_STM32V
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
config ARCH_BUTTONS
|
||||||
|
bool "Button support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support interfaces to use buttons provided by the board."
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,18 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_KWIKSTIK_K40
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
config ARCH_BUTTONS
|
||||||
|
bool "Button support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support interfaces to use buttons provided by the board."
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,12 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_LM3S6432S2E
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,12 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_LM3S6965EK
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,12 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_LM3S8962EK
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,12 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_LPCXPRESSO
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,12 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_MBED
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,12 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_MCU123
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,12 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_MX1ADS
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,18 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_NE64BADGE
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
config ARCH_BUTTONS
|
||||||
|
bool "Button support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support interfaces to use buttons provided by the board."
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,12 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_NTOSD_DM320
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,12 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_NUCLEUS2G
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,18 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_LPC1766STK
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
config ARCH_BUTTONS
|
||||||
|
bool "Button support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support interfaces to use buttons provided by the board."
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,13 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_OLIMEXLPC2378
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,18 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_OLIMEX_STRP711
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
config ARCH_BUTTONS
|
||||||
|
bool "Button support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support interfaces to use buttons provided by the board."
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,12 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_PIC32_STARTERKIT
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,12 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_PIC32_PIC32MX7MMB
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,12 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_PJRC_87C52
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,18 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_SAM3UEK
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
config ARCH_BUTTONS
|
||||||
|
bool "Button support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support interfaces to use buttons provided by the board."
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,18 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_SKP16C26
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
config ARCH_BUTTONS
|
||||||
|
bool "Button support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support interfaces to use buttons provided by the board."
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -6,6 +6,18 @@
|
|||||||
if ARCH_BOARD_STM3210E_EVAL
|
if ARCH_BOARD_STM3210E_EVAL
|
||||||
comment "STM3210E-EVAL LCD Hardware Configuration"
|
comment "STM3210E-EVAL LCD Hardware Configuration"
|
||||||
|
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
config ARCH_BUTTONS
|
||||||
|
bool "Button support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support interfaces to use buttons provided by the board."
|
||||||
|
|
||||||
config STM3210E_LCD
|
config STM3210E_LCD
|
||||||
bool "Select support for the STM3210E-EVAL LCD"
|
bool "Select support for the STM3210E-EVAL LCD"
|
||||||
default y
|
default y
|
||||||
|
|||||||
@@ -2,3 +2,18 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_STM3220G_EVAL
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
config ARCH_BUTTONS
|
||||||
|
bool "Button support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support interfaces to use buttons provided by the board."
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,18 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_STM3240G_EVAL
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
config ARCH_BUTTONS
|
||||||
|
bool "Button support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support interfaces to use buttons provided by the board."
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,18 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_STM32F4_DISCOVERY
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
config ARCH_BUTTONS
|
||||||
|
bool "Button support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support interfaces to use buttons provided by the board."
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,18 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_SUREPIC32MX
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
config ARCH_BUTTONS
|
||||||
|
bool "Button support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support interfaces to use buttons provided by the board."
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,12 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_TEENSY
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,18 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_TWR_K60N512
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
config ARCH_BUTTONS
|
||||||
|
bool "Button support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support interfaces to use buttons provided by the board."
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
@@ -2,3 +2,12 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_TWR_K60N512
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of board LEDs by NuttX to indicate system state"
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user