浏览代码

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>
Randy Dunlap 7 年之前
父节点
当前提交
06b6f1c623
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      drivers/misc/altera-stapl/Kconfig

+ 2 - 1
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"