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 | 2f328ce488eb50e08e8caf82a51bb7177ad356f2 (patch) | |
tree | 963feefc430348a365764395c835fbc0e4e84612 /target/linux/atheros | |
parent | 57c5fe2e7f19c66df7337774760896d907118b41 (diff) | |
download | upstream-2f328ce488eb50e08e8caf82a51bb7177ad356f2.tar.gz upstream-2f328ce488eb50e08e8caf82a51bb7177ad356f2.tar.bz2 upstream-2f328ce488eb50e08e8caf82a51bb7177ad356f2.zip |
generic: move some common symbols to generic configuration
* CONFIG_MUTEX_SPIN_ON_OWNER
* CONFIG_DEFAULT_HYDLA
* CONFIG_DEFAULT_VENO
SVN-Revision: 21748
Diffstat (limited to 'target/linux/atheros')
-rw-r--r-- | target/linux/atheros/config-2.6.33 | 1 | ||||
-rw-r--r-- | target/linux/atheros/config-2.6.34 | 1 | ||||
-rw-r--r-- | target/linux/atheros/config-2.6.35 | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/atheros/config-2.6.33 b/target/linux/atheros/config-2.6.33 index 8c646bc8fc..fc0d9c85fc 100644 --- a/target/linux/atheros/config-2.6.33 +++ b/target/linux/atheros/config-2.6.33 @@ -127,7 +127,6 @@ CONFIG_MTD_MYLOADER_PARTS=y CONFIG_MTD_PHYSMAP=y CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-3 CONFIG_MTD_REDBOOT_PARTS=y -# CONFIG_MUTEX_SPIN_ON_OWNER is not set CONFIG_MVSWITCH_PHY=y # CONFIG_NET_PCI is not set # CONFIG_NO_IOPORT is not set diff --git a/target/linux/atheros/config-2.6.34 b/target/linux/atheros/config-2.6.34 index 671015e744..a2d02b5c7d 100644 --- a/target/linux/atheros/config-2.6.34 +++ b/target/linux/atheros/config-2.6.34 @@ -133,7 +133,6 @@ CONFIG_MTD_MYLOADER_PARTS=y CONFIG_MTD_PHYSMAP=y CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-3 CONFIG_MTD_REDBOOT_PARTS=y -# CONFIG_MUTEX_SPIN_ON_OWNER is not set CONFIG_MVSWITCH_PHY=y CONFIG_NEED_DMA_MAP_STATE=y # CONFIG_NET_PCI is not set diff --git a/target/linux/atheros/config-2.6.35 b/target/linux/atheros/config-2.6.35 index bb8bf882b6..1b4dd92746 100644 --- a/target/linux/atheros/config-2.6.35 +++ b/target/linux/atheros/config-2.6.35 @@ -69,8 +69,6 @@ CONFIG_CROSS_COMPILE="" CONFIG_CSRC_R4K=y CONFIG_CSRC_R4K_LIB=y 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 |