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