summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-06 11:47:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-06 11:47:16 -0600
commit2a51eca301e40454e294941a7b4b7f4d30f6ec96 (patch)
tree15126f54ec0e30473b1635fa88d0d16e537374a8 /nuttx/arch
parente84bc1b904eaaeb77a4b355c0f5dc119b87234b4 (diff)
downloadpx4-nuttx-2a51eca301e40454e294941a7b4b7f4d30f6ec96.tar.gz
px4-nuttx-2a51eca301e40454e294941a7b4b7f4d30f6ec96.tar.bz2
px4-nuttx-2a51eca301e40454e294941a7b4b7f4d30f6ec96.zip
configs/rgmp/x86/default: Configuration converted to use the kconfig-frontends tools
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/rgmp/Kconfig20
1 files changed, 18 insertions, 2 deletions
diff --git a/nuttx/arch/rgmp/Kconfig b/nuttx/arch/rgmp/Kconfig
index 24a9c3205..2f9cead07 100644
--- a/nuttx/arch/rgmp/Kconfig
+++ b/nuttx/arch/rgmp/Kconfig
@@ -20,11 +20,27 @@ config RGMP_SUBARCH_X86
---help---
RGMP x86 architecture"
-endchoice
+endchoice # RGMP Architecture
config RGMP_SUBARCH
string
default "arm" if RGMP_SUBARCH_ARM
default "x86" if RGMP_SUBARCH_X86
-endif
+menu "x86 Peripheral Selections"
+ depends on RGMP_SUBARCH_X86
+
+config COM1
+ bool "COM1"
+
+config COM2
+ bool "COM1"
+
+config COM3
+ bool "COM1"
+
+config COM4
+ bool "COM1"
+
+endmenu # x86 Peripheral Selections
+endif # ARCH_RGMP