On Wed, 13 Feb 2002, Arlie Glenn Capps wrote: > I will soon compile the 2.4 kernel on my 6500. I have two questions: > 1. A while ago (the last time I did this) I had to configure for USB > support in order to use the new input layer, even though the 6500 > doesn't have USB. Is this still the case? > 2. I'm pretty sure I must configure support for via-cuda, but do I need > to also choose support for pmu?
In my .config for 2.4.16, I have: # # Input core support # CONFIG_INPUT=y CONFIG_INPUT_KEYBDEV=y CONFIG_INPUT_MOUSEDEV=y CONFIG_INPUT_MOUSEDEV_SCREEN_X=1280 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1024 # CONFIG_INPUT_JOYDEV is not set CONFIG_INPUT_EVDEV=y # # Macintosh device drivers # CONFIG_ADB_CUDA=y # CONFIG_ADB_PMU is not set CONFIG_MAC_FLOPPY=y CONFIG_MAC_SERIAL=y # CONFIG_SERIAL_CONSOLE is not set CONFIG_ADB=y CONFIG_ADB_MACIO=y CONFIG_INPUT_ADBHID=y CONFIG_MAC_ADBKEYCODES=y CONFIG_MAC_EMUMOUSEBTN=y CONFIG_MAC_HID=y I have an ADB-only setup as well on my 8500. cheers vinai