In mei-me.cfg, CONFIG_PCI was mistakenly set to =m when its a boolean.

In bosch-pressure-sensor-i2c, change CONFIG_BMP085 to =m instead of =y,
as its dependency is a module. Also attempt to disable BMP280, as it
conflicts with the BMP085 driver and throws a warning.

In x1000.cfg, remove CONSOLE related 'is not set' CONFIGs. VGA_CONSOLE
can't be disabled without enabling EXPERT (and therefore DEBUG_KERNEL),
which we don't want normally. The other two configurations are missing
dependencies, so they don't get set anyway, but cause warnings.

Signed-off-by: California Sullivan <california.l.sulli...@intel.com>
---
 features/mei/mei-me.cfg                     | 2 +-
 features/misc/bosch-pressure-sensor-i2c.cfg | 3 ++-
 features/soc/x1000/x1000.cfg                | 7 -------
 3 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/features/mei/mei-me.cfg b/features/mei/mei-me.cfg
index 33423f8..87e81d0 100644
--- a/features/mei/mei-me.cfg
+++ b/features/mei/mei-me.cfg
@@ -1,2 +1,2 @@
-CONFIG_PCI=m
+CONFIG_PCI=y
 CONFIG_INTEL_MEI_ME=m
diff --git a/features/misc/bosch-pressure-sensor-i2c.cfg 
b/features/misc/bosch-pressure-sensor-i2c.cfg
index e24ab24..977a6de 100644
--- a/features/misc/bosch-pressure-sensor-i2c.cfg
+++ b/features/misc/bosch-pressure-sensor-i2c.cfg
@@ -1,2 +1,3 @@
-CONFIG_BMP085=y
+# CONFIG_BMP280 is not set
+CONFIG_BMP085=m
 CONFIG_BMP085_I2C=m
diff --git a/features/soc/x1000/x1000.cfg b/features/soc/x1000/x1000.cfg
index cd4fcc2..c3fb230 100644
--- a/features/soc/x1000/x1000.cfg
+++ b/features/soc/x1000/x1000.cfg
@@ -21,10 +21,3 @@ CONFIG_MMC_SDHCI_PLTFM=y
 CONFIG_MMC_USHC=m
 
 CONFIG_USB_OTG=y
-
-# disable frame buffer consoles since there is no framebuffer
-# 
-# CONFIG_VGA_CONSOLE is not set
-# CONFIG_FRAMEBUFFER_CONSOLE is not set
-# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
-
-- 
2.5.5

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to