Message ID | 1b35c8876be32faa9d380dc474807955e1ed055c.1682028382.git.ehem+openwrt@m5p.com |
---|---|
State | New |
Headers | show |
Series | [1/8] kernel/x86: remove CONFIG_M686 from common configuration | expand |
diff --git a/target/linux/x86/config-5.10 b/target/linux/x86/config-5.10 index 6868dec18a..d7eb89bd6e 100644 --- a/target/linux/x86/config-5.10 +++ b/target/linux/x86/config-5.10 @@ -203,7 +203,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 a3d8db26ae..bf1c7bf8d5 100644 --- a/target/linux/x86/config-5.15 +++ b/target/linux/x86/config-5.15 @@ -206,7 +206,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
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 +- 2 files changed, 2 insertions(+), 2 deletions(-)