From 319ac4b072b54f347a3518289b55f81e3090a250 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 6 Feb 2015 01:48:24 -0600 Subject: rework CMDLINE generation regarding serial/vga Use one place and not hard coded for each device. There exist use cases where on a specific device like raspberry pi, not the default 115200 baud rate is used. --- target/config/Config.in.x86.choice | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'target/config/Config.in.x86.choice') diff --git a/target/config/Config.in.x86.choice b/target/config/Config.in.x86.choice index c95768793..fb6b848d4 100644 --- a/target/config/Config.in.x86.choice +++ b/target/config/Config.in.x86.choice @@ -7,19 +7,19 @@ depends on (ADK_TARGET_SYSTEM_QEMU_X86 || ADK_TARGET_SYSTEM_GENERIC_PC || ADK_TA default ADK_CPU_I486 config ADK_CPU_I486 - boolean "i486" + bool "i486" select ADK_i486 config ADK_CPU_I586 - boolean "i586" + bool "i586" select ADK_i586 config ADK_CPU_I686 - boolean "i686" + bool "i686" select ADK_i686 config ADK_CPU_ATOM - boolean "atom" + bool "atom" select ADK_atom endchoice -- cgit v1.2.3