After this change, low level cpuidle drivers load the generic cpuidle module if they can support the underlying platform. change the intel cpuidle driver accordingly, now it's loaded by acpi bus manager during boot, although it doesn't depend on acpi Signed-off-by: Fredrik Holmqvist <[email protected]>
11 lines
188 B
Plaintext
11 lines
188 B
Plaintext
SubDir HAIKU_TOP src add-ons kernel drivers power x86_cpuidle ;
|
|
|
|
UsePrivateKernelHeaders ;
|
|
|
|
KernelAddon x86_cpuidle :
|
|
acpi_cpuidle.cpp
|
|
intel_cpuidle.cpp
|
|
;
|
|
|
|
Depends x86_cpuidle : acpi ;
|