aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-01-14 13:44:10 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-01-14 13:44:10 -0800
commit2ca0b5d8ce22b6be7c704946898b7035fb150d43 (patch)
tree0d9603ade60e52dabffd31606386f89d8913609d
parent24bf7251532a9616fffb5cbc56ce261b6fb18234 (diff)
downloadltsi-kernel-2ca0b5d8ce22b6be7c704946898b7035fb150d43.tar.gz
add minnowboard cfg file as it's useful for others.
-rw-r--r--cfg/minnow-io.cfg20
1 files changed, 20 insertions, 0 deletions
diff --git a/cfg/minnow-io.cfg b/cfg/minnow-io.cfg
new file mode 100644
index 00000000000000..9bfe5c19e8c19f
--- /dev/null
+++ b/cfg/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