diff options
author | Patrick Leis <venture@google.com> | 2024-10-28 18:14:20 +0000 |
---|---|---|
committer | Cédric Le Goater <clg@redhat.com> | 2024-11-04 11:33:13 +0100 |
commit | deb771d8f3b3e3721d45ad51b6c3364b907ce891 (patch) | |
tree | e0750a78694a7f49e6934c3101e39f71fce80337 | |
parent | 92ec7805190313c9e628f8fc4eb4f932c15247bd (diff) |
hw/arm: enable at24c with aspeed
Enable AT24C with ASPEED in the KConfig because the boards build this
device.
Signed-off-by: Patrick Leis <venture@google.com>
Reviewed-by: Hao Wu <wuhaotsh@google.com>
Reviewed-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
-rw-r--r-- | hw/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index e7fd9338d1..1b25e73578 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -539,6 +539,7 @@ config ASPEED_SOC select PMBUS select MAX31785 select FSI_APB2OPB_ASPEED + select AT24C config MPS2 bool |