[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220531174514.1586248-1-laurent@vivier.eu>
Date: Tue, 31 May 2022 19:45:14 +0200
From: Laurent Vivier <laurent@...ier.eu>
To: linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
linux-m68k@...ts.linux-m68k.org, Arnd Bergmann <arnd@...db.de>,
Geert Uytterhoeven <geert@...ux-m68k.org>,
Laurent Vivier <laurent@...ier.eu>
Subject: [PATCH] m68k: virt: Kconfig minor fixes
Select VIRTIO_MENU as it is needed by VIRTIO_MMIO.
Add an ending period at the end the virt machine help message.
Reported-by: Randy Dunlap <rdunlap@...radead.org>
Signed-off-by: Laurent Vivier <laurent@...ier.eu>
---
arch/m68k/Kconfig.machine | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine
index a1042568b9ad..4fbe57de1851 100644
--- a/arch/m68k/Kconfig.machine
+++ b/arch/m68k/Kconfig.machine
@@ -161,10 +161,11 @@ config VIRT
select RTC_CLASS
select RTC_DRV_GOLDFISH
select TTY
+ select VIRTIO_MENU
select VIRTIO_MMIO
help
This options enable a pure virtual machine based on m68k,
- VIRTIO MMIO devices and GOLDFISH interfaces (TTY, RTC, PIC)
+ VIRTIO MMIO devices and GOLDFISH interfaces (TTY, RTC, PIC).
config PILOT
bool
--
2.36.1
Powered by blists - more mailing lists