commit | 0cafb657dce0e450e6b317f92d6eddd5b8ca21d9 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Tue Jul 31 14:24:15 2018 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Sat Aug 11 16:00:50 2018 +0200 |
tree | 97321c20e467c6bd1ec8dfffc577c53e8bd229e4 | |
parent | a8ce0ee470213e5218d396b3aa6ca5f149488863 [diff] [blame] |
misc: Add gdsys_ioep driver Add driver for the IHS IO endpoint on IHS FPGAs. Signed-off-by: Mario Six <mario.six@gdsys.cc>
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index c031dfd..6bcd49a 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig
@@ -277,4 +277,10 @@ depends on MISC help Support gdsys FPGA's RXAUI control. + +config GDSYS_IOEP + bool "Enable gdsys IOEP driver" + depends on MISC + help + Support gdsys FPGA's IO endpoint driver. endmenu