From 93e191e69325e65f567b948497c511908c58842b Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Thu, 6 Feb 2014 11:21:31 +0000 Subject: linaro-configs: add acpi and efi fragments Signed-off-by: Graeme Gregory --- linaro/configs/acpi.conf | 13 +++++++++++++ linaro/configs/efi.conf | 8 ++++++++ 2 files changed, 21 insertions(+) create mode 100644 linaro/configs/acpi.conf create mode 100644 linaro/configs/efi.conf 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 -- cgit v1.2.3