aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/Kconfig
diff options
context:
space:
mode:
authorHao Wu <wuhaotsh@google.com>2021-02-10 14:04:24 -0800
committerPeter Maydell <peter.maydell@linaro.org>2021-02-16 13:50:38 +0000
commit2ef1e0d7dc4bf1bede368807dd9ea4038262a2b1 (patch)
tree80e5a5e9a07f05570334ceda2555f5d600ed95d6 /hw/arm/Kconfig
parent86248f533e51e607236359203fd98be7cee25d63 (diff)
downloadqemu-2ef1e0d7dc4bf1bede368807dd9ea4038262a2b1.zip
qemu-2ef1e0d7dc4bf1bede368807dd9ea4038262a2b1.tar.gz
qemu-2ef1e0d7dc4bf1bede368807dd9ea4038262a2b1.tar.bz2
hw/arm: Add I2C sensors and EEPROM for GSJ machine
Add AT24 EEPROM and temperature sensors for GSJ machine. Reviewed-by: Doug Evans<dje@google.com> Reviewed-by: Tyrong Ting<kfting@nuvoton.com> Signed-off-by: Hao Wu <wuhaotsh@google.com> Message-id: 20210210220426.3577804-4-wuhaotsh@google.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/Kconfig')
-rw-r--r--hw/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index be017b9..4e6f4ff 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -370,6 +370,7 @@ config NPCM7XX
bool
select A9MPCORE
select ARM_GIC
+ select AT24C # EEPROM
select PL310 # cache controller
select SERIAL
select SSI