diff options
author | Philippe Mathieu-Daudé | 2019-12-31 19:32:15 +0100 |
---|---|---|
committer | Paolo Bonzini | 2020-01-07 12:08:39 +0100 |
commit | 7bebc358df4781b6133c0d21da80a50a63a1d31a (patch) | |
tree | 5e56cd8ddd980ab2fdce3d205d78b5155a21e7b0 /hw/sparc | |
parent | hw/nvram/Kconfig: Add an entry for the NMC93xx EEPROM (diff) | |
download | qemu-7bebc358df4781b6133c0d21da80a50a63a1d31a.tar.gz qemu-7bebc358df4781b6133c0d21da80a50a63a1d31a.tar.xz qemu-7bebc358df4781b6133c0d21da80a50a63a1d31a.zip |
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>
Diffstat (limited to 'hw/sparc')
-rw-r--r-- | hw/sparc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/sparc/Kconfig b/hw/sparc/Kconfig index 2a83a8010e..22aff2f5b7 100644 --- a/hw/sparc/Kconfig +++ b/hw/sparc/Kconfig @@ -12,6 +12,7 @@ config SUN4M select LANCE select M48T59 select STP2000 + select CHRP_NVRAM config LEON3 bool |