diff options
author | John Crispin <blogic@openwrt.org> | 2015-05-27 20:02:04 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-05-27 20:02:04 +0000 |
commit | f7a022c6f970128af1bb19866c1f8b59c0be7666 (patch) | |
tree | 3ff01cfaa85d8f61c9d0941d9b7fd64b6522d475 /target/linux/ramips | |
parent | 952b6f2b0538f528b6db3202da83fb46cb982594 (diff) | |
download | upstream-f7a022c6f970128af1bb19866c1f8b59c0be7666.tar.gz upstream-f7a022c6f970128af1bb19866c1f8b59c0be7666.tar.bz2 upstream-f7a022c6f970128af1bb19866c1f8b59c0be7666.zip |
ramips: diable ill_acc driver by default
this treacled down via the stable tree and wandered into 3.18.14
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45793 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/mt7620/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/ramips/mt7621/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/ramips/mt7628/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/ramips/rt288x/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/ramips/rt3883/config-3.18 | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7620/config-3.18 b/target/linux/ramips/mt7620/config-3.18 index 9bac5a66ed..0995991b6f 100644 --- a/target/linux/ramips/mt7620/config-3.18 +++ b/target/linux/ramips/mt7620/config-3.18 @@ -151,6 +151,7 @@ CONFIG_PINCTRL_RT2880=y # CONFIG_PINCTRL_SINGLE is not set # CONFIG_PREEMPT_RCU is not set CONFIG_RALINK=y +# CONFIG_RALINK_ILL_ACC is not set CONFIG_RALINK_USBPHY=y CONFIG_RALINK_WDT=y # CONFIG_RCU_STALL_COMMON is not set diff --git a/target/linux/ramips/mt7621/config-3.18 b/target/linux/ramips/mt7621/config-3.18 index 11d372b334..0e03f7a696 100644 --- a/target/linux/ramips/mt7621/config-3.18 +++ b/target/linux/ramips/mt7621/config-3.18 @@ -166,6 +166,7 @@ CONFIG_POWER_RESET_GPIO=y CONFIG_POWER_SUPPLY=y # CONFIG_PREEMPT_RCU is not set CONFIG_RALINK=y +# CONFIG_RALINK_ILL_ACC is not set CONFIG_RALINK_USBPHY=y # CONFIG_RALINK_WDT is not set CONFIG_RCU_STALL_COMMON=y diff --git a/target/linux/ramips/mt7628/config-3.18 b/target/linux/ramips/mt7628/config-3.18 index 2fd0792e9a..88dec7e1f4 100644 --- a/target/linux/ramips/mt7628/config-3.18 +++ b/target/linux/ramips/mt7628/config-3.18 @@ -149,6 +149,7 @@ CONFIG_PINCTRL_RT2880=y # CONFIG_PINCTRL_SINGLE is not set # CONFIG_PREEMPT_RCU is not set CONFIG_RALINK=y +# CONFIG_RALINK_ILL_ACC is not set CONFIG_RALINK_USBPHY=y # CONFIG_RALINK_WDT is not set # CONFIG_RCU_STALL_COMMON is not set diff --git a/target/linux/ramips/rt288x/config-3.18 b/target/linux/ramips/rt288x/config-3.18 index 28d2927882..fe2c55d4cf 100644 --- a/target/linux/ramips/rt288x/config-3.18 +++ b/target/linux/ramips/rt288x/config-3.18 @@ -133,6 +133,7 @@ CONFIG_PINCTRL_RT2880=y # CONFIG_PINCTRL_SINGLE is not set # CONFIG_PREEMPT_RCU is not set CONFIG_RALINK=y +# CONFIG_RALINK_ILL_ACC is not set # CONFIG_RALINK_USBPHY is not set CONFIG_RALINK_WDT=y CONFIG_RA_NAT_NONE=y diff --git a/target/linux/ramips/rt305x/config-3.18 b/target/linux/ramips/rt305x/config-3.18 index 4681070ece..9c03767acb 100644 --- a/target/linux/ramips/rt305x/config-3.18 +++ b/target/linux/ramips/rt305x/config-3.18 @@ -135,6 +135,7 @@ CONFIG_PINCTRL_RT2880=y # CONFIG_PINCTRL_SINGLE is not set # CONFIG_PREEMPT_RCU is not set CONFIG_RALINK=y +# CONFIG_RALINK_ILL_ACC is not set CONFIG_RALINK_USBPHY=y CONFIG_RALINK_WDT=y # CONFIG_RCU_STALL_COMMON is not set diff --git a/target/linux/ramips/rt3883/config-3.18 b/target/linux/ramips/rt3883/config-3.18 index f8058fdf4b..b9bd38d79b 100644 --- a/target/linux/ramips/rt3883/config-3.18 +++ b/target/linux/ramips/rt3883/config-3.18 @@ -144,6 +144,7 @@ CONFIG_PINCTRL_RT2880=y # CONFIG_PINCTRL_SINGLE is not set # CONFIG_PREEMPT_RCU is not set CONFIG_RALINK=y +# CONFIG_RALINK_ILL_ACC is not set CONFIG_RALINK_USBPHY=y CONFIG_RALINK_WDT=y # CONFIG_RCU_STALL_COMMON is not set |