mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
32 lines
793 B
Diff
32 lines
793 B
Diff
--- a/drivers/virtio/Kconfig
|
|
+++ b/drivers/virtio/Kconfig
|
|
@@ -3,7 +3,7 @@ config VIRTIO_ANCHOR
|
|
bool
|
|
|
|
config VIRTIO
|
|
- tristate
|
|
+ tristate "VIRTIO Support"
|
|
select VIRTIO_ANCHOR
|
|
help
|
|
This option is selected by any driver which implements the virtio
|
|
@@ -11,7 +11,7 @@ config VIRTIO
|
|
or CONFIG_S390_GUEST.
|
|
|
|
config VIRTIO_PCI_LIB
|
|
- tristate
|
|
+ tristate "VIRTIO_PCI_LIB Support"
|
|
help
|
|
Modern PCI device implementation. This module implements the
|
|
basic probe and control for devices which are based on modern
|
|
--- a/crypto/Kconfig
|
|
+++ b/crypto/Kconfig
|
|
@@ -842,7 +842,7 @@ config CRYPTO_GCM
|
|
This is required for IPSec ESP (XFRM_ESP).
|
|
|
|
config CRYPTO_GENIV
|
|
- tristate
|
|
+ tristate "IV Generation for dm-crypt"
|
|
select CRYPTO_AEAD
|
|
select CRYPTO_NULL
|
|
select CRYPTO_MANAGER
|