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/85xx/mpc8560_ads_defconfig | |
parent | f6fe7a1583c0971ce4e492dbe9ae6359c5f1a461 (diff) | |
download | linux-edff6940870a0d146c84fadd084f03c3f411b7d6.tar.gz linux-edff6940870a0d146c84fadd084f03c3f411b7d6.tar.bz2 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/85xx/mpc8560_ads_defconfig')
-rw-r--r-- | arch/powerpc/configs/85xx/mpc8560_ads_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/85xx/mpc8560_ads_defconfig b/arch/powerpc/configs/85xx/mpc8560_ads_defconfig index 061bf8b22636..ff981d7905c7 100644 --- a/arch/powerpc/configs/85xx/mpc8560_ads_defconfig +++ b/arch/powerpc/configs/85xx/mpc8560_ads_defconfig @@ -34,7 +34,6 @@ CONFIG_FS_ENET=y CONFIG_GIANFAR=y CONFIG_E1000=y CONFIG_DAVICOM_PHY=y -# CONFIG_INPUT_MOUSEDEV is not set CONFIG_MARVELL_PHY=y # CONFIG_INPUT_KEYBOARD is not set # CONFIG_INPUT_MOUSE is not set |