[linux-yocto] [PATCH 4/6] x86: Drop X86_32 configs
Darren Hart
dvhart at linux.intel.com
Wed Apr 2 00:19:29 PDT 2014
CONFIG_X86_32 is not configurable via menuconfig (no prompt) and is
automatically set by ARCH and !CONFIG_64BIT. There is no need to specify
it explicitly.
Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
.../kernel-cache/bsp/common-pc/common-pc-cpu.cfg | 1 -
meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg | 1 -
meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg | 2 --
meta/cfg/kernel-cache/bsp/fri2/fri2.cfg | 1 -
meta/cfg/kernel-cache/bsp/minnow/minnow.cfg | 1 -
meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg | 1 -
6 files changed, 7 deletions(-)
diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-cpu.cfg b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-cpu.cfg
index 3479648..d6302a6 100644
--- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-cpu.cfg
+++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-cpu.cfg
@@ -10,7 +10,6 @@
# consult the product documentation.
#
#.........................................................................
-CONFIG_X86_32=y
CONFIG_MPENTIUMM=y
CONFIG_X86_GENERIC=y
CONFIG_X86_TSC=y
diff --git a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
index ee1fc38..35e9bbb 100644
--- a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
+++ b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
@@ -1,4 +1,3 @@
-CONFIG_X86_32=y
CONFIG_MATOM=y
CONFIG_PRINTK=y
diff --git a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg
index a761728..f78cd82 100644
--- a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg
+++ b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg
@@ -1,5 +1,3 @@
-CONFIG_X86_32=y
-
# Basic hardware support for the box - network, PCI, sound
CONFIG_ATA=y
CONFIG_ATA_GENERIC=y
diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg b/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
index 1ed21a9..1a4037e 100644
--- a/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
+++ b/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
@@ -1,4 +1,3 @@
-CONFIG_X86_32=y
CONFIG_MATOM=y
CONFIG_PRINTK=y
diff --git a/meta/cfg/kernel-cache/bsp/minnow/minnow.cfg b/meta/cfg/kernel-cache/bsp/minnow/minnow.cfg
index e20fdc0..ef91a29 100644
--- a/meta/cfg/kernel-cache/bsp/minnow/minnow.cfg
+++ b/meta/cfg/kernel-cache/bsp/minnow/minnow.cfg
@@ -1,4 +1,3 @@
-CONFIG_X86_32=y
CONFIG_MATOM=y
# Configs required for boot on this device
diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
index 5b5ee9d..7e95ad2 100644
--- a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
+++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
@@ -1,4 +1,3 @@
-CONFIG_X86_32=y
CONFIG_MATOM=y
CONFIG_PRINTK=y
--
1.7.9.5
More information about the linux-yocto
mailing list