[linux-yocto] [PATCH 1/2] meta: add cfg and scc files for valleyisland io features
Darren Hart
dvhart at linux.intel.com
Tue Mar 18 22:34:26 PDT 2014
On 3/19/14, 3:20, "rebecca.swee.fun.chang at intel.com"
<rebecca.swee.fun.chang at intel.com> wrote:
>From: "Chang, Rebecca Swee Fun" <rebecca.swee.fun.chang at intel.com>
>
>Added Valley Island LPSS I/O device drivers configs.
The feature looks good, but we do need to include a more complete
description in the commit log. Specifics about what "Valley Island" is,
for example, would be welcome. Which CPU/SoC in particular. Some of what
you mentioned in your cover letter might better added to the two commit
messages themselves.
--
Darren
>
>Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>
>---
> .../features/valleyisland-io/valleyisland-io.cfg | 30
>++++++++++++++++++++
> .../features/valleyisland-io/valleyisland-io.scc | 4 +++
> 2 files changed, 34 insertions(+)
> create mode 100644
>meta/cfg/kernel-cache/features/valleyisland-io/valleyisland-io.cfg
> create mode 100644
>meta/cfg/kernel-cache/features/valleyisland-io/valleyisland-io.scc
>
>diff --git
>a/meta/cfg/kernel-cache/features/valleyisland-io/valleyisland-io.cfg
>b/meta/cfg/kernel-cache/features/valleyisland-io/valleyisland-io.cfg
>new file mode 100644
>index 0000000..7aa630b
>--- /dev/null
>+++ b/meta/cfg/kernel-cache/features/valleyisland-io/valleyisland-io.cfg
>@@ -0,0 +1,30 @@
>+#GPIO Support
>+CONFIG_GPIOLIB=y
>+CONFIG_GPIO_SYSFS=y
>+CONFIG_GPIO_ACPI=y
>+CONFIG_GPIO_BAYTRAIL=y
>+
>+# I2C Support
>+CONFIG_I2C_DESIGNWARE_CORE=y
>+CONFIG_I2C_DESIGNWARE_PLATFORM=y
>+
>+# SPI Support
>+CONFIG_SPI_PXA2XX_DMA=y
>+CONFIG_SPI_PXA2XX=y
>+
>+# UART Support
>+CONFIG_SERIAL_8250_DW=y
>+
>+# DMA Support
>+CONFIG_DW_DMAC=y
>+
>+# PWM Support
>+CONFIG_PWM=y
>+CONFIG_PWM_LPSS=y
>+
>+# PINCTRL Support
>+CONFIG_PINCTRL=y
>+CONFIG_PINMUX=y
>+CONFIG_PINCONF=y
>+CONFIG_PINCTRL_BAYTRAIL=y
>+CONFIG_PINCTRL_BAYTRAIL_DEVICE=y
>diff --git
>a/meta/cfg/kernel-cache/features/valleyisland-io/valleyisland-io.scc
>b/meta/cfg/kernel-cache/features/valleyisland-io/valleyisland-io.scc
>new file mode 100644
>index 0000000..90c2646
>--- /dev/null
>+++ b/meta/cfg/kernel-cache/features/valleyisland-io/valleyisland-io.scc
>@@ -0,0 +1,4 @@
>+define KFEATURE_DESCRIPTION "Enable Valley Island LPSS I/O Devices"
>+define KFEATURE_COMPATIBILITY arch
>+
>+kconf hardware valleyisland-io.cfg
>--
>1.7.10.4
>
>--
>_______________________________________________
>linux-yocto mailing list
>linux-yocto at yoctoproject.org
>https://lists.yoctoproject.org/listinfo/linux-yocto
>
--
Darren Hart
Yocto Project - Linux Kernel
Intel Open Source Technology Center
More information about the linux-yocto
mailing list