summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-05-12 21:41:55 +0000
committerJonas Gorski <jogo@openwrt.org>2013-05-12 21:41:55 +0000
commit526aedb70532c8743d8e63f7ce3f3746793b914e (patch)
treed627a58ca48938d17686a7db9052bd8d0de11ebe
parented06d2ad5c8663ca1d783c4f8126b0abb58f7bed (diff)
downloadmaster-31e0f0ae-526aedb70532c8743d8e63f7ce3f3746793b914e.tar.gz
master-31e0f0ae-526aedb70532c8743d8e63f7ce3f3746793b914e.tar.bz2
master-31e0f0ae-526aedb70532c8743d8e63f7ce3f3746793b914e.zip
kernel: move CONFIG_MIPS_SEAD3 to generic
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36617
-rw-r--r--target/linux/adm5120/config-3.81
-rw-r--r--target/linux/ar71xx/config-3.81
-rw-r--r--target/linux/atheros/config-3.81
-rw-r--r--target/linux/brcm47xx/config-3.81
-rw-r--r--target/linux/brcm63xx/config-3.81
-rw-r--r--target/linux/generic/config-3.71
-rw-r--r--target/linux/generic/config-3.81
-rw-r--r--target/linux/generic/config-3.91
-rw-r--r--target/linux/lantiq/config-3.71
-rw-r--r--target/linux/lantiq/config-default1
-rw-r--r--target/linux/malta/config-3.81
-rw-r--r--target/linux/ramips/rt288x/config-3.81
-rw-r--r--target/linux/ramips/rt305x/config-3.81
-rw-r--r--target/linux/ramips/rt3883/config-3.81
-rw-r--r--target/linux/rb532/config-3.81
-rw-r--r--target/linux/xburst/config-3.81
16 files changed, 3 insertions, 13 deletions
diff --git a/target/linux/adm5120/config-3.8 b/target/linux/adm5120/config-3.8
index fb8b67034a..b6157d853a 100644
--- a/target/linux/adm5120/config-3.8
+++ b/target/linux/adm5120/config-3.8
@@ -133,7 +133,6 @@ CONFIG_MIPS=y
CONFIG_MIPS_L1_CACHE_SHIFT=5
CONFIG_MIPS_MACHINE=y
CONFIG_MIPS_MT_DISABLED=y
-# CONFIG_MIPS_SEAD3 is not set
CONFIG_MODULES_USE_ELF_REL=y
CONFIG_MTD_ADM5120=y
CONFIG_MTD_CFI_FIXUP_MACRONIX_BOOTLOC=y
diff --git a/target/linux/ar71xx/config-3.8 b/target/linux/ar71xx/config-3.8
index e25966b68f..ea2be6b44f 100644
--- a/target/linux/ar71xx/config-3.8
+++ b/target/linux/ar71xx/config-3.8
@@ -188,7 +188,6 @@ CONFIG_MIPS=y
CONFIG_MIPS_L1_CACHE_SHIFT=5
CONFIG_MIPS_MACHINE=y
CONFIG_MIPS_MT_DISABLED=y
-# CONFIG_MIPS_SEAD3 is not set
CONFIG_MODULES_USE_ELF_REL=y
CONFIG_MTD_CFI_ADV_OPTIONS=y
CONFIG_MTD_CFI_GEOMETRY=y
diff --git a/target/linux/atheros/config-3.8 b/target/linux/atheros/config-3.8
index 01d41b3b1f..efc2716071 100644
--- a/target/linux/atheros/config-3.8
+++ b/target/linux/atheros/config-3.8
@@ -85,7 +85,6 @@ CONFIG_MIPS=y
CONFIG_MIPS_L1_CACHE_SHIFT=5
# CONFIG_MIPS_MACHINE is not set
CONFIG_MIPS_MT_DISABLED=y
-# CONFIG_MIPS_SEAD3 is not set
CONFIG_MODULES_USE_ELF_REL=y
CONFIG_MTD_AR2315=y
CONFIG_MTD_CFI_ADV_OPTIONS=y
diff --git a/target/linux/brcm47xx/config-3.8 b/target/linux/brcm47xx/config-3.8
index fd71b8d213..dc3b9b826e 100644
--- a/target/linux/brcm47xx/config-3.8
+++ b/target/linux/brcm47xx/config-3.8
@@ -97,7 +97,6 @@ CONFIG_MIPS=y
CONFIG_MIPS_L1_CACHE_SHIFT=5
# CONFIG_MIPS_MACHINE is not set
CONFIG_MIPS_MT_DISABLED=y
-# CONFIG_MIPS_SEAD3 is not set
CONFIG_MODULES_USE_ELF_REL=y
CONFIG_MTD_BCM47XXSFLASH=y
CONFIG_MTD_BCM47XX_PARTS=y
diff --git a/target/linux/brcm63xx/config-3.8 b/target/linux/brcm63xx/config-3.8
index 85348e99e5..5e3aab1a95 100644
--- a/target/linux/brcm63xx/config-3.8
+++ b/target/linux/brcm63xx/config-3.8
@@ -101,7 +101,6 @@ CONFIG_MIPS=y
CONFIG_MIPS_L1_CACHE_SHIFT=5
# CONFIG_MIPS_MACHINE is not set
CONFIG_MIPS_MT_DISABLED=y
-# CONFIG_MIPS_SEAD3 is not set
CONFIG_MODULES_USE_ELF_REL=y
CONFIG_MODULE_FORCE_LOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
diff --git a/target/linux/generic/config-3.7 b/target/linux/generic/config-3.7
index d831cd33ae..d773394fbd 100644
--- a/target/linux/generic/config-3.7
+++ b/target/linux/generic/config-3.7
@@ -1587,6 +1587,7 @@ CONFIG_MII=y
# CONFIG_MIPS_COBALT is not set
# CONFIG_MIPS_FPU_EMU is not set
# CONFIG_MIPS_MALTA is not set
+# CONFIG_MIPS_SEAD3 is not set
# CONFIG_MIPS_SIM is not set
CONFIG_MISC_DEVICES=y
CONFIG_MISC_FILESYSTEMS=y
diff --git a/target/linux/generic/config-3.8 b/target/linux/generic/config-3.8
index 8e74cbe39c..922c5a50f2 100644
--- a/target/linux/generic/config-3.8
+++ b/target/linux/generic/config-3.8
@@ -1617,6 +1617,7 @@ CONFIG_MII=y
# CONFIG_MIPS_COBALT is not set
# CONFIG_MIPS_FPU_EMU is not set
# CONFIG_MIPS_MALTA is not set
+# CONFIG_MIPS_SEAD3 is not set
# CONFIG_MIPS_SIM is not set
CONFIG_MISC_DEVICES=y
CONFIG_MISC_FILESYSTEMS=y
diff --git a/target/linux/generic/config-3.9 b/target/linux/generic/config-3.9
index 2bf4e59cc9..d502cbd46f 100644
--- a/target/linux/generic/config-3.9
+++ b/target/linux/generic/config-3.9
@@ -1631,6 +1631,7 @@ CONFIG_MII=y
# CONFIG_MIPS_COBALT is not set
# CONFIG_MIPS_FPU_EMU is not set
# CONFIG_MIPS_MALTA is not set
+# CONFIG_MIPS_SEAD3 is not set
# CONFIG_MIPS_SIM is not set
CONFIG_MISC_DEVICES=y
CONFIG_MISC_FILESYSTEMS=y
diff --git a/target/linux/lantiq/config-3.7 b/target/linux/lantiq/config-3.7
index a86d2865b1..805f8fbf32 100644
--- a/target/linux/lantiq/config-3.7
+++ b/target/linux/lantiq/config-3.7
@@ -93,7 +93,6 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5
CONFIG_MIPS_MT_DISABLED=y
# CONFIG_MIPS_MT_SMP is not set
# CONFIG_MIPS_MT_SMTC is not set
-# CONFIG_MIPS_SEAD3 is not set
# CONFIG_MIPS_VPE_LOADER is not set
CONFIG_MODULES_USE_ELF_REL=y
CONFIG_MTD_CFI_ADV_OPTIONS=y
diff --git a/target/linux/lantiq/config-default b/target/linux/lantiq/config-default
index a86d2865b1..805f8fbf32 100644
--- a/target/linux/lantiq/config-default
+++ b/target/linux/lantiq/config-default
@@ -93,7 +93,6 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5
CONFIG_MIPS_MT_DISABLED=y
# CONFIG_MIPS_MT_SMP is not set
# CONFIG_MIPS_MT_SMTC is not set
-# CONFIG_MIPS_SEAD3 is not set
# CONFIG_MIPS_VPE_LOADER is not set
CONFIG_MODULES_USE_ELF_REL=y
CONFIG_MTD_CFI_ADV_OPTIONS=y
diff --git a/target/linux/malta/config-3.8 b/target/linux/malta/config-3.8
index 54caec7a43..edb4cac24f 100644
--- a/target/linux/malta/config-3.8
+++ b/target/linux/malta/config-3.8
@@ -166,7 +166,6 @@ CONFIG_MIPS_MT_FPAFF=y
CONFIG_MIPS_MT_SMP=y
# CONFIG_MIPS_MT_SMTC is not set
CONFIG_MIPS_PERF_SHARED_TC_COUNTERS=y
-# CONFIG_MIPS_SEAD3 is not set
# CONFIG_MIPS_VPE_LOADER is not set
CONFIG_MODULES_USE_ELF_REL=y
CONFIG_MODULE_FORCE_UNLOAD=y
diff --git a/target/linux/ramips/rt288x/config-3.8 b/target/linux/ramips/rt288x/config-3.8
index 3ab4c93cb5..28e573349b 100644
--- a/target/linux/ramips/rt288x/config-3.8
+++ b/target/linux/ramips/rt288x/config-3.8
@@ -86,7 +86,6 @@ CONFIG_MIPS=y
CONFIG_MIPS_L1_CACHE_SHIFT=4
# CONFIG_MIPS_MACHINE is not set
CONFIG_MIPS_MT_DISABLED=y
-# CONFIG_MIPS_SEAD3 is not set
CONFIG_MODULES_USE_ELF_REL=y
# CONFIG_MTD_CFI_INTELEXT is not set
CONFIG_MTD_CMDLINE_PARTS=y
diff --git a/target/linux/ramips/rt305x/config-3.8 b/target/linux/ramips/rt305x/config-3.8
index 9e1a999ab5..e87d7607cf 100644
--- a/target/linux/ramips/rt305x/config-3.8
+++ b/target/linux/ramips/rt305x/config-3.8
@@ -85,7 +85,6 @@ CONFIG_MIPS=y
CONFIG_MIPS_L1_CACHE_SHIFT=5
# CONFIG_MIPS_MACHINE is not set
CONFIG_MIPS_MT_DISABLED=y
-# CONFIG_MIPS_SEAD3 is not set
CONFIG_MODULES_USE_ELF_REL=y
# CONFIG_MTD_CFI_INTELEXT is not set
CONFIG_MTD_CMDLINE_PARTS=y
diff --git a/target/linux/ramips/rt3883/config-3.8 b/target/linux/ramips/rt3883/config-3.8
index 62d760b769..3cfd779b26 100644
--- a/target/linux/ramips/rt3883/config-3.8
+++ b/target/linux/ramips/rt3883/config-3.8
@@ -88,7 +88,6 @@ CONFIG_MIPS=y
CONFIG_MIPS_L1_CACHE_SHIFT=5
# CONFIG_MIPS_MACHINE is not set
CONFIG_MIPS_MT_DISABLED=y
-# CONFIG_MIPS_SEAD3 is not set
CONFIG_MODULES_USE_ELF_REL=y
# CONFIG_MTD_CFI_INTELEXT is not set
CONFIG_MTD_CMDLINE_PARTS=y
diff --git a/target/linux/rb532/config-3.8 b/target/linux/rb532/config-3.8
index d41d5f5286..84da54d847 100644
--- a/target/linux/rb532/config-3.8
+++ b/target/linux/rb532/config-3.8
@@ -89,7 +89,6 @@ CONFIG_MIPS=y
CONFIG_MIPS_L1_CACHE_SHIFT=4
# CONFIG_MIPS_MACHINE is not set
CONFIG_MIPS_MT_DISABLED=y
-# CONFIG_MIPS_SEAD3 is not set
CONFIG_MODULES_USE_ELF_REL=y
CONFIG_MTD_BLOCK2MTD=y
CONFIG_MTD_CFI_ADV_OPTIONS=y
diff --git a/target/linux/xburst/config-3.8 b/target/linux/xburst/config-3.8
index d790796cdd..a7d02cc684 100644
--- a/target/linux/xburst/config-3.8
+++ b/target/linux/xburst/config-3.8
@@ -140,7 +140,6 @@ CONFIG_MIPS_FPU_EMU=y
CONFIG_MIPS_L1_CACHE_SHIFT=5
# CONFIG_MIPS_MACHINE is not set
CONFIG_MIPS_MT_DISABLED=y
-# CONFIG_MIPS_SEAD3 is not set
CONFIG_MMC=y
CONFIG_MMC_BLOCK=y
# CONFIG_MMC_BLOCK_BOUNCE is not set