10b11dbf7SMasahiro Yamada# 20b11dbf7SMasahiro Yamada# Multifunction miscellaneous devices 30b11dbf7SMasahiro Yamada# 40b11dbf7SMasahiro Yamada 50b11dbf7SMasahiro Yamadamenu "Multifunction device drivers" 60b11dbf7SMasahiro Yamada 74395e06eSThomas Chouconfig MISC 84395e06eSThomas Chou bool "Enable Driver Model for Misc drivers" 94395e06eSThomas Chou depends on DM 104395e06eSThomas Chou help 114395e06eSThomas Chou Enable driver model for miscellaneous devices. This class is 124395e06eSThomas Chou used only for those do not fit other more general classes. A 134395e06eSThomas Chou set of generic read, write and ioctl methods may be used to 144395e06eSThomas Chou access the device. 154395e06eSThomas Chou 16ca844dd8SThomas Chouconfig ALTERA_SYSID 17ca844dd8SThomas Chou bool "Altera Sysid support" 18ca844dd8SThomas Chou depends on MISC 19ca844dd8SThomas Chou help 20ca844dd8SThomas Chou Select this to enable a sysid for Altera devices. Please find 21ca844dd8SThomas Chou details on the "Embedded Peripherals IP User Guide" of Altera. 22ca844dd8SThomas Chou 23aa5eb9a3SMarek Behúnconfig ATSHA204A 24aa5eb9a3SMarek Behún bool "Support for Atmel ATSHA204A module" 25aa5eb9a3SMarek Behún depends on MISC 26aa5eb9a3SMarek Behún help 27aa5eb9a3SMarek Behún Enable support for I2C connected Atmel's ATSHA204A 28aa5eb9a3SMarek Behún CryptoAuthentication module found for example on the Turris Omnia 29aa5eb9a3SMarek Behún board. 30aa5eb9a3SMarek Behún 3149cd8e85SPhilipp Tomsichconfig ROCKCHIP_EFUSE 3249cd8e85SPhilipp Tomsich bool "Rockchip e-fuse support" 3349cd8e85SPhilipp Tomsich depends on MISC 3449cd8e85SPhilipp Tomsich help 3549cd8e85SPhilipp Tomsich Enable (read-only) access for the e-fuse block found in Rockchip 3649cd8e85SPhilipp Tomsich SoCs: accesses can either be made using byte addressing and a length 3749cd8e85SPhilipp Tomsich or through child-nodes that are generated based on the e-fuse map 3849cd8e85SPhilipp Tomsich retrieved from the DTS. 3949cd8e85SPhilipp Tomsich 4049cd8e85SPhilipp Tomsich This driver currently supports the RK3399 only, but can easily be 4149cd8e85SPhilipp Tomsich extended (by porting the read function from the Linux kernel sources) 4249cd8e85SPhilipp Tomsich to support other recent Rockchip devices. 4349cd8e85SPhilipp Tomsich 446fb9ac15SSimon Glassconfig CMD_CROS_EC 456fb9ac15SSimon Glass bool "Enable crosec command" 466fb9ac15SSimon Glass depends on CROS_EC 476fb9ac15SSimon Glass help 486fb9ac15SSimon Glass Enable command-line access to the Chrome OS EC (Embedded 496fb9ac15SSimon Glass Controller). This provides the 'crosec' command which has 506fb9ac15SSimon Glass a number of sub-commands for performing EC tasks such as 516fb9ac15SSimon Glass updating its flash, accessing a small saved context area 526fb9ac15SSimon Glass and talking to the I2C bus behind the EC (if there is one). 536fb9ac15SSimon Glass 546fb9ac15SSimon Glassconfig CROS_EC 556fb9ac15SSimon Glass bool "Enable Chrome OS EC" 566fb9ac15SSimon Glass help 576fb9ac15SSimon Glass Enable access to the Chrome OS EC. This is a separate 586fb9ac15SSimon Glass microcontroller typically available on a SPI bus on Chromebooks. It 596fb9ac15SSimon Glass provides access to the keyboard, some internal storage and may 606fb9ac15SSimon Glass control access to the battery and main PMIC depending on the 616fb9ac15SSimon Glass device. You can use the 'crosec' command to access it. 626fb9ac15SSimon Glass 636fb9ac15SSimon Glassconfig CROS_EC_I2C 646fb9ac15SSimon Glass bool "Enable Chrome OS EC I2C driver" 656fb9ac15SSimon Glass depends on CROS_EC 666fb9ac15SSimon Glass help 676fb9ac15SSimon Glass Enable I2C access to the Chrome OS EC. This is used on older 686fb9ac15SSimon Glass ARM Chromebooks such as snow and spring before the standard bus 696fb9ac15SSimon Glass changed to SPI. The EC will accept commands across the I2C using 706fb9ac15SSimon Glass a special message protocol, and provide responses. 716fb9ac15SSimon Glass 726fb9ac15SSimon Glassconfig CROS_EC_LPC 736fb9ac15SSimon Glass bool "Enable Chrome OS EC LPC driver" 746fb9ac15SSimon Glass depends on CROS_EC 756fb9ac15SSimon Glass help 766fb9ac15SSimon Glass Enable I2C access to the Chrome OS EC. This is used on x86 776fb9ac15SSimon Glass Chromebooks such as link and falco. The keyboard is provided 786fb9ac15SSimon Glass through a legacy port interface, so on x86 machines the main 796fb9ac15SSimon Glass function of the EC is power and thermal management. 806fb9ac15SSimon Glass 8147cb8c65SSimon Glassconfig CROS_EC_SANDBOX 8247cb8c65SSimon Glass bool "Enable Chrome OS EC sandbox driver" 8347cb8c65SSimon Glass depends on CROS_EC && SANDBOX 8447cb8c65SSimon Glass help 8547cb8c65SSimon Glass Enable a sandbox emulation of the Chrome OS EC. This supports 8647cb8c65SSimon Glass keyboard (use the -l flag to enable the LCD), verified boot context, 8747cb8c65SSimon Glass EC flash read/write/erase support and a few other things. It is 8847cb8c65SSimon Glass enough to perform a Chrome OS verified boot on sandbox. 8947cb8c65SSimon Glass 906fb9ac15SSimon Glassconfig CROS_EC_SPI 916fb9ac15SSimon Glass bool "Enable Chrome OS EC SPI driver" 926fb9ac15SSimon Glass depends on CROS_EC 936fb9ac15SSimon Glass help 946fb9ac15SSimon Glass Enable SPI access to the Chrome OS EC. This is used on newer 956fb9ac15SSimon Glass ARM Chromebooks such as pit, pi and nyan-big. The SPI interface 966fb9ac15SSimon Glass provides a faster and more robust interface than I2C but the bugs 976fb9ac15SSimon Glass are less interesting. 986fb9ac15SSimon Glass 99879704d8SSimon Glassconfig DS4510 100879704d8SSimon Glass bool "Enable support for DS4510 CPU supervisor" 101879704d8SSimon Glass help 102879704d8SSimon Glass Enable support for the Maxim DS4510 CPU supervisor. It has an 103879704d8SSimon Glass integrated 64-byte EEPROM, four programmable non-volatile I/O pins 104879704d8SSimon Glass and a configurable timer for the supervisor function. The device is 105879704d8SSimon Glass connected over I2C. 106879704d8SSimon Glass 107c12e0d93SPeng Fanconfig FSL_SEC_MON 108fe78378dSgaurav rana bool "Enable FSL SEC_MON Driver" 109fe78378dSgaurav rana help 110fe78378dSgaurav rana Freescale Security Monitor block is responsible for monitoring 111fe78378dSgaurav rana system states. 112fe78378dSgaurav rana Security Monitor can be transitioned on any security failures, 113fe78378dSgaurav rana like software violations or hardware security violations. 1141cdd9412SStefan Roese 1153e020f03SPeng Fanconfig MXC_OCOTP 1163e020f03SPeng Fan bool "Enable MXC OCOTP Driver" 1173e020f03SPeng Fan help 1183e020f03SPeng Fan If you say Y here, you will get support for the One Time 1193e020f03SPeng Fan Programmable memory pages that are stored on the some 1203e020f03SPeng Fan Freescale i.MX processors. 1213e020f03SPeng Fan 1224cf9e464SStefan Roeseconfig NUVOTON_NCT6102D 1234cf9e464SStefan Roese bool "Enable Nuvoton NCT6102D Super I/O driver" 1244cf9e464SStefan Roese help 1254cf9e464SStefan Roese If you say Y here, you will get support for the Nuvoton 1264cf9e464SStefan Roese NCT6102D Super I/O driver. This can be used to enable or 1274cf9e464SStefan Roese disable the legacy UART, the watchdog or other devices 1284cf9e464SStefan Roese in the Nuvoton Super IO chips on X86 platforms. 1294cf9e464SStefan Roese 1305fd6badbSSimon Glassconfig PWRSEQ 1315fd6badbSSimon Glass bool "Enable power-sequencing drivers" 1325fd6badbSSimon Glass depends on DM 1335fd6badbSSimon Glass help 1345fd6badbSSimon Glass Power-sequencing drivers provide support for controlling power for 1355fd6badbSSimon Glass devices. They are typically referenced by a phandle from another 1365fd6badbSSimon Glass device. When the device is started up, its power sequence can be 1375fd6badbSSimon Glass initiated. 1385fd6badbSSimon Glass 1395fd6badbSSimon Glassconfig SPL_PWRSEQ 1405fd6badbSSimon Glass bool "Enable power-sequencing drivers for SPL" 1415fd6badbSSimon Glass depends on PWRSEQ 1425fd6badbSSimon Glass help 1435fd6badbSSimon Glass Power-sequencing drivers provide support for controlling power for 1445fd6badbSSimon Glass devices. They are typically referenced by a phandle from another 1455fd6badbSSimon Glass device. When the device is started up, its power sequence can be 1465fd6badbSSimon Glass initiated. 1475fd6badbSSimon Glass 1481cdd9412SStefan Roeseconfig PCA9551_LED 1491cdd9412SStefan Roese bool "Enable PCA9551 LED driver" 1501cdd9412SStefan Roese help 1511cdd9412SStefan Roese Enable driver for PCA9551 LED controller. This controller 1521cdd9412SStefan Roese is connected via I2C. So I2C needs to be enabled. 1531cdd9412SStefan Roese 1541cdd9412SStefan Roeseconfig PCA9551_I2C_ADDR 1551cdd9412SStefan Roese hex "I2C address of PCA9551 LED controller" 1561cdd9412SStefan Roese depends on PCA9551_LED 1571cdd9412SStefan Roese default 0x60 1581cdd9412SStefan Roese help 1591cdd9412SStefan Roese The I2C address of the PCA9551 LED controller. 160f9917454SSimon Glass 161c3600e1fSPatrick Delaunayconfig STM32MP_FUSE 162c3600e1fSPatrick Delaunay bool "Enable STM32MP fuse wrapper providing the fuse API" 163c3600e1fSPatrick Delaunay depends on ARCH_STM32MP && MISC 164c3600e1fSPatrick Delaunay default y if CMD_FUSE 165c3600e1fSPatrick Delaunay help 166c3600e1fSPatrick Delaunay If you say Y here, you will get support for the fuse API (OTP) 167c3600e1fSPatrick Delaunay for STM32MP architecture. 168c3600e1fSPatrick Delaunay This API is needed for CMD_FUSE. 169c3600e1fSPatrick Delaunay 1704e280b91SChristophe Kerelloconfig STM32_RCC 1714e280b91SChristophe Kerello bool "Enable RCC driver for the STM32 SoC's family" 172d090cbabSPatrick Delaunay depends on (STM32 || ARCH_STM32MP) && MISC 1734e280b91SChristophe Kerello help 1744e280b91SChristophe Kerello Enable the STM32 RCC driver. The RCC block (Reset and Clock Control 1754e280b91SChristophe Kerello block) is responsible of the management of the clock and reset 1764e280b91SChristophe Kerello generation. 1774e280b91SChristophe Kerello This driver is similar to an MFD driver in the Linux kernel. 1784e280b91SChristophe Kerello 179bd3ee84aSStephen Warrenconfig TEGRA_CAR 180bd3ee84aSStephen Warren bool "Enable support for the Tegra CAR driver" 181bd3ee84aSStephen Warren depends on TEGRA_NO_BPMP 182bd3ee84aSStephen Warren help 183bd3ee84aSStephen Warren The Tegra CAR (Clock and Reset Controller) is a HW module that 184bd3ee84aSStephen Warren controls almost all clocks and resets in a Tegra SoC. 185bd3ee84aSStephen Warren 18673dd5c4cSStephen Warrenconfig TEGRA186_BPMP 18773dd5c4cSStephen Warren bool "Enable support for the Tegra186 BPMP driver" 18873dd5c4cSStephen Warren depends on TEGRA186 18973dd5c4cSStephen Warren help 19073dd5c4cSStephen Warren The Tegra BPMP (Boot and Power Management Processor) is a separate 19173dd5c4cSStephen Warren auxiliary CPU embedded into Tegra to perform power management work, 19273dd5c4cSStephen Warren and controls related features such as clocks, resets, power domains, 19373dd5c4cSStephen Warren PMIC I2C bus, etc. This driver provides the core low-level 19473dd5c4cSStephen Warren communication path by which feature-specific drivers (such as clock) 19573dd5c4cSStephen Warren can make requests to the BPMP. This driver is similar to an MFD 19673dd5c4cSStephen Warren driver in the Linux kernel. 19773dd5c4cSStephen Warren 198*cc3fedb2SAdam Fordconfig TWL4030_LED 199*cc3fedb2SAdam Ford bool "Enable TWL4030 LED controller" 200*cc3fedb2SAdam Ford help 201*cc3fedb2SAdam Ford Enable this to add support for the TWL4030 LED controller. 202*cc3fedb2SAdam Ford 20385056932SStefan Roeseconfig WINBOND_W83627 20485056932SStefan Roese bool "Enable Winbond Super I/O driver" 20585056932SStefan Roese help 20685056932SStefan Roese If you say Y here, you will get support for the Winbond 20785056932SStefan Roese W83627 Super I/O driver. This can be used to enable the 20885056932SStefan Roese legacy UART or other devices in the Winbond Super IO chips 20985056932SStefan Roese on X86 platforms. 21085056932SStefan Roese 211fcf5c041SMiao Yanconfig QFW 212fcf5c041SMiao Yan bool 213fcf5c041SMiao Yan help 214fcf5c041SMiao Yan Hidden option to enable QEMU fw_cfg interface. This will be selected by 21518686590SMiao Yan either CONFIG_CMD_QFW or CONFIG_GENERATE_ACPI_TABLE. 216fcf5c041SMiao Yan 217d7e28918Smario.six@gdsys.ccconfig I2C_EEPROM 218d7e28918Smario.six@gdsys.cc bool "Enable driver for generic I2C-attached EEPROMs" 219d7e28918Smario.six@gdsys.cc depends on MISC 220d7e28918Smario.six@gdsys.cc help 221d7e28918Smario.six@gdsys.cc Enable a generic driver for EEPROMs attached via I2C. 222e3f24d4fSAdam Ford 223d81a1de9SWenyou Yang 224d81a1de9SWenyou Yangconfig SPL_I2C_EEPROM 225d81a1de9SWenyou Yang bool "Enable driver for generic I2C-attached EEPROMs for SPL" 226d81a1de9SWenyou Yang depends on MISC && SPL && SPL_DM 227d81a1de9SWenyou Yang help 228d81a1de9SWenyou Yang This option is an SPL-variant of the I2C_EEPROM option. 229d81a1de9SWenyou Yang See the help of I2C_EEPROM for details. 230d81a1de9SWenyou Yang 2315c32de20SVipul Kumarconfig ZYNQ_GEM_I2C_MAC_OFFSET 2325c32de20SVipul Kumar hex "Set the I2C MAC offset" 2335c32de20SVipul Kumar default 0x0 2345c32de20SVipul Kumar help 2355c32de20SVipul Kumar Set the MAC offset for i2C. 2365c32de20SVipul Kumar 237e3f24d4fSAdam Fordif I2C_EEPROM 238e3f24d4fSAdam Ford 239e3f24d4fSAdam Fordconfig SYS_I2C_EEPROM_ADDR 240e3f24d4fSAdam Ford hex "Chip address of the EEPROM device" 241e3f24d4fSAdam Ford default 0 242e3f24d4fSAdam Ford 243e3f24d4fSAdam Fordconfig SYS_I2C_EEPROM_BUS 244e3f24d4fSAdam Ford int "I2C bus of the EEPROM device." 245e3f24d4fSAdam Ford default 0 246e3f24d4fSAdam Ford 247e3f24d4fSAdam Fordconfig SYS_EEPROM_SIZE 248e3f24d4fSAdam Ford int "Size in bytes of the EEPROM device" 249e3f24d4fSAdam Ford default 256 250e3f24d4fSAdam Ford 251e3f24d4fSAdam Fordconfig SYS_EEPROM_PAGE_WRITE_BITS 252e3f24d4fSAdam Ford int "Number of bits used to address bytes in a single page" 253e3f24d4fSAdam Ford default 0 254e3f24d4fSAdam Ford help 255e3f24d4fSAdam Ford The EEPROM page size is 2^SYS_EEPROM_PAGE_WRITE_BITS. 256e3f24d4fSAdam Ford A 64 byte page, for example would require six bits. 257e3f24d4fSAdam Ford 258e3f24d4fSAdam Fordconfig SYS_EEPROM_PAGE_WRITE_DELAY_MS 259e3f24d4fSAdam Ford int "Number of milliseconds to delay between page writes" 260e3f24d4fSAdam Ford default 0 261e3f24d4fSAdam Ford 262e3f24d4fSAdam Fordconfig SYS_I2C_EEPROM_ADDR_LEN 263e3f24d4fSAdam Ford int "Length in bytes of the EEPROM memory array address" 264e3f24d4fSAdam Ford default 1 265e3f24d4fSAdam Ford help 266e3f24d4fSAdam Ford Note: This is NOT the chip address length! 267e3f24d4fSAdam Ford 268e3f24d4fSAdam Fordconfig SYS_I2C_EEPROM_ADDR_OVERFLOW 269e3f24d4fSAdam Ford hex "EEPROM Address Overflow" 270e3f24d4fSAdam Ford default 0 271e3f24d4fSAdam Ford help 272e3f24d4fSAdam Ford EEPROM chips that implement "address overflow" are ones 273e3f24d4fSAdam Ford like Catalyst 24WC04/08/16 which has 9/10/11 bits of 274e3f24d4fSAdam Ford address and the extra bits end up in the "chip address" bit 275e3f24d4fSAdam Ford slots. This makes a 24WC08 (1Kbyte) chip look like four 256 276e3f24d4fSAdam Ford byte chips. 277e3f24d4fSAdam Ford 278e3f24d4fSAdam Fordendif 279e3f24d4fSAdam Ford 28086da8c12SMario Sixconfig GDSYS_RXAUI_CTRL 28186da8c12SMario Six bool "Enable gdsys RXAUI control driver" 28286da8c12SMario Six depends on MISC 28386da8c12SMario Six help 28486da8c12SMario Six Support gdsys FPGA's RXAUI control. 2857e86242bSMario Six 2867e86242bSMario Sixconfig GDSYS_IOEP 2877e86242bSMario Six bool "Enable gdsys IOEP driver" 2887e86242bSMario Six depends on MISC 2897e86242bSMario Six help 2907e86242bSMario Six Support gdsys FPGA's IO endpoint driver. 2910b11dbf7SMasahiro Yamadaendmenu 292