sys-kernel/coreos-modules: make wireguard a module

The wireguard module has some crypto dependencies, we benefit from making them
all modules so that they don't increase the arm64 kernel size.
This commit is contained in:
Jeremi Piotrowski 2022-10-18 12:55:59 +02:00
parent d3d07fc959
commit 99ff470847

View File

@ -941,7 +941,7 @@ CONFIG_VSOCKETS=m
CONFIG_VXGE=m
CONFIG_VXLAN=m
CONFIG_WATCHDOG=y
CONFIG_WIREGUARD=y
CONFIG_WIREGUARD=m
# CONFIG_WIRELESS is not set
# CONFIG_WLAN is not set
CONFIG_XEN=y