summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-03-22 14:39:03 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-03-23 12:16:25 +0100
commite374c0c4304ee281a664503a4b539b542f47e5c9 (patch)
treef5d5e6b136b37f1dd0498f34034e5cb036c94679
parentb46746c7383e2b400742e9bca37b54c55cf05587 (diff)
downloadbarebox-e374c0c4304ee281a664503a4b539b542f47e5c9.tar.gz
barebox-e374c0c4304ee281a664503a4b539b542f47e5c9.tar.xz
serial: virtio-console: depend on, but don't select VIRTIO
VIRTIO has multiple backends, each with is its own dependencies. It's thus wrong to select it from drivers. Fix this. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--drivers/serial/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 09434c1ba8..db924efa02 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -158,7 +158,7 @@ config DRIVER_SERIAL_LPUART
config VIRTIO_CONSOLE
tristate "Virtio console"
- select VIRTIO
+ depends on VIRTIO
help
Virtio console for use with hypervisors.