diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-23 21:50:44 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-23 21:50:51 +0100 |
commit | e56b7be68f6a85396281a9961a5854b99f6917e3 (patch) | |
tree | b5a978a8aee7b8fc7cde2d9de881385c4a5041bb /target/linux | |
parent | 26d0bebd88032de5e4b6f5b8cfaa8cb70def87c1 (diff) |
VGA_CONSOLE seems to be no longer a problem with Lemote Yeelong
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.graphics | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index 66caf1d67..7568fa0ce 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -7,19 +7,16 @@ depends on ADK_TARGET_WITH_VGA || ADK_TARGET_QEMU || ADK_TARGET_VBOX config ADK_KERNEL_VT bool default y if ADK_TARGET_WITH_VGA - default y if ADK_TARGET_VBOX default n config ADK_KERNEL_VT_CONSOLE bool default y if ADK_TARGET_WITH_VGA - default y if ADK_TARGET_VBOX default n config ADK_KERNEL_VGA_CONSOLE bool - default y if ADK_TARGET_SYSTEM_IBM_X40 - default y if ADK_TARGET_VBOX + default y if ADK_TARGET_WITH_VGA default n config ADK_KERNEL_FONTS @@ -30,9 +27,9 @@ config ADK_KERNEL_FONT_8x16 select ADK_KERNEL_FONTS config ADK_KERNEL_FB + bool select ADK_KERNEL_VT select ADK_KERNEL_VT_CONSOLE - bool config ADK_KERNEL_FB_SBUS bool |