Skip to content

Commit

Permalink
s390/net: add SMC config as one of the defaults of CCWGROUP
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Ursula Braun <[email protected]>
Signed-off-by: Karsten Graul <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
guvenc authored and davem330 committed Sep 10, 2020
1 parent f9aab6f commit 219d9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/s390/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 219d9ae

Please sign in to comment.