From 48a31eede53debe0326f678e4f59796abe2c72fc Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 6 Mar 2014 11:47:16 -0600 Subject: [PATCH] configs/rgmp/x86/default: Configuration converted to use the kconfig-frontends tools --- arch/rgmp/Kconfig | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/arch/rgmp/Kconfig b/arch/rgmp/Kconfig index 24a9c320510..2f9cead0797 100644 --- a/arch/rgmp/Kconfig +++ b/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