From 5375bb5b86e266157ceceef08c367da711b8144e Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sat, 1 Jun 2013 01:04:32 +0200 Subject: Cleanup, WIP, needs a NuttX checkout to Firmware/NuttX now --- nuttx/configs/px4fmu/Kconfig | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 nuttx/configs/px4fmu/Kconfig (limited to 'nuttx/configs/px4fmu/Kconfig') diff --git a/nuttx/configs/px4fmu/Kconfig b/nuttx/configs/px4fmu/Kconfig deleted file mode 100644 index b5e6d5515..000000000 --- a/nuttx/configs/px4fmu/Kconfig +++ /dev/null @@ -1,26 +0,0 @@ -# -# For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. -# - -if ARCH_BOARD_PX4FMU -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 ARCH_IRQBUTTONS - bool "Button interrupt support" - default n - depends on ARCH_BUTTONS - ---help--- - "Support EXTI interrupts on button presses and releases." - -endif -- cgit v1.2.3