From: Guvenc Gulce Date: Thu, 10 Sep 2020 16:48:27 +0000 (+0200) Subject: s390/net: add SMC config as one of the defaults of CCWGROUP X-Git-Tag: v5.15~2655^2~311^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=219d9aef6d838626c7143da790776b2ffd2949a1;p=platform%2Fkernel%2Flinux-starfive.git s390/net: add SMC config as one of the defaults of CCWGROUP arch/s390/net/pnet.c uses ccwgroup function dev_is_ccwgroup() in pnetid_by_dev_port(). For s390 the net/smc code makes use of function pnetid_by_dev_port(). Make sure ccwgroup is built into the kernel, if smc is to be built into the kernel. Signed-off-by: Guvenc Gulce Reviewed-by: Ursula Braun Signed-off-by: Karsten Graul Signed-off-by: David S. Miller --- diff --git a/drivers/s390/net/Kconfig b/drivers/s390/net/Kconfig index 53120e6..bf236d4 100644 --- a/drivers/s390/net/Kconfig +++ b/drivers/s390/net/Kconfig @@ -107,7 +107,7 @@ config QETH_OSX config CCWGROUP tristate - default (LCS || CTCM || QETH) + default (LCS || CTCM || QETH || SMC) config ISM tristate "Support for ISM vPCI Adapter"