diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-02-21 19:55:22 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-03-06 16:18:42 +0100 |
commit | 475e70bde6cbde2d38d612b19107229a4ff42f11 (patch) | |
tree | f9babb3a536efa530b9c33ec8e7ebdfe888ab291 /hw/block/Kconfig | |
parent | 25e79527a882eebdbbe8b7408d17f81a29de7d4b (diff) |
hw/block: Introduce TC58128 eeprom Kconfig entry
Add more fine-grained selection by adding a CONFIG_TC58128
selector for the TC58128 eeprom.
As this device is only used by the Shix machine, add an entry
to the proper section in MAINTAINERS.
Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20210222141514.2646278-7-f4bug@amsat.org>
Diffstat (limited to 'hw/block/Kconfig')
-rw-r--r-- | hw/block/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/block/Kconfig b/hw/block/Kconfig index 2d17f481ad..4fcd152166 100644 --- a/hw/block/Kconfig +++ b/hw/block/Kconfig @@ -22,6 +22,9 @@ config ECC config ONENAND bool +config TC58128 + bool + config NVME_PCI bool default y if PCI_DEVICES |