diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-14 19:42:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-14 19:42:16 +0100 |
commit | 79f490eaeaa308b5ab0b5d2502f8741e07a5c57c (patch) | |
tree | dc3b03ac6bb36c87700096850bf1c467c84acbda /target/linux | |
parent | cf53aff5d6feebf06953794b03b1793cda3e2f77 (diff) | |
parent | be224b00592655208580afc6164961eea47c5a49 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.graphics | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index 6c7127ae2..48cd3ea73 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -13,7 +13,6 @@ config ADK_KERNEL_VT_CONSOLE config ADK_KERNEL_VGA_CONSOLE boolean default y if ADK_HARDWARE_VBOX - default y if ADK_TARGET_SYSTEM_ARANYM_M68K default n config ADK_KERNEL_FONTS @@ -27,6 +26,8 @@ config ADK_KERNEL_FB boolean config ADK_KERNEL_FRAMEBUFFER_CONSOLE + default y if ADK_TARGET_SYSTEM_ARANYM_M68K + default n boolean config ADK_KERNEL_MFD_SM501 |