diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-13 13:42:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-13 13:45:43 +0200 |
commit | 2ba976bcf210c78bdb9eae8426a0768d630870d9 (patch) | |
tree | 741ed4cb1d4f2798354474f1e53e650bab6048f6 /target/linux/config/Config.in.graphics | |
parent | e4444fd7564e31f7bb00b66682ef932519a3c1e1 (diff) |
some kernel abstraction layer fixes, partially for ibm x40 bootup
Diffstat (limited to 'target/linux/config/Config.in.graphics')
-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 69412f3b0..77ee1ebf0 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -16,6 +16,7 @@ config ADK_KERNEL_VT_CONSOLE config ADK_KERNEL_VGA_CONSOLE boolean default y if ADK_HARDWARE_VBOX + default y if ADK_TARGET_SYSTEM_IBM_X40 default n config ADK_KERNEL_FONTS @@ -196,7 +197,7 @@ config ADK_KERNEL_FB_BCM2708 Framebuffer support for Raspberry PI. config ADK_HARDWARE_GRAPHICS_INTEL_I915 - prompt "Support for Intel graphic cards (AGP/DRM/KMS/NM10)" + prompt "Support for Intel graphic cards (AGP/DRM/KMS)" boolean select ADK_KERNEL_FB select ADK_KERNEL_DRM |