summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorJeremy Cline <jeremy@jcline.org>2018-05-02 18:23:00 -0400
committerJeremy Cline <jeremy@jcline.org>2018-05-02 18:23:00 -0400
commit7cceef9fc86b34adb26c8154ad2ebfd2c95883c3 (patch)
tree2884a1f318bb9de98691b950d3aa058e9b664dfc /configs
parentc493f8d453705e7a77e7a94b2b245a5076131535 (diff)
downloadkernel-7cceef9fc86b34adb26c8154ad2ebfd2c95883c3.tar.gz
kernel-7cceef9fc86b34adb26c8154ad2ebfd2c95883c3.tar.xz
kernel-7cceef9fc86b34adb26c8154ad2ebfd2c95883c3.zip
Build HW_RANDOM_VIRTIO in rather than as a module
This helps when early boot needs the CRNG initialized (rhbz 1572944).
Diffstat (limited to 'configs')
-rw-r--r--configs/fedora/generic/CONFIG_HW_RANDOM_VIRTIO2
-rw-r--r--configs/fedora/generic/CONFIG_VIRTIO1
-rw-r--r--configs/fedora/generic/CONFIG_VIRTIO_PCI2
3 files changed, 3 insertions, 2 deletions
diff --git a/configs/fedora/generic/CONFIG_HW_RANDOM_VIRTIO b/configs/fedora/generic/CONFIG_HW_RANDOM_VIRTIO
index 1b31e5535..ec44b8453 100644
--- a/configs/fedora/generic/CONFIG_HW_RANDOM_VIRTIO
+++ b/configs/fedora/generic/CONFIG_HW_RANDOM_VIRTIO
@@ -1 +1 @@
-CONFIG_HW_RANDOM_VIRTIO=m
+CONFIG_HW_RANDOM_VIRTIO=y
diff --git a/configs/fedora/generic/CONFIG_VIRTIO b/configs/fedora/generic/CONFIG_VIRTIO
new file mode 100644
index 000000000..300572920
--- /dev/null
+++ b/configs/fedora/generic/CONFIG_VIRTIO
@@ -0,0 +1 @@
+CONFIG_VIRTIO=y
diff --git a/configs/fedora/generic/CONFIG_VIRTIO_PCI b/configs/fedora/generic/CONFIG_VIRTIO_PCI
index 58505d3a5..902a03720 100644
--- a/configs/fedora/generic/CONFIG_VIRTIO_PCI
+++ b/configs/fedora/generic/CONFIG_VIRTIO_PCI
@@ -1 +1 @@
-CONFIG_VIRTIO_PCI=m
+CONFIG_VIRTIO_PCI=y