diff options
author | John Crispin <john@openwrt.org> | 2013-07-14 18:01:00 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-07-14 18:01:00 +0000 |
commit | f7cf157712d95459e6d5c27d061cdc6aa2090c1e (patch) | |
tree | 9951d16ae938100d77e75b00d7ac9386703d5e2a /target/linux/ramips/rt3883 | |
parent | 6d7e4776918652bce5e2b5da1a8f3ce401348af4 (diff) | |
download | upstream-f7cf157712d95459e6d5c27d061cdc6aa2090c1e.tar.gz upstream-f7cf157712d95459e6d5c27d061cdc6aa2090c1e.tar.bz2 upstream-f7cf157712d95459e6d5c27d061cdc6aa2090c1e.zip |
ramips: disable ill_acc driver by default
The driver seems to be causoing boot rpoblems on some SoCs
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37314
Diffstat (limited to 'target/linux/ramips/rt3883')
-rw-r--r-- | target/linux/ramips/rt3883/config-3.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/rt3883/config-3.9 b/target/linux/ramips/rt3883/config-3.9 index 8bf49154bf..3db5077a3c 100644 --- a/target/linux/ramips/rt3883/config-3.9 +++ b/target/linux/ramips/rt3883/config-3.9 @@ -128,6 +128,7 @@ CONFIG_PERF_USE_VMALLOC=y CONFIG_PHYLIB=y # 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 |