From 2a51eca301e40454e294941a7b4b7f4d30f6ec96 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 6 Mar 2014 11:47:16 -0600 Subject: configs/rgmp/x86/default: Configuration converted to use the kconfig-frontends tools --- nuttx/arch/rgmp/Kconfig | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'nuttx/arch') 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 -- cgit v1.2.3