diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-01-10 09:25:08 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-01-23 13:32:38 +0000 |
commit | 500a64d82b4cb533bcacaaadcf998c906e52a80a (patch) | |
tree | f5265e6fce2f79109e99c580a974588fab6055ab /hw/arm/Kconfig | |
parent | f6cf2eb8ec6d2d2e3e5fd51147079228c65833bd (diff) | |
download | qemu-500a64d82b4cb533bcacaaadcf998c906e52a80a.zip qemu-500a64d82b4cb533bcacaaadcf998c906e52a80a.tar.gz qemu-500a64d82b4cb533bcacaaadcf998c906e52a80a.tar.bz2 |
hw/i2c/versatile_i2c: Rename versatile_i2c -> arm_sbcon_i2c
This device model started with the Versatile board, named
TYPE_VERSATILE_I2C, then ended up renamed TYPE_ARM_SBCON_I2C
as per the official "ARM SBCon two-wire serial bus interface"
description from:
https://developer.arm.com/documentation/dui0440/b/programmer-s-reference/two-wire-serial-bus-interface--sbcon
Use the latter name as a better description.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230110082508.24038-6-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/Kconfig')
-rw-r--r-- | hw/arm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 19d6b9d..2d157de 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -211,7 +211,7 @@ config REALVIEW select PL110 select PL181 # display select PL310 # cache controller - select VERSATILE_I2C + select ARM_SBCON_I2C select DS1338 # I2C RTC+NVRAM select USB_OHCI @@ -481,7 +481,7 @@ config MPS2 select SPLIT_IRQ select UNIMP select CMSDK_APB_WATCHDOG - select VERSATILE_I2C + select ARM_SBCON_I2C config FSL_IMX7 bool |