Kconfig 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see Documentation/kbuild/kconfig-language.txt.
  4. #
  5. menu "Firmware Drivers"
  6. config ARM_PSCI_FW
  7. bool
  8. config ARM_PSCI_CHECKER
  9. bool "ARM PSCI checker"
  10. depends on ARM_PSCI_FW && HOTPLUG_CPU && !TORTURE_TEST
  11. help
  12. Run the PSCI checker during startup. This checks that hotplug and
  13. suspend operations work correctly when using PSCI.
  14. The torture tests may interfere with the PSCI checker by turning CPUs
  15. on and off through hotplug, so for now torture tests and PSCI checker
  16. are mutually exclusive.
  17. config ARM_SCPI_PROTOCOL
  18. tristate "ARM System Control and Power Interface (SCPI) Message Protocol"
  19. depends on MAILBOX
  20. help
  21. System Control and Power Interface (SCPI) Message Protocol is
  22. defined for the purpose of communication between the Application
  23. Cores(AP) and the System Control Processor(SCP). The MHU peripheral
  24. provides a mechanism for inter-processor communication between SCP
  25. and AP.
  26. SCP controls most of the power managament on the Application
  27. Processors. It offers control and management of: the core/cluster
  28. power states, various power domain DVFS including the core/cluster,
  29. certain system clocks configuration, thermal sensors and many
  30. others.
  31. This protocol library provides interface for all the client drivers
  32. making use of the features offered by the SCP.
  33. config ARM_SCPI_POWER_DOMAIN
  34. tristate "SCPI power domain driver"
  35. depends on ARM_SCPI_PROTOCOL || (COMPILE_TEST && OF)
  36. default y
  37. select PM_GENERIC_DOMAINS if PM
  38. help
  39. This enables support for the SCPI power domains which can be
  40. enabled or disabled via the SCP firmware
  41. config EDD
  42. tristate "BIOS Enhanced Disk Drive calls determine boot disk"
  43. depends on X86
  44. help
  45. Say Y or M here if you want to enable BIOS Enhanced Disk Drive
  46. Services real mode BIOS calls to determine which disk
  47. BIOS tries boot from. This information is then exported via sysfs.
  48. This option is experimental and is known to fail to boot on some
  49. obscure configurations. Most disk controller BIOS vendors do
  50. not yet implement this feature.
  51. config EDD_OFF
  52. bool "Sets default behavior for EDD detection to off"
  53. depends on EDD
  54. default n
  55. help
  56. Say Y if you want EDD disabled by default, even though it is compiled into the
  57. kernel. Say N if you want EDD enabled by default. EDD can be dynamically set
  58. using the kernel parameter 'edd={on|skipmbr|off}'.
  59. config FIRMWARE_MEMMAP
  60. bool "Add firmware-provided memory map to sysfs" if EXPERT
  61. default X86
  62. help
  63. Add the firmware-provided (unmodified) memory map to /sys/firmware/memmap.
  64. That memory map is used for example by kexec to set up parameter area
  65. for the next kernel, but can also be used for debugging purposes.
  66. See also Documentation/ABI/testing/sysfs-firmware-memmap.
  67. config EFI_PCDP
  68. bool "Console device selection via EFI PCDP or HCDP table"
  69. depends on ACPI && EFI && IA64
  70. default y if IA64
  71. help
  72. If your firmware supplies the PCDP table, and you want to
  73. automatically use the primary console device it describes
  74. as the Linux console, say Y here.
  75. If your firmware supplies the HCDP table, and you want to
  76. use the first serial port it describes as the Linux console,
  77. say Y here. If your EFI ConOut path contains only a UART
  78. device, it will become the console automatically. Otherwise,
  79. you must specify the "console=hcdp" kernel boot argument.
  80. Neither the PCDP nor the HCDP affects naming of serial devices,
  81. so a serial console may be /dev/ttyS0, /dev/ttyS1, etc, depending
  82. on how the driver discovers devices.
  83. You must also enable the appropriate drivers (serial, VGA, etc.)
  84. See DIG64_HCDPv20_042804.pdf available from
  85. <http://www.dig64.org/specifications/>
  86. config DELL_RBU
  87. tristate "BIOS update support for DELL systems via sysfs"
  88. depends on X86
  89. select FW_LOADER
  90. select FW_LOADER_USER_HELPER
  91. help
  92. Say m if you want to have the option of updating the BIOS for your
  93. DELL system. Note you need a Dell OpenManage or Dell Update package (DUP)
  94. supporting application to communicate with the BIOS regarding the new
  95. image for the image update to take effect.
  96. See <file:Documentation/dell_rbu.txt> for more details on the driver.
  97. config DCDBAS
  98. tristate "Dell Systems Management Base Driver"
  99. depends on X86
  100. help
  101. The Dell Systems Management Base Driver provides a sysfs interface
  102. for systems management software to perform System Management
  103. Interrupts (SMIs) and Host Control Actions (system power cycle or
  104. power off after OS shutdown) on certain Dell systems.
  105. See <file:Documentation/dcdbas.txt> for more details on the driver
  106. and the Dell systems on which Dell systems management software makes
  107. use of this driver.
  108. Say Y or M here to enable the driver for use by Dell systems
  109. management software such as Dell OpenManage.
  110. config DMIID
  111. bool "Export DMI identification via sysfs to userspace"
  112. depends on DMI
  113. default y
  114. help
  115. Say Y here if you want to query SMBIOS/DMI system identification
  116. information from userspace through /sys/class/dmi/id/ or if you want
  117. DMI-based module auto-loading.
  118. config DMI_SYSFS
  119. tristate "DMI table support in sysfs"
  120. depends on SYSFS && DMI
  121. default n
  122. help
  123. Say Y or M here to enable the exporting of the raw DMI table
  124. data via sysfs. This is useful for consuming the data without
  125. requiring any access to /dev/mem at all. Tables are found
  126. under /sys/firmware/dmi when this option is enabled and
  127. loaded.
  128. config DMI_SCAN_MACHINE_NON_EFI_FALLBACK
  129. bool
  130. config ISCSI_IBFT_FIND
  131. bool "iSCSI Boot Firmware Table Attributes"
  132. depends on X86 && ACPI
  133. default n
  134. help
  135. This option enables the kernel to find the region of memory
  136. in which the ISCSI Boot Firmware Table (iBFT) resides. This
  137. is necessary for iSCSI Boot Firmware Table Attributes module to work
  138. properly.
  139. config ISCSI_IBFT
  140. tristate "iSCSI Boot Firmware Table Attributes module"
  141. select ISCSI_BOOT_SYSFS
  142. depends on ISCSI_IBFT_FIND && SCSI && SCSI_LOWLEVEL
  143. default n
  144. help
  145. This option enables support for detection and exposing of iSCSI
  146. Boot Firmware Table (iBFT) via sysfs to userspace. If you wish to
  147. detect iSCSI boot parameters dynamically during system boot, say Y.
  148. Otherwise, say N.
  149. config RASPBERRYPI_FIRMWARE
  150. tristate "Raspberry Pi Firmware Driver"
  151. depends on BCM2835_MBOX
  152. help
  153. This option enables support for communicating with the firmware on the
  154. Raspberry Pi.
  155. config FW_CFG_SYSFS
  156. tristate "QEMU fw_cfg device support in sysfs"
  157. depends on SYSFS && (ARM || ARM64 || PPC_PMAC || SPARC || X86)
  158. depends on HAS_IOPORT_MAP
  159. default n
  160. help
  161. Say Y or M here to enable the exporting of the QEMU firmware
  162. configuration (fw_cfg) file entries via sysfs. Entries are
  163. found under /sys/firmware/fw_cfg when this option is enabled
  164. and loaded.
  165. config FW_CFG_SYSFS_CMDLINE
  166. bool "QEMU fw_cfg device parameter parsing"
  167. depends on FW_CFG_SYSFS
  168. help
  169. Allow the qemu_fw_cfg device to be initialized via the kernel
  170. command line or using a module parameter.
  171. WARNING: Using incorrect parameters (base address in particular)
  172. may crash your system.
  173. config QCOM_SCM
  174. bool
  175. depends on ARM || ARM64
  176. select RESET_CONTROLLER
  177. config QCOM_SCM_32
  178. def_bool y
  179. depends on QCOM_SCM && ARM
  180. config QCOM_SCM_64
  181. def_bool y
  182. depends on QCOM_SCM && ARM64
  183. config TI_SCI_PROTOCOL
  184. tristate "TI System Control Interface (TISCI) Message Protocol"
  185. depends on TI_MESSAGE_MANAGER
  186. help
  187. TI System Control Interface (TISCI) Message Protocol is used to manage
  188. compute systems such as ARM, DSP etc with the system controller in
  189. complex System on Chip(SoC) such as those found on certain keystone
  190. generation SoC from TI.
  191. System controller provides various facilities including power
  192. management function support.
  193. This protocol library is used by client drivers to use the features
  194. provided by the system controller.
  195. config HAVE_ARM_SMCCC
  196. bool
  197. source "drivers/firmware/broadcom/Kconfig"
  198. source "drivers/firmware/google/Kconfig"
  199. source "drivers/firmware/efi/Kconfig"
  200. source "drivers/firmware/meson/Kconfig"
  201. source "drivers/firmware/tegra/Kconfig"
  202. endmenu