diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-03-27 07:52:09 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2008-03-27 07:52:09 +0000 |
commit | 3f8d34e64381f5a5d7a8f06491f43faa47ebf747 (patch) | |
tree | f59ae5823073ca83990511bc9268a9d5858adc42 /packages | |
parent | b2370604ed175dc317a84e549e7adec85e7c50ec (diff) |
linux-ixp4xx: Added the dmabounce debug patch from OpenWrt
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-ixp4xx/defconfig-2.6.24.4 | 1 | ||||
-rw-r--r-- | packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24.4 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux/linux-ixp4xx/defconfig-2.6.24.4 b/packages/linux/linux-ixp4xx/defconfig-2.6.24.4 index 790120452a..0a3c0eb47d 100644 --- a/packages/linux/linux-ixp4xx/defconfig-2.6.24.4 +++ b/packages/linux/linux-ixp4xx/defconfig-2.6.24.4 @@ -164,6 +164,7 @@ CONFIG_MACH_FSG=y # IXP4xx Options # CONFIG_DMABOUNCE=y +CONFIG_DMABOUNCE_DEBUG=y # CONFIG_IXP4XX_INDIRECT_PCI is not set CONFIG_IXP4XX_QMGR=y CONFIG_IXP4XX_NPE=y diff --git a/packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24.4 b/packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24.4 index 0e14d09d11..01f91b572a 100644 --- a/packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24.4 +++ b/packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24.4 @@ -164,6 +164,7 @@ CONFIG_MACH_FSG=y # IXP4xx Options # CONFIG_DMABOUNCE=y +CONFIG_DMABOUNCE_DEBUG=y # CONFIG_IXP4XX_INDIRECT_PCI is not set CONFIG_IXP4XX_QMGR=y CONFIG_IXP4XX_NPE=y |