diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-17 21:56:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-19 19:54:46 +0100 |
commit | cab67d9eec989502743f7a75929831eae1b832b4 (patch) | |
tree | e3592fb8c0552eb0a95a51cc1185fbf05fdb9613 /target/linux/config/Config.in.graphics | |
parent | b0e2514c3268b81847c1ded59f666ebe693635f0 (diff) |
add simple fb for banana pro
Diffstat (limited to 'target/linux/config/Config.in.graphics')
-rw-r--r-- | target/linux/config/Config.in.graphics | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index e85f9dd67..e2e38e235 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -152,6 +152,15 @@ config ADK_KERNEL_FB_CON_DECOR depends on ADK_TARGET_KERNEL_VERSION_3_18 || \ ADK_TARGET_KERNEL_VERSION_3_14 +config ADK_KERNEL_FB_SIMPLE + bool "Simple Framebuffer" + select ADK_KERNEL_FB + select ADK_KERNEL_FRAMEBUFFER_CONSOLE + default y if ADK_TARGET_SYSTEM_BANANA_PRO + default n + help + Simple Framebuffer driver. + config ADK_KERNEL_FB_VESA bool "Framebuffer support for VESA" select ADK_KERNEL_FB @@ -208,6 +217,7 @@ config ADK_KERNEL_FB_GEODE_LX select ADK_KERNEL_FB select ADK_KERNEL_FRAMEBUFFER_CONSOLE select ADK_KERNEL_FB_GEODE + depends on ADK_TARGET_MODEL_PCENGINES_ALIX1C default y if ADK_TARGET_MODEL_PCENGINES_ALIX1C default n help |