misc: altera-stapl: drop Kconfig comment
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 21 Sep 2017 23:26:29 +0000 (16:26 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Oct 2017 08:43:08 +0000 (10:43 +0200)
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>
drivers/misc/altera-stapl/Kconfig

index 7f01d8e..8a828fe 100644 (file)
@@ -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"