Carsten mentioned that evbug module is getting modprobed in to ASU somehow and making havoc. This patch stops us building it because there's no time to figure out why it gets modprobed in and it doesn't seem to do anything but spew syslog -- and we never needed it before now.
Reported-by: Carsten Haitzler <[EMAIL PROTECTED]> Signed-off-by: Andy Green <[EMAIL PROTECTED]> --- defconfig-2.6.24 | 2 +- defconfig-2.6.24-maxmodules | 2 +- defconfig-gta01 | 2 +- defconfig-gta02 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/defconfig-2.6.24 b/defconfig-2.6.24 index cc6fc41..1f01e32 100644 --- a/defconfig-2.6.24 +++ b/defconfig-2.6.24 @@ -906,7 +906,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=480 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=640 # CONFIG_INPUT_JOYDEV is not set CONFIG_INPUT_EVDEV=y -CONFIG_INPUT_EVBUG=m +# CONFIG_INPUT_EVBUG is not set # # Input Device Drivers diff --git a/defconfig-2.6.24-maxmodules b/defconfig-2.6.24-maxmodules index bac4bc1..afd6bd4 100644 --- a/defconfig-2.6.24-maxmodules +++ b/defconfig-2.6.24-maxmodules @@ -867,7 +867,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=480 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=640 # CONFIG_INPUT_JOYDEV is not set CONFIG_INPUT_EVDEV=y -CONFIG_INPUT_EVBUG=m +# CONFIG_INPUT_EVBUG is not set # # Input Device Drivers diff --git a/defconfig-gta01 b/defconfig-gta01 index 797833e..e39167a 100644 --- a/defconfig-gta01 +++ b/defconfig-gta01 @@ -867,7 +867,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=480 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=640 # CONFIG_INPUT_JOYDEV is not set CONFIG_INPUT_EVDEV=y -CONFIG_INPUT_EVBUG=m +# CONFIG_INPUT_EVBUG is not set # # Input Device Drivers diff --git a/defconfig-gta02 b/defconfig-gta02 index ea353f9..82cc6b1 100644 --- a/defconfig-gta02 +++ b/defconfig-gta02 @@ -866,7 +866,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=480 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=640 # CONFIG_INPUT_JOYDEV is not set CONFIG_INPUT_EVDEV=y -CONFIG_INPUT_EVBUG=m +# CONFIG_INPUT_EVBUG is not set # # Input Device Drivers
