Home
last modified time | relevance | path

Searched hist:"20 d58cb642c640406f6466c64a0899400f52c47b" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/hvc/
H A DKconfigdiff 20d58cb642c640406f6466c64a0899400f52c47b Mon May 08 01:03:32 CDT 2017 Heiko Carstens <heiko.carstens@de.ibm.com> s390/hvc_iucv: fix broken Kconfig select statement

Select statements in Kconfig do not necessarily enable all required
dependencies and can lead to broken configs. This is also the case
for the "select IUCV" statement within HVC_IUCV:

warning: (HVC_IUCV) selects IUCV which has unmet direct
dependencies (NET && S390)

Just add the missing "depends on NET" to avoid broken configs.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>