diff options
author | John Crispin <john@openwrt.org> | 2008-01-24 21:26:37 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-01-24 21:26:37 +0000 |
commit | 57670563b5edb0a9d1b3bb99ab04518fbe396a42 (patch) | |
tree | 2efe9076bdaffffdf8928d2c906bb1ef272b943d /target/linux/ixp4xx/config-default | |
parent | dc584fc1af70e0813189ac04548ffa2e4bbf574e (diff) | |
download | upstream-57670563b5edb0a9d1b3bb99ab04518fbe396a42.tar.gz upstream-57670563b5edb0a9d1b3bb99ab04518fbe396a42.tar.bz2 upstream-57670563b5edb0a9d1b3bb99ab04518fbe396a42.zip |
added dmabounce debug code to ixp4xx
SVN-Revision: 10240
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 |