[armel/orion5x]: Make SERIO and dependants modular

svn path=/dists/sid/linux/; revision=22216
This commit is contained in:
Ian Campbell 2014-12-19 08:54:57 +00:00
parent 7c5b251899
commit 5cb95daf7e
3 changed files with 10 additions and 9 deletions

1
debian/changelog vendored
View File

@ -29,6 +29,7 @@ linux (3.16.7-ckt2-2) UNRELEASED; urgency=medium
- [/kirkwood] Disable KPROBES
- [/ixp4xx,orion5x]: Disable RD_LZO
- [/ixp4xx,orion5x]: Disable PROFILING
- [/orion5x]: Make SERIO and dependants modular
-- Ben Hutchings <ben@decadent.org.uk> Sat, 13 Dec 2014 11:45:48 +0000

View File

@ -18,6 +18,15 @@ CONFIG_IOSCHED_DEADLINE=m
##
# CONFIG_VGA_ARB is not set
##
## file: drivers/input/serio/Kconfig
##
CONFIG_SERIO=m
CONFIG_SERIO_SERPORT=m
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=m
# CONFIG_SERIO_RAW is not set
##
## file: init/Kconfig
##

View File

@ -263,15 +263,6 @@ CONFIG_KEYBOARD_ATKBD=m
##
CONFIG_INPUT_IXP4XX_BEEPER=m
##
## file: drivers/input/serio/Kconfig
##
CONFIG_SERIO=m
CONFIG_SERIO_SERPORT=m
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=m
# CONFIG_SERIO_RAW is not set
##
## file: drivers/input/touchscreen/Kconfig
##