diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-11 06:29:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-11 06:29:26 +0200 |
commit | 382f939c41eb060a487f85e87c1a1681536fe109 (patch) | |
tree | 81601ccebe94b6e91daab715bb065b252d06a047 /target/linux/config | |
parent | 711be2039e25b299064449ba73f5fb0ceb81c7df (diff) |
add PXA frambuffer
Diffstat (limited to 'target/linux/config')
-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 61e124098..f6f97dfa8 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -59,6 +59,17 @@ config ADK_KERNEL_FB_CIRRUS help Framebuffer support for Qemu Emulator. +config ADK_KERNEL_FB_PXA + prompt "................................ Framebuffer support for Sharp Zaurus" + tristate + select ADK_KERNEL_FB + select ADK_KERNEL_FRAMEBUFFER_CONSOLE + default y if ADK_TARGET_SYSTEM_SHARP_ZAURUS + default n + depends on ADK_TARGET_SYSTEM_SHARP_ZAURUS + help + Framebuffer support for Sharp Zaurus CL Series. + config ADK_KERNEL_FB_GEODE_LX prompt "................................ Framebuffer support for ALIX boards with VGA" tristate |