misc: Add gdsys_soc driver
[oweals/u-boot.git] / drivers / misc / Kconfig
index c5697011f22d449a7d89c00175a8d9a15c241c78..d589f32a55e46e7f135e38847b2f891858e5c7ba 100644 (file)
@@ -312,4 +312,12 @@ config FS_LOADER
          The consumer driver would then use this loader to program whatever,
          ie. the FPGA device.
 
+config GDSYS_SOC
+       bool "Enable gdsys SOC driver"
+       depends on MISC
+       help
+         Support for gdsys IHS SOC, a simple bus associated with each gdsys
+         IHS (Integrated Hardware Systems) FPGA, which holds all devices whose
+         register maps are contained within the FPGA's register map.
+
 endmenu