mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 14:48:06 +00:00
misc: altera-stapl: drop Kconfig comment
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>
This commit is contained in:
parent
c151206b30
commit
06b6f1c623
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
comment "Altera FPGA firmware download module"
|
||||
comment "Altera FPGA firmware download module (requires I2C)"
|
||||
depends on !I2C
|
||||
|
||||
config ALTERA_STAPL
|
||||
tristate "Altera FPGA firmware download module"
|
||||
|
|
Loading…
Add table
Reference in a new issue