]> git.sur5r.net Git - u-boot/blobdiff - drivers/misc/Kconfig
video: rk3399_mipi: Combine NULL check into IS_ERR_OR_NULL()
[u-boot] / drivers / misc / Kconfig
index 3d282d5b14cfff7a43818a8fd4e633e28f1bb2b9..d774569cbc2839151fd3aa75afd1fffcac8630f9 100644 (file)
@@ -158,6 +158,15 @@ config PCA9551_I2C_ADDR
        help
          The I2C address of the PCA9551 LED controller.
 
+config STM32_RCC
+       bool "Enable RCC driver for the STM32 SoC's family"
+       depends on STM32 && MISC
+       help
+         Enable the STM32 RCC driver. The RCC block (Reset and Clock Control
+         block) is responsible of the management of the clock and reset
+         generation.
+         This driver is similar to an MFD driver in the Linux kernel.
+
 config TEGRA_CAR
        bool "Enable support for the Tegra CAR driver"
        depends on TEGRA_NO_BPMP
@@ -197,6 +206,20 @@ config I2C_EEPROM
        help
          Enable a generic driver for EEPROMs attached via I2C.
 
+
+config SPL_I2C_EEPROM
+       bool "Enable driver for generic I2C-attached EEPROMs for SPL"
+       depends on MISC && SPL && SPL_DM
+       help
+         This option is an SPL-variant of the I2C_EEPROM option.
+         See the help of I2C_EEPROM for details.
+
+config ZYNQ_GEM_I2C_MAC_OFFSET
+       hex "Set the I2C MAC offset"
+       default 0x0
+       help
+         Set the MAC offset for i2C.
+
 if I2C_EEPROM
 
 config SYS_I2C_EEPROM_ADDR