diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-05 19:59:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-05 19:59:00 +0200 |
commit | 42608911b38cba0090d16a960d0af63ac04e06e7 (patch) | |
tree | 41d1f1de9685f32f4b685f5b0fe4050770fba6b8 /target/linux/config/Config.in.graphics | |
parent | 218111185307d2dc3da59ae467aa0c8e68324a86 (diff) | |
parent | 3f7cbcaaabf350586366dbd2bbd555d59fd7be1e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config/Config.in.graphics')
-rw-r--r-- | target/linux/config/Config.in.graphics | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index 5cbe307f0..61e124098 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -48,6 +48,17 @@ config ADK_KERNEL_AGP_INTEL menu "Graphic devices support" depends on ADK_TARGET_WITH_VGA +config ADK_KERNEL_FB_CIRRUS + prompt "................................ Framebuffer support for QEMU Emulator" + tristate + select ADK_KERNEL_FB + select ADK_KERNEL_FRAMEBUFFER_CONSOLE + default y if ADK_TARGET_SYSTEM_QEMU_I686 + default n + depends on ADK_TARGET_SYSTEM_QEMU_I686 + help + Framebuffer support for Qemu Emulator. + config ADK_KERNEL_FB_GEODE_LX prompt "................................ Framebuffer support for ALIX boards with VGA" tristate |