diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-06 13:07:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-06 13:07:34 +0100 |
commit | 18d3d19d929699d3f27c414090e86ed16669dc07 (patch) | |
tree | 9d0af1bb08e890287807f8f341cef2c07e19da54 /target | |
parent | 936fb297a45f13e7e0ebf46c49b70db614baf37d (diff) |
STAGING is needed for Lemote framebuffer driver
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.graphics | 1 | ||||
-rw-r--r-- | target/linux/config/Config.in.kernel | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index 3e59afda8..75c05449f 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -108,6 +108,7 @@ config ADK_KERNEL_FB_SM7XX select ADK_KERNEL_FB select ADK_KERNEL_FRAMEBUFFER_CONSOLE select ADK_KERNEL_FONT_8x16 + select ADK_KERNEL_STAGING default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG default n depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index cbe22ccec..4082d79e7 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -1,3 +1,6 @@ +config ADK_KERNEL_STAGING + boolean + config ADK_KERNEL_EXPERIMENTAL boolean |