[linux-yocto] [PATCH 01/22] meta: update valleyisland bsp config file

boon.leong.ong at intel.com boon.leong.ong at intel.com
Wed Jan 29 10:41:26 PST 2014


From: "Ong, Boon Leong" <boon.leong.ong at intel.com>

Update valleyisland bsp config file to enable SMBus,
PWM, USB Device and ICH lineage SATA host controller.

Signed-off-by: Chew Chiau Ee  <chiau.ee.chew at intel.com>
Signed-off-by: Ong Boon Leong  <boon.leong.ong at intel.com>
---
 meta/cfg/kernel-cache/bsp/valleyisland/valleyisland.cfg |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland.cfg b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland.cfg
index b211871..0e3a863 100644
--- a/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland.cfg
+++ b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland.cfg
@@ -26,6 +26,7 @@ CONFIG_ATA=y
 CONFIG_ATA_GENERIC=y
 CONFIG_CHR_DEV_SG=y
 CONFIG_SATA_AHCI=y
+CONFIG_ATA_PIIX=y
 
 # MMC / SDHCI Support
 CONFIG_MMC=y
@@ -42,3 +43,17 @@ CONFIG_GENERIC_GPIO=y
 CONFIG_GPIOLIB=y
 CONFIG_GPIO_SYSFS=y
 CONFIG_GPIO_ACPI=y
+
+# PWM Support
+CONFIG_PWM_SYSFS=y
+
+# SMBus Support
+CONFIG_I2C_I801=y
+
+# USB Device Support
+CONFIG_USB_DWC3=y
+CONFIG_USB_DWC3_GADGET=y
+CONFIG_USB_GADGET=y
+CONFIG_USB_LIBCOMPOSITE=m
+CONFIG_USB_MASS_STORAGE=m
+CONFIG_NOP_USB_XCEIV=y
-- 
1.7.10.4



More information about the linux-yocto mailing list