Merge tag 'xilinx-for-v2019.07' of git://git.denx.de/u-boot-microblaze
[oweals/u-boot.git] / drivers / misc / Kconfig
index d589f32a55e46e7f135e38847b2f891858e5c7ba..0e645f58be0e8b7735057461e01f0c56a14c3601 100644 (file)
@@ -120,8 +120,16 @@ config FSL_SEC_MON
          Security Monitor can be transitioned on any security failures,
          like software violations or hardware security violations.
 
+config JZ4780_EFUSE
+       bool "Ingenic JZ4780 eFUSE support"
+       depends on ARCH_JZ47XX
+       help
+         This selects support for the eFUSE on Ingenic JZ4780 SoCs.
+
 config MXC_OCOTP
        bool "Enable MXC OCOTP Driver"
+       depends on ARCH_IMX8M || ARCH_MX6 || ARCH_MX7 || ARCH_VF610
+       default y
        help
          If you say Y here, you will get support for the One Time
          Programmable memory pages that are stored on the some
@@ -239,6 +247,7 @@ config SPL_I2C_EEPROM
 config ZYNQ_GEM_I2C_MAC_OFFSET
        hex "Set the I2C MAC offset"
        default 0x0
+       depends on DM_I2C
        help
          Set the MAC offset for i2C.
 
@@ -320,4 +329,13 @@ config GDSYS_SOC
          IHS (Integrated Hardware Systems) FPGA, which holds all devices whose
          register maps are contained within the FPGA's register map.
 
+config IHS_FPGA
+       bool "Enable IHS FPGA driver"
+       depends on MISC
+       help
+         Support IHS (Integrated Hardware Systems) FPGA, the main FPGAs on
+         gdsys devices, which supply the majority of the functionality offered
+         by the devices. This driver supports both CON and CPU variants of the
+         devices, depending on the device tree entry.
+
 endmenu