{"id":804789,"url":"http://patchwork.ozlabs.org/api/patches/804789/?format=json","web_url":"http://patchwork.ozlabs.org/project/linuxppc-dev/patch/1503466686-10932-33-git-send-email-mpe@ellerman.id.au/","project":{"id":2,"url":"http://patchwork.ozlabs.org/api/projects/2/?format=json","name":"Linux PPC development","link_name":"linuxppc-dev","list_id":"linuxppc-dev.lists.ozlabs.org","list_email":"linuxppc-dev@lists.ozlabs.org","web_url":"https://github.com/linuxppc/wiki/wiki","scm_url":"https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git","webscm_url":"https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/","list_archive_url":"https://lore.kernel.org/linuxppc-dev/","list_archive_url_format":"https://lore.kernel.org/linuxppc-dev/{}/","commit_url_format":"https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/commit/?id={}"},"msgid":"<1503466686-10932-33-git-send-email-mpe@ellerman.id.au>","list_archive_url":"https://lore.kernel.org/linuxppc-dev/1503466686-10932-33-git-send-email-mpe@ellerman.id.au/","date":"2017-08-23T05:37:52","name":"[32/46] powerpc/configs: Update for CONFIG_INPUT_MOUSEDEV=n","commit_ref":"edff6940870a0d146c84fadd084f03c3f411b7d6","pull_url":null,"state":"accepted","archived":false,"hash":"87cee6bbb8def83d71dcab6d007412746123e2c8","submitter":{"id":46580,"url":"http://patchwork.ozlabs.org/api/people/46580/?format=json","name":"Michael Ellerman","email":"mpe@ellerman.id.au"},"delegate":null,"mbox":"http://patchwork.ozlabs.org/project/linuxppc-dev/patch/1503466686-10932-33-git-send-email-mpe@ellerman.id.au/mbox/","series":[],"comments":"http://patchwork.ozlabs.org/api/patches/804789/comments/","check":"pending","checks":"http://patchwork.ozlabs.org/api/patches/804789/checks/","tags":{},"related":[],"headers":{"Return-Path":"<linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org>","X-Original-To":["patchwork-incoming@ozlabs.org","linuxppc-dev@lists.ozlabs.org"],"Delivered-To":["patchwork-incoming@ozlabs.org","linuxppc-dev@lists.ozlabs.org","linuxppc-dev@ozlabs.org"],"Received":["from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3])\n\t(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))\n\t(No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xccpm5yqfz9sCZ\n\tfor <patchwork-incoming@ozlabs.org>;\n\tWed, 23 Aug 2017 16:24:48 +1000 (AEST)","from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3])\n\tby lists.ozlabs.org (Postfix) with ESMTP id 3xccpl683YzDrvX\n\tfor <patchwork-incoming@ozlabs.org>;\n\tWed, 23 Aug 2017 16:24:47 +1000 (AEST)","from ozlabs.org (bilbo.ozlabs.org [103.22.144.67])\n\t(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))\n\t(No client certificate requested)\n\tby lists.ozlabs.org (Postfix) with ESMTPS id 3xcbnK0NbGzDqHc\n\tfor <linuxppc-dev@lists.ozlabs.org>;\n\tWed, 23 Aug 2017 15:38:29 +1000 (AEST)","by ozlabs.org (Postfix)\n\tid 3xcbnJ5B58z9t63; Wed, 23 Aug 2017 15:38:28 +1000 (AEST)","by ozlabs.org (Postfix, from userid 1034)\n\tid 3xcbnJ2nZBz9t49; Wed, 23 Aug 2017 15:38:28 +1000 (AEST)"],"From":"Michael Ellerman <mpe@ellerman.id.au>","To":"linuxppc-dev@ozlabs.org","Subject":"[PATCH 32/46] powerpc/configs: Update for CONFIG_INPUT_MOUSEDEV=n","Date":"Wed, 23 Aug 2017 15:37:52 +1000","Message-Id":"<1503466686-10932-33-git-send-email-mpe@ellerman.id.au>","X-Mailer":"git-send-email 2.7.4","In-Reply-To":"<1503466686-10932-1-git-send-email-mpe@ellerman.id.au>","References":"<1503466686-10932-1-git-send-email-mpe@ellerman.id.au>","X-BeenThere":"linuxppc-dev@lists.ozlabs.org","X-Mailman-Version":"2.1.23","Precedence":"list","List-Id":"Linux on PowerPC Developers Mail List\n\t<linuxppc-dev.lists.ozlabs.org>","List-Unsubscribe":"<https://lists.ozlabs.org/options/linuxppc-dev>,\n\t<mailto:linuxppc-dev-request@lists.ozlabs.org?subject=unsubscribe>","List-Archive":"<http://lists.ozlabs.org/pipermail/linuxppc-dev/>","List-Post":"<mailto:linuxppc-dev@lists.ozlabs.org>","List-Help":"<mailto:linuxppc-dev-request@lists.ozlabs.org?subject=help>","List-Subscribe":"<https://lists.ozlabs.org/listinfo/linuxppc-dev>,\n\t<mailto:linuxppc-dev-request@lists.ozlabs.org?subject=subscribe>","Errors-To":"linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org","Sender":"\"Linuxppc-dev\"\n\t<linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org>"},"content":"In commit 73d8ef76006b (\"Input: mousedev - stop offering PS/2 to\nuserspace by default\") the symbol INPUT_MOUSEDEV went from being\n'default y' to 'default n' (implied).\n\nThat means we no longer need to explicitly disable it in our\ndefconfigs.\n\nSigned-off-by: Michael Ellerman <mpe@ellerman.id.au>\n---\n arch/powerpc/configs/83xx/asp8347_defconfig     | 1 -\n arch/powerpc/configs/83xx/mpc8313_rdb_defconfig | 1 -\n arch/powerpc/configs/83xx/mpc8315_rdb_defconfig | 1 -\n arch/powerpc/configs/83xx/mpc832x_mds_defconfig | 1 -\n arch/powerpc/configs/83xx/mpc832x_rdb_defconfig | 1 -\n arch/powerpc/configs/83xx/mpc834x_mds_defconfig | 1 -\n arch/powerpc/configs/83xx/mpc836x_mds_defconfig | 1 -\n arch/powerpc/configs/83xx/mpc836x_rdk_defconfig | 1 -\n arch/powerpc/configs/83xx/mpc837x_mds_defconfig | 1 -\n arch/powerpc/configs/83xx/mpc837x_rdb_defconfig | 1 -\n arch/powerpc/configs/83xx/sbc834x_defconfig     | 1 -\n arch/powerpc/configs/85xx/ksi8560_defconfig     | 1 -\n arch/powerpc/configs/85xx/mpc8540_ads_defconfig | 1 -\n arch/powerpc/configs/85xx/mpc8560_ads_defconfig | 1 -\n arch/powerpc/configs/85xx/mpc85xx_cds_defconfig | 1 -\n arch/powerpc/configs/85xx/sbc8548_defconfig     | 1 -\n arch/powerpc/configs/85xx/tqm8540_defconfig     | 1 -\n arch/powerpc/configs/85xx/tqm8541_defconfig     | 1 -\n arch/powerpc/configs/85xx/tqm8548_defconfig     | 1 -\n arch/powerpc/configs/85xx/tqm8555_defconfig     | 1 -\n arch/powerpc/configs/85xx/tqm8560_defconfig     | 1 -\n arch/powerpc/configs/85xx/xes_mpc85xx_defconfig | 1 -\n arch/powerpc/configs/gamecube_defconfig         | 1 -\n arch/powerpc/configs/holly_defconfig            | 1 -\n arch/powerpc/configs/mpc7448_hpc2_defconfig     | 1 -\n arch/powerpc/configs/mpc83xx_defconfig          | 1 -\n 26 files changed, 26 deletions(-)","diff":"diff --git a/arch/powerpc/configs/83xx/asp8347_defconfig b/arch/powerpc/configs/83xx/asp8347_defconfig\nindex 9f4467abe3d0..dd884df32dfd 100644\n--- a/arch/powerpc/configs/83xx/asp8347_defconfig\n+++ b/arch/powerpc/configs/83xx/asp8347_defconfig\n@@ -42,7 +42,6 @@ CONFIG_BLK_DEV_RAM=y\n CONFIG_BLK_DEV_RAM_SIZE=32768\n CONFIG_NETDEVICES=y\n CONFIG_GIANFAR=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig b/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig\nindex 45e7146e2ea3..1f69f4edf074 100644\n--- a/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig\n+++ b/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig\n@@ -48,7 +48,6 @@ CONFIG_NETDEVICES=y\n CONFIG_GIANFAR=y\n CONFIG_E100=y\n CONFIG_CICADA_PHY=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig b/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig\nindex d22cc8ee92ab..797fc3ffddee 100644\n--- a/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig\n+++ b/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig\n@@ -47,7 +47,6 @@ CONFIG_MD_RAID1=y\n CONFIG_NETDEVICES=y\n CONFIG_GIANFAR=y\n CONFIG_E100=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/83xx/mpc832x_mds_defconfig b/arch/powerpc/configs/83xx/mpc832x_mds_defconfig\nindex 507d5af9fa99..4f914906ee4b 100644\n--- a/arch/powerpc/configs/83xx/mpc832x_mds_defconfig\n+++ b/arch/powerpc/configs/83xx/mpc832x_mds_defconfig\n@@ -35,7 +35,6 @@ CONFIG_SCSI=y\n CONFIG_NETDEVICES=y\n CONFIG_UCC_GETH=y\n CONFIG_DAVICOM_PHY=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig b/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig\nindex aabd75860cfe..a484eb8401e8 100644\n--- a/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig\n+++ b/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig\n@@ -38,7 +38,6 @@ CONFIG_NETDEVICES=y\n CONFIG_UCC_GETH=y\n CONFIG_E1000=y\n CONFIG_ICPLUS_PHY=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/83xx/mpc834x_mds_defconfig b/arch/powerpc/configs/83xx/mpc834x_mds_defconfig\nindex 48575b3e8949..d7ce3551529d 100644\n--- a/arch/powerpc/configs/83xx/mpc834x_mds_defconfig\n+++ b/arch/powerpc/configs/83xx/mpc834x_mds_defconfig\n@@ -35,7 +35,6 @@ CONFIG_NETDEVICES=y\n CONFIG_GIANFAR=y\n CONFIG_E100=y\n CONFIG_MARVELL_PHY=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/83xx/mpc836x_mds_defconfig b/arch/powerpc/configs/83xx/mpc836x_mds_defconfig\nindex ffcbf10b3244..92134cee3f37 100644\n--- a/arch/powerpc/configs/83xx/mpc836x_mds_defconfig\n+++ b/arch/powerpc/configs/83xx/mpc836x_mds_defconfig\n@@ -40,7 +40,6 @@ CONFIG_SCSI=y\n CONFIG_NETDEVICES=y\n CONFIG_UCC_GETH=y\n CONFIG_MARVELL_PHY=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/83xx/mpc836x_rdk_defconfig b/arch/powerpc/configs/83xx/mpc836x_rdk_defconfig\nindex 141fe30737f6..97f7ea5f205f 100644\n--- a/arch/powerpc/configs/83xx/mpc836x_rdk_defconfig\n+++ b/arch/powerpc/configs/83xx/mpc836x_rdk_defconfig\n@@ -38,7 +38,6 @@ CONFIG_BLK_DEV_RAM_SIZE=32768\n CONFIG_NETDEVICES=y\n CONFIG_UCC_GETH=y\n CONFIG_BROADCOM_PHY=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/83xx/mpc837x_mds_defconfig b/arch/powerpc/configs/83xx/mpc837x_mds_defconfig\nindex f9e510c645e3..ee7510a33d06 100644\n--- a/arch/powerpc/configs/83xx/mpc837x_mds_defconfig\n+++ b/arch/powerpc/configs/83xx/mpc837x_mds_defconfig\n@@ -36,7 +36,6 @@ CONFIG_SATA_FSL=y\n CONFIG_NETDEVICES=y\n CONFIG_GIANFAR=y\n CONFIG_MARVELL_PHY=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig b/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig\nindex 2ebc6c6bf888..8966a9af4230 100644\n--- a/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig\n+++ b/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig\n@@ -43,7 +43,6 @@ CONFIG_NETDEVICES=y\n CONFIG_GIANFAR=y\n CONFIG_MARVELL_PHY=y\n CONFIG_INPUT_FF_MEMLESS=m\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/83xx/sbc834x_defconfig b/arch/powerpc/configs/83xx/sbc834x_defconfig\nindex 3ec9773f4ca3..7d74699334da 100644\n--- a/arch/powerpc/configs/83xx/sbc834x_defconfig\n+++ b/arch/powerpc/configs/83xx/sbc834x_defconfig\n@@ -42,7 +42,6 @@ CONFIG_BLK_DEV_SD=y\n CONFIG_NETDEVICES=y\n CONFIG_GIANFAR=y\n CONFIG_BROADCOM_PHY=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/85xx/ksi8560_defconfig b/arch/powerpc/configs/85xx/ksi8560_defconfig\nindex 13fcee7b8fe6..9ce6f48cfb61 100644\n--- a/arch/powerpc/configs/85xx/ksi8560_defconfig\n+++ b/arch/powerpc/configs/85xx/ksi8560_defconfig\n@@ -40,7 +40,6 @@ CONFIG_FS_ENET=y\n CONFIG_FS_ENET_MDIO_FCC=y\n CONFIG_GIANFAR=y\n CONFIG_MARVELL_PHY=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/85xx/mpc8540_ads_defconfig b/arch/powerpc/configs/85xx/mpc8540_ads_defconfig\nindex 00ce0f9b5826..5fbc3f904046 100644\n--- a/arch/powerpc/configs/85xx/mpc8540_ads_defconfig\n+++ b/arch/powerpc/configs/85xx/mpc8540_ads_defconfig\n@@ -31,7 +31,6 @@ CONFIG_BLK_DEV_RAM=y\n CONFIG_BLK_DEV_RAM_SIZE=32768\n CONFIG_NETDEVICES=y\n CONFIG_GIANFAR=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/85xx/mpc8560_ads_defconfig b/arch/powerpc/configs/85xx/mpc8560_ads_defconfig\nindex 061bf8b22636..ff981d7905c7 100644\n--- a/arch/powerpc/configs/85xx/mpc8560_ads_defconfig\n+++ b/arch/powerpc/configs/85xx/mpc8560_ads_defconfig\n@@ -34,7 +34,6 @@ CONFIG_FS_ENET=y\n CONFIG_GIANFAR=y\n CONFIG_E1000=y\n CONFIG_DAVICOM_PHY=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n CONFIG_MARVELL_PHY=y\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\ndiff --git a/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig b/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig\nindex c9bb4be056e1..974f0706d777 100644\n--- a/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig\n+++ b/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig\n@@ -36,7 +36,6 @@ CONFIG_BLK_DEV_VIA82CXXX=y\n CONFIG_NETDEVICES=y\n CONFIG_GIANFAR=y\n CONFIG_E1000=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/85xx/sbc8548_defconfig b/arch/powerpc/configs/85xx/sbc8548_defconfig\nindex b5807cb77b05..7e3e84a842e4 100644\n--- a/arch/powerpc/configs/85xx/sbc8548_defconfig\n+++ b/arch/powerpc/configs/85xx/sbc8548_defconfig\n@@ -37,7 +37,6 @@ CONFIG_BLK_DEV_RAM=y\n CONFIG_NETDEVICES=y\n CONFIG_GIANFAR=y\n CONFIG_BROADCOM_PHY=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/85xx/tqm8540_defconfig b/arch/powerpc/configs/85xx/tqm8540_defconfig\nindex ca05bd051c18..98982a0e82d8 100644\n--- a/arch/powerpc/configs/85xx/tqm8540_defconfig\n+++ b/arch/powerpc/configs/85xx/tqm8540_defconfig\n@@ -36,7 +36,6 @@ CONFIG_BLK_DEV_VIA82CXXX=y\n CONFIG_NETDEVICES=y\n CONFIG_GIANFAR=y\n CONFIG_E100=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/85xx/tqm8541_defconfig b/arch/powerpc/configs/85xx/tqm8541_defconfig\nindex a859bffd0579..a6e21db1dafe 100644\n--- a/arch/powerpc/configs/85xx/tqm8541_defconfig\n+++ b/arch/powerpc/configs/85xx/tqm8541_defconfig\n@@ -36,7 +36,6 @@ CONFIG_BLK_DEV_VIA82CXXX=y\n CONFIG_NETDEVICES=y\n CONFIG_GIANFAR=y\n CONFIG_E100=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/85xx/tqm8548_defconfig b/arch/powerpc/configs/85xx/tqm8548_defconfig\nindex b569ce6b5993..2697e4e8a761 100644\n--- a/arch/powerpc/configs/85xx/tqm8548_defconfig\n+++ b/arch/powerpc/configs/85xx/tqm8548_defconfig\n@@ -43,7 +43,6 @@ CONFIG_BLK_DEV_RAM=y\n CONFIG_BLK_DEV_RAM_SIZE=32768\n CONFIG_NETDEVICES=y\n CONFIG_GIANFAR=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/85xx/tqm8555_defconfig b/arch/powerpc/configs/85xx/tqm8555_defconfig\nindex 968199ac1ac6..ca1de3979474 100644\n--- a/arch/powerpc/configs/85xx/tqm8555_defconfig\n+++ b/arch/powerpc/configs/85xx/tqm8555_defconfig\n@@ -36,7 +36,6 @@ CONFIG_BLK_DEV_VIA82CXXX=y\n CONFIG_NETDEVICES=y\n CONFIG_GIANFAR=y\n CONFIG_E100=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/85xx/tqm8560_defconfig b/arch/powerpc/configs/85xx/tqm8560_defconfig\nindex ab44fadda78b..ca3b8c8ef30f 100644\n--- a/arch/powerpc/configs/85xx/tqm8560_defconfig\n+++ b/arch/powerpc/configs/85xx/tqm8560_defconfig\n@@ -36,7 +36,6 @@ CONFIG_BLK_DEV_VIA82CXXX=y\n CONFIG_NETDEVICES=y\n CONFIG_GIANFAR=y\n CONFIG_E100=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/85xx/xes_mpc85xx_defconfig b/arch/powerpc/configs/85xx/xes_mpc85xx_defconfig\nindex 185302fb5bce..6531139a8a8d 100644\n--- a/arch/powerpc/configs/85xx/xes_mpc85xx_defconfig\n+++ b/arch/powerpc/configs/85xx/xes_mpc85xx_defconfig\n@@ -85,7 +85,6 @@ CONFIG_DUMMY=y\n CONFIG_GIANFAR=y\n CONFIG_E1000=y\n CONFIG_BROADCOM_PHY=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n CONFIG_SERIO_LIBPS2=y\ndiff --git a/arch/powerpc/configs/gamecube_defconfig b/arch/powerpc/configs/gamecube_defconfig\nindex b877a6b660a1..79bbc8238b32 100644\n--- a/arch/powerpc/configs/gamecube_defconfig\n+++ b/arch/powerpc/configs/gamecube_defconfig\n@@ -45,7 +45,6 @@ CONFIG_BLK_DEV_RAM_COUNT=2\n CONFIG_NETDEVICES=y\n # CONFIG_WLAN is not set\n CONFIG_INPUT_FF_MEMLESS=m\n-# CONFIG_INPUT_MOUSEDEV is not set\n CONFIG_INPUT_JOYDEV=y\n CONFIG_INPUT_EVDEV=y\n # CONFIG_KEYBOARD_ATKBD is not set\ndiff --git a/arch/powerpc/configs/holly_defconfig b/arch/powerpc/configs/holly_defconfig\nindex defa4395aa71..71d8d2430b6c 100644\n--- a/arch/powerpc/configs/holly_defconfig\n+++ b/arch/powerpc/configs/holly_defconfig\n@@ -38,7 +38,6 @@ CONFIG_NETDEVICES=y\n CONFIG_VORTEX=y\n CONFIG_TSI108_ETH=y\n CONFIG_PHYLIB=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/mpc7448_hpc2_defconfig b/arch/powerpc/configs/mpc7448_hpc2_defconfig\nindex 56d0af49c48c..4b14c02b437c 100644\n--- a/arch/powerpc/configs/mpc7448_hpc2_defconfig\n+++ b/arch/powerpc/configs/mpc7448_hpc2_defconfig\n@@ -39,7 +39,6 @@ CONFIG_8139TOO=y\n # CONFIG_8139TOO_PIO is not set\n CONFIG_TSI108_ETH=y\n CONFIG_PHYLIB=y\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\ndiff --git a/arch/powerpc/configs/mpc83xx_defconfig b/arch/powerpc/configs/mpc83xx_defconfig\nindex c50d97ca622b..d1b82035d35f 100644\n--- a/arch/powerpc/configs/mpc83xx_defconfig\n+++ b/arch/powerpc/configs/mpc83xx_defconfig\n@@ -64,7 +64,6 @@ CONFIG_ICPLUS_PHY=y\n CONFIG_MARVELL_PHY=y\n CONFIG_VITESSE_PHY=y\n CONFIG_INPUT_FF_MEMLESS=m\n-# CONFIG_INPUT_MOUSEDEV is not set\n # CONFIG_INPUT_KEYBOARD is not set\n # CONFIG_INPUT_MOUSE is not set\n # CONFIG_SERIO is not set\n","prefixes":["32/46"]}