[linux-yocto] [PATCH 2/3] minnow-io: Add MinnowBoard platform drivers for GPIO, LEDS, LVDS, etc.
Darren Hart
dvhart at linux.intel.com
Fri Oct 18 15:57:23 PDT 2013
These are prototype/stop-gap drivers, effectively board-files, which
simplify the use of the GPIO and LED lines. These will ultimately be
replaced with ACPI enumerated platform drivers.
Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
.../kernel-cache/features/minnow-io/minnow-io.cfg | 20 ++++++++++++++++++++
.../kernel-cache/features/minnow-io/minnow-io.scc | 2 ++
2 files changed, 22 insertions(+)
create mode 100644 meta/cfg/kernel-cache/features/minnow-io/minnow-io.cfg
create mode 100644 meta/cfg/kernel-cache/features/minnow-io/minnow-io.scc
diff --git a/meta/cfg/kernel-cache/features/minnow-io/minnow-io.cfg b/meta/cfg/kernel-cache/features/minnow-io/minnow-io.cfg
new file mode 100644
index 0000000..9bfe5c1
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/minnow-io/minnow-io.cfg
@@ -0,0 +1,20 @@
+CONFIG_MINNOWBOARD=y
+CONFIG_MINNOWBOARD_GPIO=m
+CONFIG_MINNOWBOARD_KEYS=m
+
+# GPIO Support
+CONFIG_GPIO_SYSFS=y
+CONFIG_GPIOLIB=y
+
+CONFIG_GPIO_GENERIC=y
+CONFIG_GPIO_GENERIC_PLATFORM=y
+CONFIG_MFD_CORE=y
+CONFIG_LPC_SCH=y
+CONFIG_GPIO_SCH=y
+CONFIG_GPIO_PCH=y
+
+# Userland interfaces
+CONFIG_INPUT_EVDEV=y
+
+# Input Device Drivers
+CONFIG_KEYBOARD_GPIO_POLLED=y
diff --git a/meta/cfg/kernel-cache/features/minnow-io/minnow-io.scc b/meta/cfg/kernel-cache/features/minnow-io/minnow-io.scc
new file mode 100644
index 0000000..2a4c229
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/minnow-io/minnow-io.scc
@@ -0,0 +1,2 @@
+kconf hardware minnow-io.cfg
+merge minnow-io
--
1.7.9.5
More information about the linux-yocto
mailing list