lkml.org 
[lkml]   [2017]   [Sep]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] misc: altera-stapl: drop Kconfig comment
Date
From: Randy Dunlap <rdunlap@infradead.org>

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>
---
drivers/misc/altera-stapl/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

--- lnx-414-rc1.orig/drivers/misc/altera-stapl/Kconfig
+++ lnx-414-rc1/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"
\
 
 \ /
  Last update: 2017-09-22 01:27    [W:0.032 / U:0.508 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site