diff options
author | Graeme Gregory <graeme.gregory@linaro.org> | 2016-06-07 15:03:47 +0100 |
---|---|---|
committer | Graeme Gregory <graeme.gregory@linaro.org> | 2016-06-07 15:03:47 +0100 |
commit | 3f32e501d5498af61703e87fad99705ef750b0de (patch) | |
tree | d4f9b41dd625735f8b71517b314a09adcabbc3ea /linaro/configs/efi.conf | |
parent | 224ba1d9a2f024731095b914868e1c4bf5a8933e (diff) | |
parent | aea6d27d8e1ff3feda324a6a8058d96b17bc6606 (diff) | |
download | leg-kernel.tar.gz |
Merge branch 'leg-configs' into leg-kernelHEADleg-20160607.0leg-kernel
Diffstat (limited to 'linaro/configs/efi.conf')
-rw-r--r-- | linaro/configs/efi.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linaro/configs/efi.conf b/linaro/configs/efi.conf new file mode 100644 index 000000000000..8b0c710886cf --- /dev/null +++ b/linaro/configs/efi.conf @@ -0,0 +1,9 @@ +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 +CONFIG_ARM64_64K_PAGES=y |