[i386/586] Enable KEYBOARD_GPIO_POLLED and LEDS_GPIO as modules, and ALIX, NET5501, GEOS (Closes: #734204)

svn path=/dists/trunk/linux/; revision=22872
This commit is contained in:
Ben Hutchings 2015-07-29 03:19:30 +00:00
parent 7274349990
commit dc0f1f767e
2 changed files with 15 additions and 0 deletions

2
debian/changelog vendored
View File

@ -11,6 +11,8 @@ linux (4.1.3-1) UNRELEASED; urgency=medium
* KEYS: ensure we free the assoc array edit if edit is valid (CVE-2015-1333)
* [armel,sh4] linux-image: Recommend u-boot-tools rather than the obsolete
uboot-mkimage package (Closes: #793608)
* [i386/586] Enable KEYBOARD_GPIO_POLLED and LEDS_GPIO as modules, and
ALIX, NET5501, GEOS (Closes: #734204)
[ Ian Campbell ]
* [armhf] Set CONFIG_ARM_TEGRA_CPUFREQ as builtin.

View File

@ -13,6 +13,9 @@ CONFIG_OLPC_XO1_PM=y
CONFIG_OLPC_XO1_RTC=y
CONFIG_OLPC_XO1_SCI=y
CONFIG_OLPC_XO15_SCI=y
CONFIG_ALIX=y
CONFIG_NET5501=y
CONFIG_GEOS=y
##
## file: arch/x86/Kconfig.cpu
@ -45,11 +48,21 @@ CONFIG_I2C_ELEKTOR=m
##
# CONFIG_INTEL_IDLE is not set
##
## file: drivers/input/keyboard/Kconfig
##
CONFIG_KEYBOARD_GPIO_POLLED=m
##
## file: drivers/input/mouse/Kconfig
##
CONFIG_MOUSE_PS2_OLPC=y
##
## file: drivers/leds/Kconfig
##
CONFIG_LEDS_GPIO=m
##
## file: drivers/mtd/chips/Kconfig
##