aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/altera-stapl
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2017-09-21 16:26:29 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-10-04 10:43:08 +0200
commit06b6f1c623122bcf28f5a75b89862a68b9c884eb (patch)
tree659dde4e9b50f4bd3a9260fcf6da8ec8a6c7682d /drivers/misc/altera-stapl
parentc151206b30466a787fa85564eec43b5b7a4f9175 (diff)
downloadlinux-06b6f1c623122bcf28f5a75b89862a68b9c884eb.tar.gz
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>
Diffstat (limited to 'drivers/misc/altera-stapl')
-rw-r--r--drivers/misc/altera-stapl/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/misc/altera-stapl/Kconfig b/drivers/misc/altera-stapl/Kconfig
index 7f01d8e939922..8a828fe41fadb 100644
--- a/drivers/misc/altera-stapl/Kconfig
+++ b/drivers/misc/altera-stapl/Kconfig
@@ -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"