diff options
author | John Crispin <blogic@openwrt.org> | 2013-07-14 18:01:00 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-07-14 18:01:00 +0000 |
commit | 24f20fee78c4bdf7f787f556c3ac0a1ce37e1788 (patch) | |
tree | 37e212d38633f803085d11d7288cb05360d46eeb /target/linux/ramips/rt305x/config-3.9 | |
parent | 1fbeb49e065c7528b4b79dc765272c39af45026d (diff) | |
download | upstream-24f20fee78c4bdf7f787f556c3ac0a1ce37e1788.tar.gz upstream-24f20fee78c4bdf7f787f556c3ac0a1ce37e1788.tar.bz2 upstream-24f20fee78c4bdf7f787f556c3ac0a1ce37e1788.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37314 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt305x/config-3.9')
-rw-r--r-- | target/linux/ramips/rt305x/config-3.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/config-3.9 b/target/linux/ramips/rt305x/config-3.9 index 72c6082437..eb5232ba29 100644 --- a/target/linux/ramips/rt305x/config-3.9 +++ b/target/linux/ramips/rt305x/config-3.9 @@ -123,6 +123,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 |