diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-20 14:09:39 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-20 14:09:39 +0000 |
commit | 5da1d7daa5e057f5073a72ae9e89f37426960e04 (patch) | |
tree | 84257b1d4e3fae6ec0cac2417c8465bca8cfa6c5 /target/linux/ppc40x/config-3.6 | |
parent | 1b0aaff2467d1ac5e08e35dae168df781e688b10 (diff) | |
download | upstream-5da1d7daa5e057f5073a72ae9e89f37426960e04.tar.gz upstream-5da1d7daa5e057f5073a72ae9e89f37426960e04.tar.bz2 upstream-5da1d7daa5e057f5073a72ae9e89f37426960e04.zip |
ppc40x/44x: disable SWIOTLB
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34797
Diffstat (limited to 'target/linux/ppc40x/config-3.6')
-rw-r--r-- | target/linux/ppc40x/config-3.6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ppc40x/config-3.6 b/target/linux/ppc40x/config-3.6 index 784907d498..978a054953 100644 --- a/target/linux/ppc40x/config-3.6 +++ b/target/linux/ppc40x/config-3.6 @@ -98,7 +98,7 @@ CONFIG_IBM_EMAC_RX_COPY_THRESHOLD=256 CONFIG_IBM_EMAC_RX_SKB_HEADROOM=0 CONFIG_IBM_EMAC_TXB=256 CONFIG_INITRAMFS_SOURCE="" -CONFIG_IOMMU_HELPER=y +# CONFIG_IOMMU_HELPER is not set # CONFIG_IPIC is not set CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_FORCED_THREADING=y @@ -204,7 +204,7 @@ CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_SLAB is not set CONFIG_SLUB=y CONFIG_SPARSE_IRQ=y -CONFIG_SWIOTLB=y +# CONFIG_SWIOTLB is not set CONFIG_TASK_SIZE=0xc0000000 CONFIG_USB=m CONFIG_USB_ARCH_HAS_XHCI=y |