> In .config I find with respect to ACPI only
> CONFIG_ACPI=m
>
> Who can help me?
Doctor says: don't do that. :) I don't know how you managed
CONFIG_ACPI=m, because the configuration system doesn't allow it.
"dep_bool" means only Y or N, and we see the CONFIG_ACPI entry in
arch/i386/config.in is correct:
[jgarzik@rum linux_2_4]$ egrep -rw 'CONFIG_PM|CONFIG_ACPI' arch
[...edited output...]
arch/arm/config.in: bool 'Power Management support' CONFIG_PM
arch/i386/config.in:bool 'Power Management support' CONFIG_PM
arch/i386/config.in: dep_bool ' ACPI support' CONFIG_ACPI $CONFIG_PM
arch/i386/defconfig:CONFIG_PM=y
arch/ia64/config.in: define_bool CONFIG_PM y
arch/ia64/config.in: define_bool CONFIG_ACPI y
So the solution is not build ACPI as a module, because it shouldn't have
allowed you to do so in the first place :)
-- Jeff Garzik | May you have warm words on a cold evening, Building 1024 | a full mooon on a dark night, MandrakeSoft | and a smooth road all the way to your door. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/