diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-12 10:30:58 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-12 10:30:58 +0200 |
| commit | 8ad8223f780260891e38bdc54edc6b401f8f6a6e (patch) | |
| tree | e8e17989456499ab1d39f5778ecffbf27957a42b /target/linux | |
| parent | 8f16335443a322578274737c8d80ce557e4d2656 (diff) | |
| parent | 36a26b341d49d90e5b936278478134aa178a0238 (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 5b293b0c4..dfa31bba7 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -84,8 +84,9 @@ config ADK_KERNEL_FB_PXA select ADK_KERNEL_FB select ADK_KERNEL_FRAMEBUFFER_CONSOLE default y if ADK_TARGET_SYSTEM_SHARP_ZAURUS + default y if ADK_TARGET_QEMU_ARM_MODEL_SPITZ default n - depends on ADK_TARGET_SYSTEM_SHARP_ZAURUS + depends on ADK_TARGET_SYSTEM_SHARP_ZAURUS || ADK_TARGET_QEMU_ARM_MODEL_SPITZ help Framebuffer support for Sharp Zaurus CL Series. |
