diff mbox series

[5/9] kernel/x86: remove CONFIG_M686 from common configuration

Message ID 2f7491b603b8b5681a67925f22f66bae6245462a.1682539911.git.ehem+openwrt@m5p.com
State New
Headers show
Series (mostly) x86 kernel configuration adjustments | expand

Commit Message

Elliott Mitchell April 17, 2023, 3:21 p.m. UTC
All of the sublevels choose their own values, so there is no point
in the common file having anything.  This also removes a warning from
the kernel build process.

Signed-off-by: Elliott Mitchell <ehem+openwrt@m5p.com>
---
 target/linux/x86/config-5.10         | 2 +-
 target/linux/x86/config-5.15         | 2 +-
 target/linux/x86/generic/config-5.10 | 1 -
 target/linux/x86/generic/config-5.15 | 1 -
 target/linux/x86/geode/config-5.10   | 1 -
 target/linux/x86/geode/config-5.15   | 1 -
 target/linux/x86/legacy/config-5.10  | 1 -
 target/linux/x86/legacy/config-5.15  | 1 -
 8 files changed, 2 insertions(+), 8 deletions(-)

Comments

Philip Prindeville April 28, 2023, 4:32 p.m. UTC | #1
Reviewed-by: Philip Prindeville <philipp@redfish-solutions.com>


> On Apr 17, 2023, at 9:21 AM, Elliott Mitchell <ehem+openwrt@m5p.com> wrote:
> 
> All of the sublevels choose their own values, so there is no point
> in the common file having anything.  This also removes a warning from
> the kernel build process.
> 
> Signed-off-by: Elliott Mitchell <ehem+openwrt@m5p.com>
> ---
> target/linux/x86/config-5.10         | 2 +-
> target/linux/x86/config-5.15         | 2 +-
> target/linux/x86/generic/config-5.10 | 1 -
> target/linux/x86/generic/config-5.15 | 1 -
> target/linux/x86/geode/config-5.10   | 1 -
> target/linux/x86/geode/config-5.15   | 1 -
> target/linux/x86/legacy/config-5.10  | 1 -
> target/linux/x86/legacy/config-5.15  | 1 -
> 8 files changed, 2 insertions(+), 8 deletions(-)
> 
> diff --git a/target/linux/x86/config-5.10 b/target/linux/x86/config-5.10
> index f6c5400e73..afb7adc63a 100644
> --- a/target/linux/x86/config-5.10
> +++ b/target/linux/x86/config-5.10
> @@ -201,7 +201,7 @@ CONFIG_LOCK_DEBUGGING_SUPPORT=y
> # CONFIG_M586 is not set
> # CONFIG_M586MMX is not set
> # CONFIG_M586TSC is not set
> -CONFIG_M686=y
> +# CONFIG_M686 is not set
> # CONFIG_MACHZ_WDT is not set
> # CONFIG_MATOM is not set
> # CONFIG_MCORE2 is not set
> diff --git a/target/linux/x86/config-5.15 b/target/linux/x86/config-5.15
> index f572a62e85..b59e809127 100644
> --- a/target/linux/x86/config-5.15
> +++ b/target/linux/x86/config-5.15
> @@ -204,7 +204,7 @@ CONFIG_LOCK_DEBUGGING_SUPPORT=y
> # CONFIG_M586 is not set
> # CONFIG_M586MMX is not set
> # CONFIG_M586TSC is not set
> -CONFIG_M686=y
> +# CONFIG_M686 is not set
> # CONFIG_MACHZ_WDT is not set
> # CONFIG_MATOM is not set
> # CONFIG_MCORE2 is not set
> diff --git a/target/linux/x86/generic/config-5.10 b/target/linux/x86/generic/config-5.10
> index b683720bf8..e53777759b 100644
> --- a/target/linux/x86/generic/config-5.10
> +++ b/target/linux/x86/generic/config-5.10
> @@ -235,7 +235,6 @@ CONFIG_KVM_XFER_TO_GUEST_WORK=y
> # CONFIG_LANCE is not set
> CONFIG_LIBNVDIMM=y
> CONFIG_LOCK_SPIN_ON_OWNER=y
> -# CONFIG_M686 is not set
> # CONFIG_MDA_CONSOLE is not set
> CONFIG_MEMORY_BALLOON=y
> CONFIG_MEMREGION=y
> diff --git a/target/linux/x86/generic/config-5.15 b/target/linux/x86/generic/config-5.15
> index 1da6ad555d..5dbd432ce5 100644
> --- a/target/linux/x86/generic/config-5.15
> +++ b/target/linux/x86/generic/config-5.15
> @@ -242,7 +242,6 @@ CONFIG_KVM_XFER_TO_GUEST_WORK=y
> # CONFIG_LANCE is not set
> CONFIG_LIBNVDIMM=y
> CONFIG_LOCK_SPIN_ON_OWNER=y
> -# CONFIG_M686 is not set
> # CONFIG_MDA_CONSOLE is not set
> CONFIG_MEMORY_BALLOON=y
> CONFIG_MEMREGION=y
> diff --git a/target/linux/x86/geode/config-5.10 b/target/linux/x86/geode/config-5.10
> index 4c661cdf19..30b358b050 100644
> --- a/target/linux/x86/geode/config-5.10
> +++ b/target/linux/x86/geode/config-5.10
> @@ -70,7 +70,6 @@ CONFIG_ISA_BUS_API=y
> # CONFIG_ISCSI_IBFT is not set
> # CONFIG_LANCE is not set
> CONFIG_LEDS_GPIO=y
> -# CONFIG_M686 is not set
> # CONFIG_MDA_CONSOLE is not set
> CONFIG_MFD_CORE=y
> CONFIG_MFD_CS5535=y
> diff --git a/target/linux/x86/geode/config-5.15 b/target/linux/x86/geode/config-5.15
> index ca4e0abc28..0c54cdaf9e 100644
> --- a/target/linux/x86/geode/config-5.15
> +++ b/target/linux/x86/geode/config-5.15
> @@ -77,7 +77,6 @@ CONFIG_ISA_BUS_API=y
> # CONFIG_ISCSI_IBFT is not set
> # CONFIG_LANCE is not set
> CONFIG_LEDS_GPIO=y
> -# CONFIG_M686 is not set
> # CONFIG_MDA_CONSOLE is not set
> CONFIG_MFD_CORE=y
> CONFIG_MFD_CS5535=y
> diff --git a/target/linux/x86/legacy/config-5.10 b/target/linux/x86/legacy/config-5.10
> index 12330ba92f..a11eca8fc2 100644
> --- a/target/linux/x86/legacy/config-5.10
> +++ b/target/linux/x86/legacy/config-5.10
> @@ -142,7 +142,6 @@ CONFIG_ISO9660_FS=y
> CONFIG_KCMP=y
> # CONFIG_LANCE is not set
> CONFIG_M586MMX=y
> -# CONFIG_M686 is not set
> # CONFIG_MDA_CONSOLE is not set
> CONFIG_MFD_CORE=y
> CONFIG_MFD_INTEL_LPSS=y
> diff --git a/target/linux/x86/legacy/config-5.15 b/target/linux/x86/legacy/config-5.15
> index a75ce40ab4..b424147073 100644
> --- a/target/linux/x86/legacy/config-5.15
> +++ b/target/linux/x86/legacy/config-5.15
> @@ -148,7 +148,6 @@ CONFIG_ISO9660_FS=y
> CONFIG_KCMP=y
> # CONFIG_LANCE is not set
> CONFIG_M586MMX=y
> -# CONFIG_M686 is not set
> # CONFIG_MDA_CONSOLE is not set
> CONFIG_MFD_CORE=y
> CONFIG_MFD_INTEL_LPSS=y
> -- 
> (\___(\___(\______          --=> 8-) EHM <=--          ______/)___/)___/)
> \BS (    |       ehem+openwrt@m5p.com     PGP 87145445       |    )   /
>  \_CS\   |  _____  -O #include <stddisclaimer.h> O-   _____  |   /  _/
> 8A19\___\_|_/58D2 7E3D DDF4 7BA6 <-PGP-> 41D1 B375 37D0 8714\_|_/___/5445
> 
> 
> 
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
diff mbox series

Patch

diff --git a/target/linux/x86/config-5.10 b/target/linux/x86/config-5.10
index f6c5400e73..afb7adc63a 100644
--- a/target/linux/x86/config-5.10
+++ b/target/linux/x86/config-5.10
@@ -201,7 +201,7 @@  CONFIG_LOCK_DEBUGGING_SUPPORT=y
 # CONFIG_M586 is not set
 # CONFIG_M586MMX is not set
 # CONFIG_M586TSC is not set
-CONFIG_M686=y
+# CONFIG_M686 is not set
 # CONFIG_MACHZ_WDT is not set
 # CONFIG_MATOM is not set
 # CONFIG_MCORE2 is not set
diff --git a/target/linux/x86/config-5.15 b/target/linux/x86/config-5.15
index f572a62e85..b59e809127 100644
--- a/target/linux/x86/config-5.15
+++ b/target/linux/x86/config-5.15
@@ -204,7 +204,7 @@  CONFIG_LOCK_DEBUGGING_SUPPORT=y
 # CONFIG_M586 is not set
 # CONFIG_M586MMX is not set
 # CONFIG_M586TSC is not set
-CONFIG_M686=y
+# CONFIG_M686 is not set
 # CONFIG_MACHZ_WDT is not set
 # CONFIG_MATOM is not set
 # CONFIG_MCORE2 is not set
diff --git a/target/linux/x86/generic/config-5.10 b/target/linux/x86/generic/config-5.10
index b683720bf8..e53777759b 100644
--- a/target/linux/x86/generic/config-5.10
+++ b/target/linux/x86/generic/config-5.10
@@ -235,7 +235,6 @@  CONFIG_KVM_XFER_TO_GUEST_WORK=y
 # CONFIG_LANCE is not set
 CONFIG_LIBNVDIMM=y
 CONFIG_LOCK_SPIN_ON_OWNER=y
-# CONFIG_M686 is not set
 # CONFIG_MDA_CONSOLE is not set
 CONFIG_MEMORY_BALLOON=y
 CONFIG_MEMREGION=y
diff --git a/target/linux/x86/generic/config-5.15 b/target/linux/x86/generic/config-5.15
index 1da6ad555d..5dbd432ce5 100644
--- a/target/linux/x86/generic/config-5.15
+++ b/target/linux/x86/generic/config-5.15
@@ -242,7 +242,6 @@  CONFIG_KVM_XFER_TO_GUEST_WORK=y
 # CONFIG_LANCE is not set
 CONFIG_LIBNVDIMM=y
 CONFIG_LOCK_SPIN_ON_OWNER=y
-# CONFIG_M686 is not set
 # CONFIG_MDA_CONSOLE is not set
 CONFIG_MEMORY_BALLOON=y
 CONFIG_MEMREGION=y
diff --git a/target/linux/x86/geode/config-5.10 b/target/linux/x86/geode/config-5.10
index 4c661cdf19..30b358b050 100644
--- a/target/linux/x86/geode/config-5.10
+++ b/target/linux/x86/geode/config-5.10
@@ -70,7 +70,6 @@  CONFIG_ISA_BUS_API=y
 # CONFIG_ISCSI_IBFT is not set
 # CONFIG_LANCE is not set
 CONFIG_LEDS_GPIO=y
-# CONFIG_M686 is not set
 # CONFIG_MDA_CONSOLE is not set
 CONFIG_MFD_CORE=y
 CONFIG_MFD_CS5535=y
diff --git a/target/linux/x86/geode/config-5.15 b/target/linux/x86/geode/config-5.15
index ca4e0abc28..0c54cdaf9e 100644
--- a/target/linux/x86/geode/config-5.15
+++ b/target/linux/x86/geode/config-5.15
@@ -77,7 +77,6 @@  CONFIG_ISA_BUS_API=y
 # CONFIG_ISCSI_IBFT is not set
 # CONFIG_LANCE is not set
 CONFIG_LEDS_GPIO=y
-# CONFIG_M686 is not set
 # CONFIG_MDA_CONSOLE is not set
 CONFIG_MFD_CORE=y
 CONFIG_MFD_CS5535=y
diff --git a/target/linux/x86/legacy/config-5.10 b/target/linux/x86/legacy/config-5.10
index 12330ba92f..a11eca8fc2 100644
--- a/target/linux/x86/legacy/config-5.10
+++ b/target/linux/x86/legacy/config-5.10
@@ -142,7 +142,6 @@  CONFIG_ISO9660_FS=y
 CONFIG_KCMP=y
 # CONFIG_LANCE is not set
 CONFIG_M586MMX=y
-# CONFIG_M686 is not set
 # CONFIG_MDA_CONSOLE is not set
 CONFIG_MFD_CORE=y
 CONFIG_MFD_INTEL_LPSS=y
diff --git a/target/linux/x86/legacy/config-5.15 b/target/linux/x86/legacy/config-5.15
index a75ce40ab4..b424147073 100644
--- a/target/linux/x86/legacy/config-5.15
+++ b/target/linux/x86/legacy/config-5.15
@@ -148,7 +148,6 @@  CONFIG_ISO9660_FS=y
 CONFIG_KCMP=y
 # CONFIG_LANCE is not set
 CONFIG_M586MMX=y
-# CONFIG_M686 is not set
 # CONFIG_MDA_CONSOLE is not set
 CONFIG_MFD_CORE=y
 CONFIG_MFD_INTEL_LPSS=y