Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06b6f1c6 authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman
Browse files

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: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Igor M. Liplianin <liplianin@netup.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c151206b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
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"