From 526aedb70532c8743d8e63f7ce3f3746793b914e Mon Sep 17 00:00:00 2001
From: Jonas Gorski <jogo@openwrt.org>
Date: Sun, 12 May 2013 21:41:55 +0000
Subject: [PATCH] kernel: move CONFIG_MIPS_SEAD3 to generic

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 36617
---
 target/linux/adm5120/config-3.8       | 1 -
 target/linux/ar71xx/config-3.8        | 1 -
 target/linux/atheros/config-3.8       | 1 -
 target/linux/brcm47xx/config-3.8      | 1 -
 target/linux/brcm63xx/config-3.8      | 1 -
 target/linux/generic/config-3.7       | 1 +
 target/linux/generic/config-3.8       | 1 +
 target/linux/generic/config-3.9       | 1 +
 target/linux/lantiq/config-3.7        | 1 -
 target/linux/lantiq/config-default    | 1 -
 target/linux/malta/config-3.8         | 1 -
 target/linux/ramips/rt288x/config-3.8 | 1 -
 target/linux/ramips/rt305x/config-3.8 | 1 -
 target/linux/ramips/rt3883/config-3.8 | 1 -
 target/linux/rb532/config-3.8         | 1 -
 target/linux/xburst/config-3.8        | 1 -
 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
-- 
GitLab