aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Gregory <graeme.gregory@linaro.org>2014-02-06 11:21:31 +0000
committerGraeme Gregory <graeme.gregory@linaro.org>2015-05-05 21:23:37 +0100
commit93e191e69325e65f567b948497c511908c58842b (patch)
treefa843a8d6101d7684d3d86a89d7470d04ff29aad
parentd00869cced239cfa781c60a08aa9aadbd8ad72c8 (diff)
linaro-configs: add acpi and efi fragments
Signed-off-by: Graeme Gregory <graeme.gregory@linaro.org>
-rw-r--r--linaro/configs/acpi.conf13
-rw-r--r--linaro/configs/efi.conf8
2 files changed, 21 insertions, 0 deletions
diff --git a/linaro/configs/acpi.conf b/linaro/configs/acpi.conf
new file mode 100644
index 000000000000..e5c1670cb1e0
--- /dev/null
+++ b/linaro/configs/acpi.conf
@@ -0,0 +1,13 @@
+CONFIG_PNPACPI=y
+CONFIG_GPIO_ACPI=y
+CONFIG_ACPI=y
+# CONFIG_ACPI_EC_DEBUGFS is not set
+CONFIG_ACPI_BUTTON=y
+CONFIG_ACPI_DOCK=y
+# CONFIG_ACPI_CUSTOM_DSDT is not set
+# CONFIG_ACPI_DEBUG is not set
+CONFIG_ACPI_CONTAINER=y
+CONFIG_ACPI_HED=y
+# CONFIG_ACPI_CUSTOM_METHOD is not set
+CONFIG_ACPI_REDUCED_HARDWARE_ONLY=y
+
diff --git a/linaro/configs/efi.conf b/linaro/configs/efi.conf
new file mode 100644
index 000000000000..fa936c9b904e
--- /dev/null
+++ b/linaro/configs/efi.conf
@@ -0,0 +1,8 @@
+CONFIG_EFI_PARTITION=y
+CONFIG_EFI=y
+CONFIG_EFI_STUB=y
+CONFIG_EFI_VARS=y
+CONFIG_RTC_DRV_EFI=y
+CONFIG_MISC_FILESYSTEMS=y
+CONFIG_EFIVAR_FS=y
+CONFIG_DMI_SYSFS=y