diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-30 15:31:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-30 15:31:34 +0000 |
commit | 975bfc4188a4c4f0aa141c0e08a8ee52392011a9 (patch) | |
tree | cc5e54b29092d22fd9376d8ea56cb56116436a79 /target/linux/cns3xxx | |
parent | a7b580a310a1c06963613520eae0d74ad2a15b56 (diff) | |
download | master-187ad058-975bfc4188a4c4f0aa141c0e08a8ee52392011a9.tar.gz master-187ad058-975bfc4188a4c4f0aa141c0e08a8ee52392011a9.tar.bz2 master-187ad058-975bfc4188a4c4f0aa141c0e08a8ee52392011a9.zip |
cns3xxx: add missing kernel config symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33603 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx')
-rw-r--r-- | target/linux/cns3xxx/config-3.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/cns3xxx/config-3.3 b/target/linux/cns3xxx/config-3.3 index 8345888ad3..a6f3bc7040 100644 --- a/target/linux/cns3xxx/config-3.3 +++ b/target/linux/cns3xxx/config-3.3 @@ -45,6 +45,7 @@ CONFIG_DEBUG_LL=y CONFIG_DEBUG_LL_UART_NONE=y # CONFIG_DEBUG_USER is not set CONFIG_DECOMPRESS_LZMA=y +CONFIG_DMA_CACHE_RWFO=y # CONFIG_DWC_DEBUG is not set # CONFIG_DWC_DEVICE_ONLY is not set # CONFIG_DWC_HOST_ONLY is not set |