mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
06b6f1c623
When I2C is enabled, the comment string for "Altera FPGA firmware download module" adds no new information or value. It is only useful and interesting when I2C is not enabled. In that case, have it show that I2C is needed for that module. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Igor M. Liplianin <liplianin@netup.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10 lines
250 B
Plaintext
10 lines
250 B
Plaintext
comment "Altera FPGA firmware download module (requires I2C)"
|
|
depends on !I2C
|
|
|
|
config ALTERA_STAPL
|
|
tristate "Altera FPGA firmware download module"
|
|
depends on I2C
|
|
default n
|
|
help
|
|
An Altera FPGA module. Say Y when you want to support this tool.
|