diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-02 04:04:48 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-02 18:53:23 +0100 |
commit | 87c3e33b151efb5fea20d2dd3c9c62d3a5c61c8f (patch) | |
tree | 21c2a7356b7e1bb0b947129ea5f2d081d45b0b7e /target/linux/config/Config.in.graphics | |
parent | e8583149d4dd16b7cedc135d63a46138dffcef85 (diff) |
default m approach for selecting kernel stuff by packages does not work well. remove it for now
Diffstat (limited to 'target/linux/config/Config.in.graphics')
-rw-r--r-- | target/linux/config/Config.in.graphics | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index dbd6185d0..3c8c683ef 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -71,7 +71,6 @@ config ADK_KERNEL_MXC_GPU_VIV config ADK_KERNEL_MXC_ASRC tristate - default m if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 config ADK_KERNEL_MXC_HDMI_CEC boolean @@ -183,7 +182,6 @@ config ADK_KERNEL_DRM_DW_HDMI_AUDIO tristate depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 depends on ADK_KERNEL_VERSION_3_16 - #default m if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 default n help @@ -191,7 +189,6 @@ config ADK_KERNEL_DRM_DW_HDMI_CEC tristate depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 depends on ADK_KERNEL_VERSION_3_16 - #default m if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 default n help |