diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-11 18:07:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-11 18:07:39 +0200 |
commit | 36a26b341d49d90e5b936278478134aa178a0238 (patch) | |
tree | 2c5bd0adacb775f849c82e5942a3bfb9061c8a5a /target/linux | |
parent | 16de5fcccc6de9d6df017078fb02f775514c1b9b (diff) |
preliminary musl support
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. |