diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 13:10:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 14:11:53 +0200 |
commit | a8621c712cd4f00b2aa845e872efacbdd9359157 (patch) | |
tree | 2393670678d76f975593b82eaca079f9538113df /target/linux/config | |
parent | 9c6a7e927aa4f52d04d8f573e4ea3ea3aaaf061e (diff) |
remove 3.13 kernel, add generic kernel version symbols
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.graphics | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index e8af6da59..7f236db02 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -155,7 +155,7 @@ config ADK_KERNEL_DRM_IMX select ADK_KERNEL_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY select ADK_KERNEL_I2C_IMX depends on ADK_TARGET_SYSTEM_CUBOX_I - depends on ADK_KERNEL_VERSION_3_15_RC6 + depends on ADK_KERNEL_VERSION_3_15 default y if ADK_TARGET_SYSTEM_CUBOX_I default n help @@ -171,7 +171,7 @@ config ADK_KERNEL_DRM_VIVANTE select ADK_KERNEL_FB_MXC_SYNC_PANEL select ADK_KERNEL_FB_MXC_HDMI depends on ADK_TARGET_SYSTEM_CUBOX_I - depends on ADK_KERNEL_VERSION_3_10_30 + depends on ADK_KERNEL_VERSION_3_10 default y if ADK_TARGET_SYSTEM_CUBOX_I default n help |