mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
hw/mips: Implement fw_cfg_arch_key_name()
Implement fw_cfg_arch_key_name(), which returns the name of a mips-specific key. Co-developed-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Huacai Chen <chenhuacai@kernel.org> Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <1600742967-12933-7-git-send-email-chenhc@lemote.com> [PMD: Add FW_CFG_MIPS Kconfig selector] Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
dea9633232
commit
313d1e910a
4 changed files with 58 additions and 0 deletions
|
@ -38,3 +38,6 @@ config MIPS_CPS
|
|||
|
||||
config MIPS_BOSTON
|
||||
bool
|
||||
|
||||
config FW_CFG_MIPS
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue