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/sh4 | |
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/sh4')
-rw-r--r-- | hw/sh4/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/sh4/Kconfig b/hw/sh4/Kconfig index e569470a61..34c01dadde 100644 --- a/hw/sh4/Kconfig +++ b/hw/sh4/Kconfig @@ -16,6 +16,7 @@ config SHIX bool select SH7750 select SH4 + select TC58128 config SH7750 bool |