mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
hw/nvram/Kconfig: Restrict CHRP NVRAM to machines using OpenBIOS or SLOF
Only the OpenBIOS and SLOF firmwares use the CHRP NVRAM layout. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20191231183216.6781-14-philmd@redhat.com> Acked-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
3fd0305eaf
commit
7bebc358df
5 changed files with 8 additions and 1 deletions
|
@ -12,6 +12,7 @@ config SUN4M
|
|||
select LANCE
|
||||
select M48T59
|
||||
select STP2000
|
||||
select CHRP_NVRAM
|
||||
|
||||
config LEON3
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue