[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kernel compile error, with amd power now k8



On Wed, Jun 22, 2005 at 09:14:05PM +0200, Mart Frauenlob wrote:
> Hello,
> 
> Bruno Ducrot wrote:
> >On Wed, Jun 22, 2005 at 05:56:27PM +0200, Mart Frauenlob wrote:
> >
> >>This only happens if i set AMD PowerNowK8 to be compiled directly into 
> >>the kernel.
> >
> >
> >But acpi_processor is compiled as a module, correct?  If yes it's a
> >kconfig trouble.
> 
> CONFIG_ACPI=y
> CONFIG_ACPI_BOOT=y
> CONFIG_ACPI_INTERPRETER=y
> # CONFIG_ACPI_SLEEP is not set
> CONFIG_ACPI_AC=m
> CONFIG_ACPI_BATTERY=m
> CONFIG_ACPI_BUTTON=m
> CONFIG_ACPI_FAN=m
> CONFIG_ACPI_PROCESSOR=m
> CONFIG_ACPI_THERMAL=m
> # CONFIG_ACPI_ASUS is not set
> # CONFIG_ACPI_TOSHIBA is not set
> # CONFIG_ACPI_DEBUG is not set
> CONFIG_ACPI_BUS=y
> CONFIG_ACPI_EC=y
> CONFIG_ACPI_POWER=y
> CONFIG_ACPI_PCI=y
> CONFIG_ACPI_SYSTEM=y
> 
> Yes... then it's a config trouble. In compiled with this settings quite 
> a couple of times, while changing others, so thought they would be ok 
> that way.
> 
> *shrug* -> closed
> 

Please reopen :)

linux/arch/i386/kernel/cpu/cpufreq/Kconfig contains those line:

config X86_POWERNOW_K8_ACPI
        bool
	depends on X86_POWERNOW_K8 && ACPI_PROCESSOR
	depends on !(X86_POWERNOW_K8 = y && ACPI_PROCESSOR = m)
	default y

therefore it's is a kconfig bug.

-- 
Bruno Ducrot

--  Which is worse:  ignorance or apathy?
--  Don't know.  Don't care.



Reply to: