On Wed, 6 Jun 2007 21:32:36 +0200 Mariusz Kozlowski <[EMAIL PROTECTED]> wrote:
> Hello, > > This is from my P4 sony vaio laptop. > > These warnings still there: > > drivers/input/keyboard/Kconfig:170:warning: 'select' used by config symbol > 'KEYBOARD_ATARI' refers to undefined symbol 'ATARI_KBD_CORE' > drivers/input/mouse/Kconfig:182:warning: 'select' used by config symbol > 'MOUSE_ATARI' refers to undefined symbol 'ATARI_KBD_CORE' > sound/soc/sh/Kconfig:6:warning: 'select' used by config symbol > 'SND_SOC_PCM_SH7760' refers to undefined symbol 'SH_DMABRG' Yeah, people keep adding those and then never fixing them. I've given up and I just ignore them. > A hwmon related build error: > > Building modules, stage 2. > MODPOST 187 modules > ERROR: "input_register_polled_device" [drivers/hwmon/hdaps.ko] undefined! > ERROR: "input_allocate_polled_device" [drivers/hwmon/hdaps.ko] undefined! > ERROR: "input_free_polled_device" [drivers/hwmon/hdaps.ko] undefined! > ERROR: "input_unregister_polled_device" [drivers/hwmon/hdaps.ko] undefined! > ERROR: "input_register_polled_device" [drivers/hwmon/applesmc.ko] undefined! > ERROR: "input_allocate_polled_device" [drivers/hwmon/applesmc.ko] undefined! > ERROR: "input_free_polled_device" [drivers/hwmon/applesmc.ko] undefined! > ERROR: "input_unregister_polled_device" [drivers/hwmon/applesmc.ko] undefined! > make[1]: *** [__modpost] Error 1 > make: *** [modules] Error 2 Yes, this is being argued on the lm-sensors list, of all places. For now you'll need to manually set CONFIG_INPUT_POLLDEV, I assume. > And for some reason the whole Cryptographic API is under the main level of > menu > (please find .config and menu.png attached). err, yes. git-cryptodev.patch did that. Herbert is being immodest ;) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/