configs/rgmp/x86/default: Configuration converted to use the kconfig-frontends tools

This commit is contained in:
Gregory Nutt
2014-03-06 11:47:16 -06:00
parent 2993bd108d
commit 4bbbe80a31
7 changed files with 654 additions and 252 deletions
+18 -2
View File
@@ -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