Skip to content

Commit

Permalink
misc: altera-stapl: drop Kconfig comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Oct 4, 2017
1 parent c151206 commit 06b6f1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/misc/altera-stapl/Kconfig
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 06b6f1c

Please sign in to comment.