Kconfig 279 B

123456789
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. comment "Altera FPGA firmware download module (requires I2C)"
  3. depends on !I2C
  4. config ALTERA_STAPL
  5. tristate "Altera FPGA firmware download module"
  6. depends on I2C
  7. help
  8. An Altera FPGA module. Say Y when you want to support this tool.