diff options
Diffstat (limited to 'arch/x86/lib/efi/Kconfig')
-rw-r--r-- | arch/x86/lib/efi/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/x86/lib/efi/Kconfig b/arch/x86/lib/efi/Kconfig new file mode 100644 index 00000000000..e0975d34d36 --- /dev/null +++ b/arch/x86/lib/efi/Kconfig @@ -0,0 +1,11 @@ +if EFI + +config SYS_CAR_ADDR + hex + default 0x100000 + +config SYS_CAR_SIZE + hex + default 0x20000 + +endif |