diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2017-05-08 08:03:32 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-06-12 16:25:58 +0200 |
commit | 20d58cb642c640406f6466c64a0899400f52c47b (patch) | |
tree | 6e9031de7c85aef762583096f68261697a4dd2f6 /tools | |
parent | c4684f98d3453dd07cc7ce67e0e795330eeec9c5 (diff) | |
download | linux-20d58cb642c640406f6466c64a0899400f52c47b.tar.bz2 |
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>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions