diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 08:37:52 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 15:10:17 +0300 |
commit | edff6940870a0d146c84fadd084f03c3f411b7d6 (patch) | |
tree | 4f10698b1943b668ba7b83f839f9a65ad297bb69 /arch/powerpc/configs/gamecube_defconfig | |
parent | f6fe7a1583c0971ce4e492dbe9ae6359c5f1a461 (diff) | |
download | linux-edff6940870a0d146c84fadd084f03c3f411b7d6.tar.xz |
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/gamecube_defconfig')
-rw-r--r-- | arch/powerpc/configs/gamecube_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/gamecube_defconfig b/arch/powerpc/configs/gamecube_defconfig index b877a6b660a1..79bbc8238b32 100644 --- a/arch/powerpc/configs/gamecube_defconfig +++ b/arch/powerpc/configs/gamecube_defconfig @@ -45,7 +45,6 @@ CONFIG_BLK_DEV_RAM_COUNT=2 CONFIG_NETDEVICES=y # CONFIG_WLAN is not set CONFIG_INPUT_FF_MEMLESS=m -# CONFIG_INPUT_MOUSEDEV is not set CONFIG_INPUT_JOYDEV=y CONFIG_INPUT_EVDEV=y # CONFIG_KEYBOARD_ATKBD is not set |