diff options
author | Wolfgang Müller | 2022-04-28 18:37:23 +0200 |
---|---|---|
committer | Wolfgang Müller | 2022-07-10 19:07:43 +0200 |
commit | 407a22e921711bf1c91b553d93f634328f749c4e (patch) | |
tree | 8a789f14446a42cd64dbde00bf2bc14c9a85ce32 | |
parent | 52e7dcc572a6acb1825a668f999eb025308dc629 (diff) | |
download | kernfrag-407a22e921711bf1c91b553d93f634328f749c4e.tar.gz |
fragments: Add fragments for base ACPI settings
For now this enables the processor aggregator, which should reduce power
consumption when supported by the ACPI device.
-rw-r--r-- | fragments/base/acpi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fragments/base/acpi b/fragments/base/acpi new file mode 100644 index 0000000..8b9251f --- /dev/null +++ b/fragments/base/acpi @@ -0,0 +1 @@ +CONFIG_ACPI_PROCESSOR_AGGREGATOR=y |