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 | ae7209a6a4cc1b7a59c1a49c9796a27bc07b1107 (patch) | |
tree | a1482e852c8e21b1a1c9ad1fdcdb935e99b2f751 /target | |
parent | 3fa871cb4badc5d5219ec0eb5829c529c8c81a1f (diff) | |
download | upstream-ae7209a6a4cc1b7a59c1a49c9796a27bc07b1107.tar.gz upstream-ae7209a6a4cc1b7a59c1a49c9796a27bc07b1107.tar.bz2 upstream-ae7209a6a4cc1b7a59c1a49c9796a27bc07b1107.zip |
add missing symbols
SVN-Revision: 25271
Diffstat (limited to 'target')
-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 |