diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 15:37:52 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 22:10:17 +1000 |
commit | edff6940870a0d146c84fadd084f03c3f411b7d6 (patch) | |
tree | 4f10698b1943b668ba7b83f839f9a65ad297bb69 /arch/powerpc/configs/mpc7448_hpc2_defconfig | |
parent | f6fe7a1583c0971ce4e492dbe9ae6359c5f1a461 (diff) | |
download | lwn-edff6940870a0d146c84fadd084f03c3f411b7d6.tar.gz lwn-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/mpc7448_hpc2_defconfig')
-rw-r--r-- | arch/powerpc/configs/mpc7448_hpc2_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/mpc7448_hpc2_defconfig b/arch/powerpc/configs/mpc7448_hpc2_defconfig index 56d0af49c48c..4b14c02b437c 100644 --- a/arch/powerpc/configs/mpc7448_hpc2_defconfig +++ b/arch/powerpc/configs/mpc7448_hpc2_defconfig @@ -39,7 +39,6 @@ CONFIG_8139TOO=y # CONFIG_8139TOO_PIO is not set CONFIG_TSI108_ETH=y CONFIG_PHYLIB=y -# CONFIG_INPUT_MOUSEDEV is not set # CONFIG_INPUT_KEYBOARD is not set # CONFIG_INPUT_MOUSE is not set # CONFIG_SERIO is not set |