diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-14 18:48:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-14 18:48:17 +0200 |
commit | d9bb269a252853fd6a59aa6aaa190c5d8614acc8 (patch) | |
tree | 388c1442d61d535a7e2a7587e306fdac07597e51 /target/linux/config/Config.in.graphics | |
parent | 476d4ff7d822e2e822dd6da36178c327fff59eba (diff) | |
parent | 5eff21ca1834a2d820c445d72076156a84950f12 (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 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 |