mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
[x86] input: Enable KEYBOARD_GPIO, INPUT_SOC_BUTTON_ARRAY (Closes: #804864)
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -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@decadent.org.uk> Wed, 09 Dec 2015 23:20:32 +0000
|
||||
|
||||
|
||||
2
debian/config/kernelarch-x86/config
vendored
2
debian/config/kernelarch-x86/config
vendored
@@ -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
|
||||
|
||||
2
debian/installer/modules/input-modules
vendored
2
debian/installer/modules/input-modules
vendored
@@ -30,3 +30,5 @@ synaptics_usb ?
|
||||
wistron_btns ?
|
||||
i2c-hid ?
|
||||
virtio-input ?
|
||||
gpio_keys ?
|
||||
soc_button_array ?
|
||||
|
||||
Reference in New Issue
Block a user