All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] kernel: lxc: drop HVC_DRIVER
@ 2024-03-04 15:52 christian.taedcke-oss
  2024-03-08 18:58 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: christian.taedcke-oss @ 2024-03-04 15:52 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Christian Taedcke

From: Christian Taedcke <christian.taedcke@weidmueller.com>

HVC_DRIVER cannot be selected directly since it has no prompt.

Signed-off-by: Christian Taedcke <christian.taedcke@weidmueller.com>
---
 recipes-kernel/linux/linux-yocto/lxc.cfg | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/recipes-kernel/linux/linux-yocto/lxc.cfg b/recipes-kernel/linux/linux-yocto/lxc.cfg
index e195c15b..ab75cbf0 100644
--- a/recipes-kernel/linux/linux-yocto/lxc.cfg
+++ b/recipes-kernel/linux/linux-yocto/lxc.cfg
@@ -16,9 +16,6 @@ CONFIG_NET_CLS_CGROUP=m
 CONFIG_BLK_CGROUP=y
 CONFIG_CGROUP_NET_PRIO=y
 
-# Virtual drivers
-CONFIG_HVC_DRIVER=y
-
 # Base support for live boot
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_NLS_CODEPAGE_437=y
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-08 18:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-04 15:52 [meta-virtualization][PATCH] kernel: lxc: drop HVC_DRIVER christian.taedcke-oss
2024-03-08 18:58 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.