diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 07:37:52 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 14:10:17 +0200 |
commit | edff6940870a0d146c84fadd084f03c3f411b7d6 (patch) | |
tree | 4f10698b1943b668ba7b83f839f9a65ad297bb69 /arch/powerpc/configs/83xx/mpc836x_mds_defconfig | |
parent | powerpc/configs: Drop removed CONFIG_LOGFS (diff) | |
download | linux-edff6940870a0d146c84fadd084f03c3f411b7d6.tar.xz linux-edff6940870a0d146c84fadd084f03c3f411b7d6.zip |
powerpc/configs: Update for CONFIG_INPUT_MOUSEDEV=n
In commit 73d8ef76006b ("Input: mousedev - stop offering PS/2 to
userspace by default") the symbol INPUT_MOUSEDEV went from being
'default y' to 'default n' (implied).
That means we no longer need to explicitly disable it in our
defconfigs.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs/83xx/mpc836x_mds_defconfig')
-rw-r--r-- | arch/powerpc/configs/83xx/mpc836x_mds_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/83xx/mpc836x_mds_defconfig b/arch/powerpc/configs/83xx/mpc836x_mds_defconfig index ffcbf10b3244..92134cee3f37 100644 --- a/arch/powerpc/configs/83xx/mpc836x_mds_defconfig +++ b/arch/powerpc/configs/83xx/mpc836x_mds_defconfig @@ -40,7 +40,6 @@ CONFIG_SCSI=y CONFIG_NETDEVICES=y CONFIG_UCC_GETH=y CONFIG_MARVELL_PHY=y -# CONFIG_INPUT_MOUSEDEV is not set # CONFIG_INPUT_KEYBOARD is not set # CONFIG_INPUT_MOUSE is not set # CONFIG_SERIO is not set |