mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-04 02:49:15 +00:00
The kernel configs themselves are stored as diffs of what we want vs. each version's defconfig. Thus, things like e.g. CONFIG_DEVKMEM drop out after it was made non-default. The implication of this is (I hope) that as upstream adopts security features, our delta can shrink (or more realistically, only include the next-next gen features). Signed-off-by: Tycho Andersen <tycho@docker.com>
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
CONFIG_CRYPTO_CMAC=y
|
|
CONFIG_CRYPTO_DEV_VIRTIO=m
|
|
CONFIG_HYPERV_SOCK=y
|
|
CONFIG_LWTUNNEL_BPF=y
|
|
# CONFIG_NET_VENDOR_SYNOPSYS is not set
|
|
# CONFIG_SYNC_FILE is not set
|
|
# CONFIG_TIMER_STATS is not set
|
|
CONFIG_UPROBE_EVENT=y
|