mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
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>
This commit is contained in:
parent
f6cf2eb8ec
commit
500a64d82b
5 changed files with 17 additions and 16 deletions
|
@ -14,7 +14,7 @@ config SMBUS_EEPROM
|
|||
bool
|
||||
select SMBUS
|
||||
|
||||
config VERSATILE_I2C
|
||||
config ARM_SBCON_I2C
|
||||
bool
|
||||
select BITBANG_I2C
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue