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 | 9cca4df4613cbc70ccdd95588771dae93d0de27f (patch) | |
tree | c6ab243d5b60d351d2c694b343855fb6476a6d88 /target/linux/ppc40x/config-3.6 | |
parent | 21879173715944f68464ea9076a00f063075648d (diff) | |
download | master-187ad058-9cca4df4613cbc70ccdd95588771dae93d0de27f.tar.gz master-187ad058-9cca4df4613cbc70ccdd95588771dae93d0de27f.tar.bz2 master-187ad058-9cca4df4613cbc70ccdd95588771dae93d0de27f.zip |
ppc40x/44x: disable SWIOTLB
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34797 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |