diff options
author | John Crispin <blogic@openwrt.org> | 2008-01-24 21:26:37 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2008-01-24 21:26:37 +0000 |
commit | 7c98baa88bab08ec8d079085432b154d3179c3a0 (patch) | |
tree | 46b3963f3ce2e63e3c9951031e4f8c95950ed7da /target/linux/ixp4xx/config-default | |
parent | 0f80201533135f58ea936057cd84b65e062d8feb (diff) | |
download | upstream-7c98baa88bab08ec8d079085432b154d3179c3a0.tar.gz upstream-7c98baa88bab08ec8d079085432b154d3179c3a0.tar.bz2 upstream-7c98baa88bab08ec8d079085432b154d3179c3a0.zip |
added dmabounce debug code to ixp4xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10240 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/config-default')
-rw-r--r-- | target/linux/ixp4xx/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/config-default b/target/linux/ixp4xx/config-default index 1b725f646b..9673dc75bc 100644 --- a/target/linux/ixp4xx/config-default +++ b/target/linux/ixp4xx/config-default @@ -85,6 +85,7 @@ CONFIG_DLCI_COUNT=24 CONFIG_DLCI_MAX=8 # CONFIG_DM9000 is not set CONFIG_DMABOUNCE=y +CONFIG_DMABOUNCE_DEBUG=y CONFIG_DNOTIFY=y # CONFIG_DSCC4 is not set # CONFIG_E100 is not set |