xref: /linux/drivers/misc/altera-stapl/Kconfig (revision 2af8641b2ad3c0faf1ba63e989ca2f2f2134e10d)
1comment "Altera FPGA firmware download module (requires I2C)"
2	depends on !I2C
3
4config ALTERA_STAPL
5	tristate "Altera FPGA firmware download module"
6	depends on I2C
7	default n
8	help
9	  An Altera FPGA module. Say Y when you want to support this tool.
10