[linux-yocto] [PATCH 05/19] meta: common-pc: split 32 bit-only drivers
Saul Wold
sgw at linux.intel.com
Fri May 8 08:35:01 PDT 2015
From: Bruce Ashfield <bruce.ashfield at windriver.com>
64 bit BSPs also use the common-pc drivers. To avoid warnings when these
options are dropped, we split the config into 32 bit only and common.
Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers-32.cfg | 1 +
meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg | 1 -
meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc | 1 +
3 files changed, 2 insertions(+), 1 deletion(-)
create mode 100644 meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers-32.cfg
diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers-32.cfg b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers-32.cfg
new file mode 100644
index 0000000..35bc92b
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers-32.cfg
@@ -0,0 +1 @@
+CONFIG_PCI_GOANY=y
diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg
index 7999601..db65539 100644
--- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg
+++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg
@@ -1,5 +1,4 @@
CONFIG_PCI=y
-CONFIG_PCI_GOANY=y
CONFIG_PCIEPORTBUS=y
CONFIG_PCI_MSI=y
diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc
index f8abc4d..e0b2cc9 100644
--- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc
+++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc
@@ -1,5 +1,6 @@
kconf hardware common-pc-cpu.cfg
kconf hardware common-pc-drivers.cfg
+kconf hardware common-pc-drivers-32.cfg
kconf hardware common-pc-eth.cfg
kconf hardware common-pc-gfx.cfg
kconf hardware common-pc-wifi.cfg
--
2.1.0
More information about the linux-yocto
mailing list