Kconfig 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. menu "EFI (Extensible Firmware Interface) Support"
  2. depends on EFI
  3. config EFI_VARS
  4. tristate "EFI Variable Support via sysfs"
  5. depends on EFI
  6. default n
  7. help
  8. If you say Y here, you are able to get EFI (Extensible Firmware
  9. Interface) variable information via sysfs. You may read,
  10. write, create, and destroy EFI variables through this interface.
  11. Note that using this driver in concert with efibootmgr requires
  12. at least test release version 0.5.0-test3 or later, which is
  13. available from:
  14. <http://linux.dell.com/efibootmgr/testing/efibootmgr-0.5.0-test3.tar.gz>
  15. Subsequent efibootmgr releases may be found at:
  16. <http://github.com/vathpela/efibootmgr>
  17. config EFI_ESRT
  18. bool
  19. depends on EFI && !IA64
  20. default y
  21. config EFI_VARS_PSTORE
  22. tristate "Register efivars backend for pstore"
  23. depends on EFI_VARS && PSTORE
  24. default y
  25. help
  26. Say Y here to enable use efivars as a backend to pstore. This
  27. will allow writing console messages, crash dumps, or anything
  28. else supported by pstore to EFI variables.
  29. config EFI_VARS_PSTORE_DEFAULT_DISABLE
  30. bool "Disable using efivars as a pstore backend by default"
  31. depends on EFI_VARS_PSTORE
  32. default n
  33. help
  34. Saying Y here will disable the use of efivars as a storage
  35. backend for pstore by default. This setting can be overridden
  36. using the efivars module's pstore_disable parameter.
  37. config EFI_RUNTIME_MAP
  38. bool "Export efi runtime maps to sysfs"
  39. depends on X86 && EFI && KEXEC
  40. default y
  41. help
  42. Export efi runtime memory maps to /sys/firmware/efi/runtime-map.
  43. That memory map is used for example by kexec to set up efi virtual
  44. mapping the 2nd kernel, but can also be used for debugging purposes.
  45. See also Documentation/ABI/testing/sysfs-firmware-efi-runtime-map.
  46. config EFI_PARAMS_FROM_FDT
  47. bool
  48. help
  49. Select this config option from the architecture Kconfig if
  50. the EFI runtime support gets system table address, memory
  51. map address, and other parameters from the device tree.
  52. config EFI_RUNTIME_WRAPPERS
  53. bool
  54. config EFI_ARMSTUB
  55. bool
  56. endmenu
  57. config UEFI_CPER
  58. bool