diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-02-01 12:44:16 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-02-01 12:44:16 +0000 |
commit | 37274657988803a9e62a7a59253f72964adf4cc9 (patch) | |
tree | b099c0e1e72e6104ab1d1f515e45c6d3931fe507 /target/linux | |
parent | 131d1c0c2b656ff843cf06972025d140f6540443 (diff) | |
download | master-187ad058-37274657988803a9e62a7a59253f72964adf4cc9.tar.gz master-187ad058-37274657988803a9e62a7a59253f72964adf4cc9.tar.bz2 master-187ad058-37274657988803a9e62a7a59253f72964adf4cc9.zip |
add missing symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25271 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-2.6.37 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.38 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.37 b/target/linux/generic/config-2.6.37 index 4c87a55b18..d81d1ec9b3 100644 --- a/target/linux/generic/config-2.6.37 +++ b/target/linux/generic/config-2.6.37 @@ -515,6 +515,7 @@ CONFIG_DEVPORT=y # CONFIG_DLM is not set # CONFIG_DM9000 is not set # CONFIG_DMADEVICES is not set +# CONFIG_DMADEVICES_DEBUG is not set # CONFIG_DMASCC is not set # CONFIG_DMATEST is not set # CONFIG_DMA_API_DEBUG is not set @@ -2486,6 +2487,7 @@ CONFIG_TEXTSEARCH=y CONFIG_TICK_ONESHOT=y # CONFIG_TIFM_CORE is not set # CONFIG_TIGON3 is not set +# CONFIG_TIMB_DMA is not set CONFIG_TIMERFD=y # CONFIG_TIMER_STATS is not set CONFIG_TINY_RCU=y diff --git a/target/linux/generic/config-2.6.38 b/target/linux/generic/config-2.6.38 index a19be42894..646ebe203e 100644 --- a/target/linux/generic/config-2.6.38 +++ b/target/linux/generic/config-2.6.38 @@ -520,6 +520,7 @@ CONFIG_DEVPORT=y # CONFIG_DM9000 is not set # CONFIG_DMA_API_DEBUG is not set # CONFIG_DMADEVICES is not set +# CONFIG_DMADEVICES_DEBUG is not set # CONFIG_DMA_ENGINE is not set # CONFIG_DMASCC is not set # CONFIG_DMATEST is not set @@ -2507,6 +2508,7 @@ CONFIG_TICK_ONESHOT=y # CONFIG_TI_DAC7512 is not set # CONFIG_TIFM_CORE is not set # CONFIG_TIGON3 is not set +# CONFIG_TIMB_DMA is not set CONFIG_TIMERFD=y # CONFIG_TIMER_STATS is not set CONFIG_TINY_RCU=y |