Kconfig 250 B

12345678910
  1. comment "Altera FPGA firmware download module (requires I2C)"
  2. depends on !I2C
  3. config ALTERA_STAPL
  4. tristate "Altera FPGA firmware download module"
  5. depends on I2C
  6. default n
  7. help
  8. An Altera FPGA module. Say Y when you want to support this tool.