[linux] 05/09: [x86] input: Enable KEYBOARD_GPIO, INPUT_SOC_BUTTON_ARRAY (Closes: #804864)
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sun Dec 13 00:35:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch sid
in repository linux.
commit 7a68d42a2b3e2ec22c4ddfa39a5ddaef2c4b0197
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Sat Dec 12 23:53:41 2015 +0000
[x86] input: Enable KEYBOARD_GPIO, INPUT_SOC_BUTTON_ARRAY (Closes: #804864)
---
debian/changelog | 1 +
debian/config/kernelarch-x86/config | 2 ++
debian/installer/modules/input-modules | 2 ++
3 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 6577afb..fa2a4d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ linux (4.3.1-1~exp1) UNRELEASED; urgency=medium
* [x86] drm/i915: Mark uneven memory banks on gen4 desktop as unknown
swizzling (Closes: #780363)
* Enable CC_STACKPROTECTOR_STRONG (Closes: #805652)
+ * [x86] input: Enable KEYBOARD_GPIO, INPUT_SOC_BUTTON_ARRAY (Closes: #804864)
-- Ben Hutchings <ben at decadent.org.uk> Wed, 09 Dec 2015 23:20:32 +0000
diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config
index c913335..66f7fb9 100644
--- a/debian/config/kernelarch-x86/config
+++ b/debian/config/kernelarch-x86/config
@@ -711,6 +711,7 @@ CONFIG_INPUT_JOYSTICK=y
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
CONFIG_KEYBOARD_LKKBD=m
+CONFIG_KEYBOARD_GPIO=m
CONFIG_KEYBOARD_NEWTON=m
CONFIG_KEYBOARD_SUNKBD=m
CONFIG_KEYBOARD_XTKBD=m
@@ -724,6 +725,7 @@ CONFIG_INPUT_APANEL=m
CONFIG_INPUT_ATLAS_BTNS=m
CONFIG_INPUT_UINPUT=m
CONFIG_INPUT_IDEAPAD_SLIDEBAR=m
+CONFIG_INPUT_SOC_BUTTON_ARRAY=m
##
## file: drivers/input/mouse/Kconfig
diff --git a/debian/installer/modules/input-modules b/debian/installer/modules/input-modules
index 55c440b..bfc4dda 100644
--- a/debian/installer/modules/input-modules
+++ b/debian/installer/modules/input-modules
@@ -30,3 +30,5 @@ synaptics_usb ?
wistron_btns ?
i2c-hid ?
virtio-input ?
+gpio_keys ?
+soc_button_array ?
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list