diff options
author | Laurent Vivier <laurent@vivier.eu> | 2021-03-12 22:41:44 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2021-03-15 21:02:57 +0100 |
commit | 0791bc02b8fbf9d55626b57f45255ba1b6ea83d5 (patch) | |
tree | ac7d6fdf6f66a3843ffbb057c7facc08554cbe3a /hw/misc/Kconfig | |
parent | 2fde99ee3120416251922282c364833473135765 (diff) |
m68k: add a system controller
Add a system controller for the m68k-virt machine.
This controller allows the kernel to power off or reset the machine.
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210312214145.2936082-5-laurent@vivier.eu>
Diffstat (limited to 'hw/misc/Kconfig')
-rw-r--r-- | hw/misc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/misc/Kconfig b/hw/misc/Kconfig index 5426b9b1a1..c71ed25820 100644 --- a/hw/misc/Kconfig +++ b/hw/misc/Kconfig @@ -183,4 +183,7 @@ config SIFIVE_U_OTP config SIFIVE_U_PRCI bool +config VIRT_CTRL + bool + source macio/Kconfig |