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