diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-06-10 08:58:14 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-06-10 08:58:14 +0000 |
commit | 9ac326cb5ee1b666325642e675901fc5a4960664 (patch) | |
tree | 662405370fb10b11feeaf014329a7862ad1bf95d /target/linux/brcm47xx | |
parent | 35574770c9cd276831f4d1fb1b629ca1dc102650 (diff) | |
download | upstream-9ac326cb5ee1b666325642e675901fc5a4960664.tar.gz upstream-9ac326cb5ee1b666325642e675901fc5a4960664.tar.bz2 upstream-9ac326cb5ee1b666325642e675901fc5a4960664.zip |
generic: move some common symbols to generic configuration
* CONFIG_MUTEX_SPIN_ON_OWNER
* CONFIG_DEFAULT_HYDLA
* CONFIG_DEFAULT_VENO
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21748 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r-- | target/linux/brcm47xx/config-2.6.33 | 1 | ||||
-rw-r--r-- | target/linux/brcm47xx/config-2.6.34 | 1 | ||||
-rw-r--r-- | target/linux/brcm47xx/config-2.6.35 | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/brcm47xx/config-2.6.33 b/target/linux/brcm47xx/config-2.6.33 index 1c44f94f91..510ea4d257 100644 --- a/target/linux/brcm47xx/config-2.6.33 +++ b/target/linux/brcm47xx/config-2.6.33 @@ -122,7 +122,6 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_MT_SMTC is not set # CONFIG_MIPS_SIM is not set CONFIG_MTD_BCM47XX=y -# CONFIG_MUTEX_SPIN_ON_OWNER is not set CONFIG_NO_HZ=y # CONFIG_NO_IOPORT is not set # CONFIG_NXP_STB220 is not set diff --git a/target/linux/brcm47xx/config-2.6.34 b/target/linux/brcm47xx/config-2.6.34 index cba016953b..2345352a3a 100644 --- a/target/linux/brcm47xx/config-2.6.34 +++ b/target/linux/brcm47xx/config-2.6.34 @@ -131,7 +131,6 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_MT_SMTC is not set # CONFIG_MIPS_SIM is not set CONFIG_MTD_BCM47XX=y -# CONFIG_MUTEX_SPIN_ON_OWNER is not set CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NO_HZ=y # CONFIG_NO_IOPORT is not set diff --git a/target/linux/brcm47xx/config-2.6.35 b/target/linux/brcm47xx/config-2.6.35 index efedddf753..66ff4a4e01 100644 --- a/target/linux/brcm47xx/config-2.6.35 +++ b/target/linux/brcm47xx/config-2.6.35 @@ -70,8 +70,6 @@ CONFIG_CSRC_R4K=y CONFIG_CSRC_R4K_LIB=y # CONFIG_DEBUG_FS is not set CONFIG_DECOMPRESS_LZMA=y -# CONFIG_DEFAULT_HYBLA is not set -# CONFIG_DEFAULT_VENO is not set CONFIG_DEVPORT=y # CONFIG_DM9000 is not set CONFIG_DMA_NONCOHERENT=y |