diff options
author | Laurent Vivier <[email protected]> | 2022-05-31 19:45:14 +0200 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2022-06-20 14:16:43 +0200 |
commit | efae7404e16a897fba089f83e132229e96825d83 (patch) | |
tree | 4683a21a33d52163f5b41d89b248bf0d8330ad50 | |
parent | f2906aa863381afb0015a9eb7fefad885d4e5a56 (diff) |
m68k: virt: Kconfig minor fixes
Select VIRTIO_MENU as it is needed by VIRTIO_MMIO.
Add an ending period at the end of the virt machine help message.
Reported-by: Randy Dunlap <[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
Tested-by: Randy Dunlap <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
-rw-r--r-- | arch/m68k/Kconfig.machine | 3 |
1 files changed, 2 insertions, 1 deletions
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 |