diff options
author | Mario Six <mario.six@gdsys.cc> | 2018-10-04 09:00:54 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-11-14 09:16:27 -0800 |
commit | c0a2b086b22b4af3253e4e22d5a9d1e809fd1352 (patch) | |
tree | ba1587a5a08c55b2afc31dd0175bca0ba26a60b9 /drivers/misc/Kconfig | |
parent | 313d4cc3e982c6bf45e8bcf54a7db256eef41837 (diff) | |
download | u-boot-c0a2b086b22b4af3253e4e22d5a9d1e809fd1352.tar.gz |
misc: Add gdsys_soc driver
This patch adds a driver for the bus associated with a IHS FPGA.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index c5697011f2..d589f32a55 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -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 |