blob: fccd9b89b81bbddd1ceb4f0ab52c00b21d703a01 [file] [log] [blame]
Masahiro Yamada0b11dbf2015-07-26 02:46:26 +09001#
2# Multifunction miscellaneous devices
3#
4
5menu "Multifunction device drivers"
6
Thomas Chou4395e062015-10-07 20:20:51 +08007config MISC
8 bool "Enable Driver Model for Misc drivers"
9 depends on DM
10 help
11 Enable driver model for miscellaneous devices. This class is
12 used only for those do not fit other more general classes. A
13 set of generic read, write and ioctl methods may be used to
14 access the device.
15
Simon Glassaaba7032018-11-18 08:14:27 -070016config SPL_MISC
17 bool "Enable Driver Model for Misc drivers in SPL"
18 depends on SPL_DM
Sean Anderson38127742022-04-22 16:11:37 -040019 default MISC
Simon Glassaaba7032018-11-18 08:14:27 -070020 help
21 Enable driver model for miscellaneous devices. This class is
22 used only for those do not fit other more general classes. A
23 set of generic read, write and ioctl methods may be used to
24 access the device.
25
26config TPL_MISC
27 bool "Enable Driver Model for Misc drivers in TPL"
28 depends on TPL_DM
Sean Anderson38127742022-04-22 16:11:37 -040029 default MISC
30 help
31 Enable driver model for miscellaneous devices. This class is
32 used only for those do not fit other more general classes. A
33 set of generic read, write and ioctl methods may be used to
34 access the device.
35
36config VPL_MISC
37 bool "Enable Driver Model for Misc drivers in VPL"
38 depends on VPL_DM
39 default MISC
Simon Glassaaba7032018-11-18 08:14:27 -070040 help
41 Enable driver model for miscellaneous devices. This class is
42 used only for those do not fit other more general classes. A
43 set of generic read, write and ioctl methods may be used to
44 access the device.
45
Sean Andersonc8ce7ba2022-05-05 13:11:39 -040046config NVMEM
47 bool "NVMEM support"
48 help
49 This adds support for a common interface to different types of
50 non-volatile memory. Consumers can use nvmem-cells properties to look
51 up hardware configuration data such as MAC addresses and calibration
52 settings.
53
54config SPL_NVMEM
55 bool "NVMEM support in SPL"
56 help
57 This adds support for a common interface to different types of
58 non-volatile memory. Consumers can use nvmem-cells properties to look
59 up hardware configuration data such as MAC addresses and calibration
60 settings.
61
Thomas Chouca844dd2015-10-14 08:43:31 +080062config ALTERA_SYSID
63 bool "Altera Sysid support"
64 depends on MISC
65 help
66 Select this to enable a sysid for Altera devices. Please find
67 details on the "Embedded Peripherals IP User Guide" of Altera.
68
Marek Behúnaa5eb9a2017-06-09 19:28:44 +020069config ATSHA204A
70 bool "Support for Atmel ATSHA204A module"
Pali Rohár467f0c42022-04-12 11:20:44 +020071 select BITREVERSE
Marek Behúnaa5eb9a2017-06-09 19:28:44 +020072 depends on MISC
73 help
74 Enable support for I2C connected Atmel's ATSHA204A
75 CryptoAuthentication module found for example on the Turris Omnia
76 board.
77
Tim Harvey8479b9e2022-03-07 16:24:04 -080078config GATEWORKS_SC
79 bool "Gateworks System Controller Support"
80 depends on MISC
81 help
82 Enable access for the Gateworks System Controller used on Gateworks
83 boards to provide a boot watchdog, power control, temperature monitor,
84 voltage ADCs, and EEPROM.
85
Philipp Tomsich49cd8e82017-05-05 19:21:38 +020086config ROCKCHIP_EFUSE
87 bool "Rockchip e-fuse support"
88 depends on MISC
89 help
90 Enable (read-only) access for the e-fuse block found in Rockchip
91 SoCs: accesses can either be made using byte addressing and a length
92 or through child-nodes that are generated based on the e-fuse map
93 retrieved from the DTS.
94
Finley Xiaoa907dc32019-09-25 17:57:49 +020095config ROCKCHIP_OTP
96 bool "Rockchip OTP Support"
97 depends on MISC
98 help
99 Enable (read-only) access for the one-time-programmable memory block
100 found in Rockchip SoCs: accesses can either be made using byte
101 addressing and a length or through child-nodes that are generated
102 based on the e-fuse map retrieved from the DTS.
103
Jonas Karlman09329df2023-08-21 22:30:28 +0000104config ROCKCHIP_IODOMAIN
105 bool "Rockchip IO-domain driver support"
106 depends on DM_REGULATOR && ARCH_ROCKCHIP
107 default y if ROCKCHIP_RK3568
108 help
109 Enable support for IO-domains in Rockchip SoCs. It is necessary
110 for the IO-domain setting of the SoC to match the voltage supplied
111 by the regulators.
112
Pragnesh Patel05307212020-05-29 11:33:21 +0530113config SIFIVE_OTP
114 bool "SiFive eMemory OTP driver"
115 depends on MISC
116 help
117 Enable support for reading and writing the eMemory OTP on the
118 SiFive SoCs.
119
Tom Rinid9136522022-11-19 18:45:33 -0500120config SMSC_LPC47M
121 bool "LPC47M SMSC driver"
122
123config SMSC_SIO1007
124 bool "SIO1007 SMSC driver"
125
Liviu Dudau0fabfeb2018-09-28 13:43:31 +0100126config VEXPRESS_CONFIG
127 bool "Enable support for Arm Versatile Express config bus"
128 depends on MISC
129 help
130 If you say Y here, you will get support for accessing the
131 configuration bus on the Arm Versatile Express boards via
132 a sysreg driver.
133
Simon Glassfb5cfbe2023-09-10 13:13:02 -0600134config CBMEM_CONSOLE
135 bool "Write console output to coreboot cbmem"
136 depends on X86
137 help
138 Enables console output to the cbmem console, which is a memory
139 region set up by coreboot to hold a record of all console output.
140 Enable this only if booting from coreboot.
141
Simon Glass6fb9ac12015-02-13 12:20:47 -0700142config CMD_CROS_EC
143 bool "Enable crosec command"
144 depends on CROS_EC
145 help
146 Enable command-line access to the Chrome OS EC (Embedded
147 Controller). This provides the 'crosec' command which has
148 a number of sub-commands for performing EC tasks such as
149 updating its flash, accessing a small saved context area
150 and talking to the I2C bus behind the EC (if there is one).
151
152config CROS_EC
153 bool "Enable Chrome OS EC"
154 help
155 Enable access to the Chrome OS EC. This is a separate
156 microcontroller typically available on a SPI bus on Chromebooks. It
157 provides access to the keyboard, some internal storage and may
158 control access to the battery and main PMIC depending on the
159 device. You can use the 'crosec' command to access it.
160
Simon Glassaaba7032018-11-18 08:14:27 -0700161config SPL_CROS_EC
162 bool "Enable Chrome OS EC in SPL"
Tom Rini8a1ab5e2022-05-10 12:51:47 -0400163 depends on SPL_MISC
Simon Glassaaba7032018-11-18 08:14:27 -0700164 help
165 Enable access to the Chrome OS EC in SPL. This is a separate
166 microcontroller typically available on a SPI bus on Chromebooks. It
167 provides access to the keyboard, some internal storage and may
168 control access to the battery and main PMIC depending on the
169 device. You can use the 'crosec' command to access it.
170
171config TPL_CROS_EC
172 bool "Enable Chrome OS EC in TPL"
Tom Rini8a1ab5e2022-05-10 12:51:47 -0400173 depends on TPL_MISC
Simon Glassaaba7032018-11-18 08:14:27 -0700174 help
175 Enable access to the Chrome OS EC in TPL. This is a separate
176 microcontroller typically available on a SPI bus on Chromebooks. It
177 provides access to the keyboard, some internal storage and may
178 control access to the battery and main PMIC depending on the
179 device. You can use the 'crosec' command to access it.
180
Simon Glass747093d2022-04-30 00:56:53 -0600181config VPL_CROS_EC
182 bool "Enable Chrome OS EC in VPL"
Tom Rini8a1ab5e2022-05-10 12:51:47 -0400183 depends on VPL_MISC
Simon Glass747093d2022-04-30 00:56:53 -0600184 help
185 Enable access to the Chrome OS EC in VPL. This is a separate
186 microcontroller typically available on a SPI bus on Chromebooks. It
187 provides access to the keyboard, some internal storage and may
188 control access to the battery and main PMIC depending on the
189 device. You can use the 'crosec' command to access it.
190
Simon Glass6fb9ac12015-02-13 12:20:47 -0700191config CROS_EC_I2C
192 bool "Enable Chrome OS EC I2C driver"
193 depends on CROS_EC
194 help
195 Enable I2C access to the Chrome OS EC. This is used on older
196 ARM Chromebooks such as snow and spring before the standard bus
197 changed to SPI. The EC will accept commands across the I2C using
198 a special message protocol, and provide responses.
199
200config CROS_EC_LPC
201 bool "Enable Chrome OS EC LPC driver"
202 depends on CROS_EC
203 help
204 Enable I2C access to the Chrome OS EC. This is used on x86
205 Chromebooks such as link and falco. The keyboard is provided
206 through a legacy port interface, so on x86 machines the main
207 function of the EC is power and thermal management.
208
Simon Glassaaba7032018-11-18 08:14:27 -0700209config SPL_CROS_EC_LPC
210 bool "Enable Chrome OS EC LPC driver in SPL"
Tom Rini8a1ab5e2022-05-10 12:51:47 -0400211 depends on CROS_EC && SPL_MISC
Simon Glassaaba7032018-11-18 08:14:27 -0700212 help
213 Enable I2C access to the Chrome OS EC. This is used on x86
214 Chromebooks such as link and falco. The keyboard is provided
215 through a legacy port interface, so on x86 machines the main
216 function of the EC is power and thermal management.
217
218config TPL_CROS_EC_LPC
219 bool "Enable Chrome OS EC LPC driver in TPL"
Tom Rini8a1ab5e2022-05-10 12:51:47 -0400220 depends on CROS_EC && TPL_MISC
Simon Glassaaba7032018-11-18 08:14:27 -0700221 help
222 Enable I2C access to the Chrome OS EC. This is used on x86
223 Chromebooks such as link and falco. The keyboard is provided
224 through a legacy port interface, so on x86 machines the main
225 function of the EC is power and thermal management.
226
Simon Glass747093d2022-04-30 00:56:53 -0600227config VPL_CROS_EC_LPC
228 bool "Enable Chrome OS EC LPC driver in VPL"
Tom Rini8a1ab5e2022-05-10 12:51:47 -0400229 depends on CROS_EC && VPL_MISC
Simon Glass747093d2022-04-30 00:56:53 -0600230 help
231 Enable I2C access to the Chrome OS EC. This is used on x86
232 Chromebooks such as link and falco. The keyboard is provided
233 through a legacy port interface, so on x86 machines the main
234 function of the EC is power and thermal management.
235
Simon Glass47cb8c62015-03-26 09:29:40 -0600236config CROS_EC_SANDBOX
237 bool "Enable Chrome OS EC sandbox driver"
238 depends on CROS_EC && SANDBOX
239 help
240 Enable a sandbox emulation of the Chrome OS EC. This supports
241 keyboard (use the -l flag to enable the LCD), verified boot context,
242 EC flash read/write/erase support and a few other things. It is
243 enough to perform a Chrome OS verified boot on sandbox.
244
Simon Glassaaba7032018-11-18 08:14:27 -0700245config SPL_CROS_EC_SANDBOX
246 bool "Enable Chrome OS EC sandbox driver in SPL"
247 depends on SPL_CROS_EC && SANDBOX
248 help
249 Enable a sandbox emulation of the Chrome OS EC in SPL. This supports
250 keyboard (use the -l flag to enable the LCD), verified boot context,
251 EC flash read/write/erase support and a few other things. It is
252 enough to perform a Chrome OS verified boot on sandbox.
253
254config TPL_CROS_EC_SANDBOX
255 bool "Enable Chrome OS EC sandbox driver in TPL"
256 depends on TPL_CROS_EC && SANDBOX
257 help
258 Enable a sandbox emulation of the Chrome OS EC in TPL. This supports
259 keyboard (use the -l flag to enable the LCD), verified boot context,
260 EC flash read/write/erase support and a few other things. It is
261 enough to perform a Chrome OS verified boot on sandbox.
262
Simon Glass747093d2022-04-30 00:56:53 -0600263config VPL_CROS_EC_SANDBOX
264 bool "Enable Chrome OS EC sandbox driver in VPL"
265 depends on VPL_CROS_EC && SANDBOX
266 help
267 Enable a sandbox emulation of the Chrome OS EC in VPL. This supports
268 keyboard (use the -l flag to enable the LCD), verified boot context,
269 EC flash read/write/erase support and a few other things. It is
270 enough to perform a Chrome OS verified boot on sandbox.
271
Simon Glass6fb9ac12015-02-13 12:20:47 -0700272config CROS_EC_SPI
273 bool "Enable Chrome OS EC SPI driver"
274 depends on CROS_EC
275 help
276 Enable SPI access to the Chrome OS EC. This is used on newer
277 ARM Chromebooks such as pit, pi and nyan-big. The SPI interface
278 provides a faster and more robust interface than I2C but the bugs
279 are less interesting.
280
Simon Glass879704d2017-05-17 03:25:02 -0600281config DS4510
282 bool "Enable support for DS4510 CPU supervisor"
283 help
284 Enable support for the Maxim DS4510 CPU supervisor. It has an
285 integrated 64-byte EEPROM, four programmable non-volatile I/O pins
286 and a configurable timer for the supervisor function. The device is
287 connected over I2C.
288
Tom Rini060613f2022-11-19 18:45:11 -0500289config FSL_IIM
290 bool "Enable FSL IC Identification Module (IIM) driver"
291 depends on ARCH_MX31 || ARCH_MX5
292
Peng Fanc12e0d92015-08-26 15:41:33 +0800293config FSL_SEC_MON
gaurav ranafe783782015-02-27 09:44:22 +0530294 bool "Enable FSL SEC_MON Driver"
295 help
296 Freescale Security Monitor block is responsible for monitoring
297 system states.
298 Security Monitor can be transitioned on any security failures,
299 like software violations or hardware security violations.
Stefan Roese1cdd9412015-03-12 11:22:46 +0100300
Tom Rinic9f85182022-06-16 14:04:39 -0400301choice
302 prompt "Security monitor interaction endianess"
303 depends on FSL_SEC_MON
304 default SYS_FSL_SEC_MON_BE if PPC
305 default SYS_FSL_SEC_MON_LE
306
307config SYS_FSL_SEC_MON_LE
308 bool "Security monitor interactions are little endian"
309
310config SYS_FSL_SEC_MON_BE
311 bool "Security monitor interactions are big endian"
312
313endchoice
314
Simon Glass79d66a62019-12-06 21:41:58 -0700315config IRQ
Wasim Khan182c5f12021-03-08 16:48:13 +0100316 bool "Interrupt controller"
Simon Glass79d66a62019-12-06 21:41:58 -0700317 help
Wasim Khan182c5f12021-03-08 16:48:13 +0100318 This enables support for interrupt controllers, including ITSS.
Simon Glass79d66a62019-12-06 21:41:58 -0700319 Some devices have extra features, such as Apollo Lake. The
320 device has its own uclass since there are several operations
321 involved.
322
Paul Burtonb5392c52018-12-16 19:25:19 -0300323config JZ4780_EFUSE
324 bool "Ingenic JZ4780 eFUSE support"
325 depends on ARCH_JZ47XX
326 help
327 This selects support for the eFUSE on Ingenic JZ4780 SoCs.
328
Sean Anderson2645bc02022-04-22 14:34:18 -0400329config LS2_SFP
330 bool "Layerscape Security Fuse Processor"
331 depends on FSL_LSCH2 || ARCH_LS1021A
332 depends on MISC
333 imply DM_REGULATOR
334 help
335 This adds support for the Security Fuse Processor found on Layerscape
336 SoCs. It contains various fuses related to secure boot, including the
337 Super Root Key hash, One-Time-Programmable Master Key, Debug
338 Challenge/Response values, and others. Fuses are numbered according
339 to their four-byte offset from the start of the bank.
340
341 If you don't need to read/program fuses, say 'n'.
342
Peng Fan3e020f02015-08-27 14:49:05 +0800343config MXC_OCOTP
344 bool "Enable MXC OCOTP Driver"
Peng Fan994ab732019-07-22 01:24:55 +0000345 depends on ARCH_IMX8M || ARCH_MX6 || ARCH_MX7 || ARCH_MX7ULP || ARCH_VF610
Marcel Ziswiler0a6f6252019-03-25 17:24:57 +0100346 default y
Peng Fan3e020f02015-08-27 14:49:05 +0800347 help
348 If you say Y here, you will get support for the One Time
349 Programmable memory pages that are stored on the some
350 Freescale i.MX processors.
351
Tom Rini6c03a652022-11-19 18:45:28 -0500352config MXS_OCOTP
353 bool "Enable MXS OCOTP Driver"
354 depends on ARCH_MX23 || ARCH_MX28
355 help
356 If you say Y here, you will get support for the One Time
357 Programmable memory pages that are stored on the
358 Freescale i.MXS family of processors.
359
Jim Liu847505a2022-06-24 16:24:37 +0800360config NPCM_HOST
361 bool "Enable support espi or LPC for Host"
362 depends on REGMAP && SYSCON
363 help
364 Enable NPCM BMC espi or LPC support for Host reading and writing.
365
Michael Scott33e9a692021-09-25 19:49:28 +0300366config SPL_MXC_OCOTP
367 bool "Enable MXC OCOTP driver in SPL"
Jean-Marie Lemetayer251a3052023-02-13 14:12:25 +0100368 depends on SPL_DRIVERS_MISC && (ARCH_IMX8M || ARCH_MX6 || ARCH_MX7 || ARCH_MX7ULP || ARCH_VF610)
Michael Scott33e9a692021-09-25 19:49:28 +0300369 default y
370 help
371 If you say Y here, you will get support for the One Time
372 Programmable memory pages, that are stored on some
373 Freescale i.MX processors, in SPL.
374
Jim Liu0ae1c772022-06-07 16:33:54 +0800375config NPCM_OTP
376 bool "Nnvoton NPCM BMC On-Chip OTP Memory Support"
377 depends on (ARM && ARCH_NPCM)
378 default n
379 help
380 Support NPCM BMC OTP memory (fuse).
381 To compile this driver as a module, choose M here: the module
382 will be called npcm_otp.
383
Peng Fand3ee9db2023-06-15 18:09:05 +0800384config IMX_ELE
385 bool "Enable i.MX EdgeLock Enclave MU driver and API"
Ye Li03fcf962022-07-26 16:40:49 +0800386 depends on MISC && (ARCH_IMX9 || ARCH_IMX8ULP)
387 help
388 If you say Y here to enable Message Unit driver to work with
389 Sentinel core on some NXP i.MX processors.
390
Stefan Roese4cf9e462016-07-19 07:45:46 +0200391config NUVOTON_NCT6102D
392 bool "Enable Nuvoton NCT6102D Super I/O driver"
393 help
394 If you say Y here, you will get support for the Nuvoton
395 NCT6102D Super I/O driver. This can be used to enable or
396 disable the legacy UART, the watchdog or other devices
397 in the Nuvoton Super IO chips on X86 platforms.
398
Simon Glass5bee27a2019-12-06 21:41:55 -0700399config P2SB
Wolfgang Wallnerd872e7d2020-07-01 13:37:23 +0200400 bool "Intel Primary to Sideband Bridge"
Simon Glass5bee27a2019-12-06 21:41:55 -0700401 depends on X86 || SANDBOX
402 help
Wolfgang Wallnerd872e7d2020-07-01 13:37:23 +0200403 This enables support for the Intel Primary to Sideband Bridge,
Simon Glass5bee27a2019-12-06 21:41:55 -0700404 abbreviated to P2SB. The P2SB is used to access various peripherals
405 such as eSPI, GPIO, through memory-mapped I/O in a large chunk of PCI
406 space. The space is segmented into different channels and peripherals
407 are accessed by device-specific means within those channels. Devices
408 should be added in the device tree as subnodes of the P2SB. A
409 Peripheral Channel Register? (PCR) API is provided to access those
410 devices - see pcr_readl(), etc.
411
412config SPL_P2SB
Wolfgang Wallnerd872e7d2020-07-01 13:37:23 +0200413 bool "Intel Primary to Sideband Bridge in SPL"
Tom Rini8a1ab5e2022-05-10 12:51:47 -0400414 depends on SPL_MISC && (X86 || SANDBOX)
Simon Glass5bee27a2019-12-06 21:41:55 -0700415 help
Wolfgang Wallnerd872e7d2020-07-01 13:37:23 +0200416 The Primary to Sideband Bridge is used to access various peripherals
Simon Glass5bee27a2019-12-06 21:41:55 -0700417 through memory-mapped I/O in a large chunk of PCI space. The space is
418 segmented into different channels and peripherals are accessed by
419 device-specific means within those channels. Devices should be added
420 in the device tree as subnodes of the p2sb.
421
422config TPL_P2SB
Wolfgang Wallnerd872e7d2020-07-01 13:37:23 +0200423 bool "Intel Primary to Sideband Bridge in TPL"
Tom Rini8a1ab5e2022-05-10 12:51:47 -0400424 depends on TPL_MISC && (X86 || SANDBOX)
Simon Glass5bee27a2019-12-06 21:41:55 -0700425 help
Wolfgang Wallnerd872e7d2020-07-01 13:37:23 +0200426 The Primary to Sideband Bridge is used to access various peripherals
Simon Glass5bee27a2019-12-06 21:41:55 -0700427 through memory-mapped I/O in a large chunk of PCI space. The space is
428 segmented into different channels and peripherals are accessed by
429 device-specific means within those channels. Devices should be added
430 in the device tree as subnodes of the p2sb.
431
Simon Glass5fd6bad2016-01-21 19:43:31 -0700432config PWRSEQ
433 bool "Enable power-sequencing drivers"
434 depends on DM
435 help
436 Power-sequencing drivers provide support for controlling power for
437 devices. They are typically referenced by a phandle from another
438 device. When the device is started up, its power sequence can be
439 initiated.
440
441config SPL_PWRSEQ
442 bool "Enable power-sequencing drivers for SPL"
Tom Rini8a1ab5e2022-05-10 12:51:47 -0400443 depends on SPL_MISC && PWRSEQ
Simon Glass5fd6bad2016-01-21 19:43:31 -0700444 help
445 Power-sequencing drivers provide support for controlling power for
446 devices. They are typically referenced by a phandle from another
447 device. When the device is started up, its power sequence can be
448 initiated.
449
Stefan Roese1cdd9412015-03-12 11:22:46 +0100450config PCA9551_LED
451 bool "Enable PCA9551 LED driver"
452 help
453 Enable driver for PCA9551 LED controller. This controller
454 is connected via I2C. So I2C needs to be enabled.
455
456config PCA9551_I2C_ADDR
457 hex "I2C address of PCA9551 LED controller"
458 depends on PCA9551_LED
459 default 0x60
460 help
461 The I2C address of the PCA9551 LED controller.
Simon Glassf9917452015-06-23 15:39:13 -0600462
Patrick Delaunayc3600e12018-05-17 15:24:06 +0200463config STM32MP_FUSE
464 bool "Enable STM32MP fuse wrapper providing the fuse API"
465 depends on ARCH_STM32MP && MISC
466 default y if CMD_FUSE
467 help
468 If you say Y here, you will get support for the fuse API (OTP)
469 for STM32MP architecture.
470 This API is needed for CMD_FUSE.
471
Christophe Kerello4e280b92017-09-13 18:00:08 +0200472config STM32_RCC
473 bool "Enable RCC driver for the STM32 SoC's family"
Trevor Woerner71f63542020-05-06 08:02:42 -0400474 depends on (ARCH_STM32 || ARCH_STM32MP) && MISC
Christophe Kerello4e280b92017-09-13 18:00:08 +0200475 help
476 Enable the STM32 RCC driver. The RCC block (Reset and Clock Control
477 block) is responsible of the management of the clock and reset
478 generation.
479 This driver is similar to an MFD driver in the Linux kernel.
480
Stephen Warrenbd3ee842016-09-13 10:45:57 -0600481config TEGRA_CAR
482 bool "Enable support for the Tegra CAR driver"
483 depends on TEGRA_NO_BPMP
484 help
485 The Tegra CAR (Clock and Reset Controller) is a HW module that
486 controls almost all clocks and resets in a Tegra SoC.
487
Stephen Warren73dd5c42016-08-08 09:41:34 -0600488config TEGRA186_BPMP
489 bool "Enable support for the Tegra186 BPMP driver"
490 depends on TEGRA186
491 help
492 The Tegra BPMP (Boot and Power Management Processor) is a separate
493 auxiliary CPU embedded into Tegra to perform power management work,
494 and controls related features such as clocks, resets, power domains,
495 PMIC I2C bus, etc. This driver provides the core low-level
496 communication path by which feature-specific drivers (such as clock)
497 can make requests to the BPMP. This driver is similar to an MFD
498 driver in the Linux kernel.
499
Simon Glass079ac592020-12-23 08:11:18 -0700500config TEST_DRV
501 bool "Enable support for test drivers"
502 default y if SANDBOX
503 help
504 This enables drivers and uclasses that provides a way of testing the
505 operations of memory allocation and driver/uclass methods in driver
506 model. This should only be enabled for testing as it is not useful for
507 anything else.
508
Marek Vasut02544db2022-04-10 06:27:14 +0200509config USB_HUB_USB251XB
510 tristate "USB251XB Hub Controller Configuration Driver"
511 depends on I2C
512 help
513 This option enables support for configuration via SMBus of the
514 Microchip USB251x/xBi USB 2.0 Hub Controller series. Configuration
515 parameters may be set in devicetree or platform data.
516 Say Y or M here if you need to configure such a device via SMBus.
517
Adam Fordcc3fedb2018-08-06 14:26:50 -0500518config TWL4030_LED
519 bool "Enable TWL4030 LED controller"
520 help
521 Enable this to add support for the TWL4030 LED controller.
522
Stefan Roese85056932016-01-19 14:05:10 +0100523config WINBOND_W83627
524 bool "Enable Winbond Super I/O driver"
525 help
526 If you say Y here, you will get support for the Winbond
527 W83627 Super I/O driver. This can be used to enable the
528 legacy UART or other devices in the Winbond Super IO chips
529 on X86 platforms.
530
Vladimir Zapolskiy1b154832023-04-21 20:50:33 +0300531config QCOM_GENI_SE
532 bool "Qualcomm GENI Serial Engine Driver"
533 depends on ARCH_SNAPDRAGON
534 help
535 The driver manages Generic Interface (GENI) firmware based
536 Qualcomm Technologies, Inc. Universal Peripheral (QUP) Wrapper.
537
Miao Yanfcf5c042016-05-22 19:37:14 -0700538config QFW
539 bool
540 help
Asherah Connor5b0b43e2021-03-19 18:21:40 +1100541 Hidden option to enable QEMU fw_cfg interface and uclass. This will
542 be selected by either CONFIG_CMD_QFW or CONFIG_GENERATE_ACPI_TABLE.
543
544config QFW_PIO
545 bool
546 depends on QFW
547 help
548 Hidden option to enable PIO QEMU fw_cfg interface. This will be
549 selected by the appropriate QEMU board.
Miao Yanfcf5c042016-05-22 19:37:14 -0700550
Asherah Connor5830b572021-03-19 18:21:42 +1100551config QFW_MMIO
552 bool
553 depends on QFW
554 help
555 Hidden option to enable MMIO QEMU fw_cfg interface. This will be
556 selected by the appropriate QEMU board.
557
mario.six@gdsys.ccd7e28912016-06-22 15:14:16 +0200558config I2C_EEPROM
559 bool "Enable driver for generic I2C-attached EEPROMs"
560 depends on MISC
561 help
562 Enable a generic driver for EEPROMs attached via I2C.
Adam Forde3f24d42017-08-13 09:00:28 -0500563
Wenyou Yangd81a1de2017-09-06 13:08:14 +0800564
565config SPL_I2C_EEPROM
566 bool "Enable driver for generic I2C-attached EEPROMs for SPL"
Tom Rini8a1ab5e2022-05-10 12:51:47 -0400567 depends on SPL_MISC
Wenyou Yangd81a1de2017-09-06 13:08:14 +0800568 help
569 This option is an SPL-variant of the I2C_EEPROM option.
570 See the help of I2C_EEPROM for details.
571
Adam Forde3f24d42017-08-13 09:00:28 -0500572config SYS_I2C_EEPROM_ADDR
573 hex "Chip address of the EEPROM device"
Tom Rini88cd7d02021-08-17 17:59:45 -0400574 depends on ID_EEPROM || I2C_EEPROM || SPL_I2C_EEPROM || CMD_EEPROM || ENV_IS_IN_EEPROM
Tom Rinia077ac12023-08-02 11:09:43 -0400575 default 0x0
Adam Forde3f24d42017-08-13 09:00:28 -0500576
Tom Rini88cd7d02021-08-17 17:59:45 -0400577if I2C_EEPROM
Adam Forde3f24d42017-08-13 09:00:28 -0500578
579config SYS_I2C_EEPROM_ADDR_OVERFLOW
580 hex "EEPROM Address Overflow"
Tom Rini5fd4a7e2021-12-11 14:55:47 -0500581 default 0x0
Adam Forde3f24d42017-08-13 09:00:28 -0500582 help
583 EEPROM chips that implement "address overflow" are ones
584 like Catalyst 24WC04/08/16 which has 9/10/11 bits of
585 address and the extra bits end up in the "chip address" bit
586 slots. This makes a 24WC08 (1Kbyte) chip look like four 256
587 byte chips.
588
589endif
590
Mario Six86da8c12018-04-27 14:53:33 +0200591config GDSYS_RXAUI_CTRL
592 bool "Enable gdsys RXAUI control driver"
593 depends on MISC
594 help
595 Support gdsys FPGA's RXAUI control.
Mario Six7e862422018-07-31 14:24:15 +0200596
597config GDSYS_IOEP
598 bool "Enable gdsys IOEP driver"
599 depends on MISC
600 help
601 Support gdsys FPGA's IO endpoint driver.
Mario Sixd2166312018-08-06 10:23:46 +0200602
603config MPC83XX_SERDES
604 bool "Enable MPC83xx serdes driver"
605 depends on MISC
606 help
607 Support for serdes found on MPC83xx SoCs.
608
Tien Fong Chee62030002018-07-06 16:28:03 +0800609config FS_LOADER
610 bool "Enable loader driver for file system"
611 help
612 This is file system generic loader which can be used to load
613 the file image from the storage into target such as memory.
614
615 The consumer driver would then use this loader to program whatever,
616 ie. the FPGA device.
617
Keerthyb071a072022-01-27 13:16:53 +0100618config SPL_FS_LOADER
619 bool "Enable loader driver for file system"
Tom Rini8a1ab5e2022-05-10 12:51:47 -0400620 depends on SPL
Keerthyb071a072022-01-27 13:16:53 +0100621 help
622 This is file system generic loader which can be used to load
623 the file image from the storage into target such as memory.
624
625 The consumer driver would then use this loader to program whatever,
626 ie. the FPGA device.
627
Mario Sixc0a2b082018-10-04 09:00:54 +0200628config GDSYS_SOC
629 bool "Enable gdsys SOC driver"
630 depends on MISC
631 help
632 Support for gdsys IHS SOC, a simple bus associated with each gdsys
633 IHS (Integrated Hardware Systems) FPGA, which holds all devices whose
634 register maps are contained within the FPGA's register map.
635
Mario Sixab88bd22018-10-04 09:00:55 +0200636config IHS_FPGA
637 bool "Enable IHS FPGA driver"
638 depends on MISC
639 help
640 Support IHS (Integrated Hardware Systems) FPGA, the main FPGAs on
641 gdsys devices, which supply the majority of the functionality offered
642 by the devices. This driver supports both CON and CPU variants of the
643 devices, depending on the device tree entry.
Tero Kristo344eb6d2020-02-14 11:18:15 +0200644config ESM_K3
645 bool "Enable K3 ESM driver"
646 depends on ARCH_K3
647 help
648 Support ESM (Error Signaling Module) on TI K3 SoCs.
Mario Sixab88bd22018-10-04 09:00:55 +0200649
Eugen Hristevf8164952019-10-09 09:23:39 +0000650config MICROCHIP_FLEXCOM
651 bool "Enable Microchip Flexcom driver"
652 depends on MISC
653 help
654 The Atmel Flexcom is just a wrapper which embeds a SPI controller,
655 an I2C controller and an USART.
656 Only one function can be used at a time and is chosen at boot time
657 according to the device tree.
658
Tero Kristo9d233b42019-10-24 15:00:46 +0530659config K3_AVS0
660 depends on ARCH_K3 && SPL_DM_REGULATOR
661 bool "AVS class 0 support for K3 devices"
662 help
663 K3 devices have the optimized voltage values for the main voltage
664 domains stored in efuse within the VTM IP. This driver reads the
665 optimized voltage from the efuse, so that it can be programmed
666 to the PMIC on board.
667
Tero Kristo3b36b382020-02-14 11:18:16 +0200668config ESM_PMIC
669 bool "Enable PMIC ESM driver"
670 depends on DM_PMIC
671 help
672 Support ESM (Error Signal Monitor) on PMIC devices. ESM is used
673 typically to reboot the board in error condition.
674
Tom Rini98ab8312021-12-11 14:55:49 -0500675config FSL_IFC
676 bool
677
Michael Walle42595eb2022-02-25 18:06:24 +0530678config SL28CPLD
679 bool "Enable Kontron sl28cpld multi-function driver"
680 depends on DM_I2C
681 help
682 Support for the Kontron sl28cpld management controller. This is
683 the base driver which provides common access methods for the
684 sub-drivers.
685
Masahiro Yamada0b11dbf2015-07-26 02:46:26 +0900686endmenu