commit | 7eb62cb7165791a9a98a2d498f88b0ef2192f4c9 | [log] [tgz] |
---|---|---|
author | Minda Chen <minda.chen@starfivetech.com> | Tue Jul 25 17:46:47 2023 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed Aug 02 11:02:32 2023 +0800 |
tree | 62b4e3429d2a024bcd619b4e7b4eda7f2f2271f2 | |
parent | 7755b2200777f72dca87dd169138e95f011bbcb9 [diff] |
i2c: designware: Add Kconfig for designware_i2c_pci.c As the Designware_i2c_pci.c uses ACPI APIs, If some SoCs (StarFive JH7110) contain Designware i2c and PCI but do not use ACPI, This file cannot be compiled. So add a new Kconfig for designware_i2c_pci.c, which depends on ACPIGEN Signed-off-by: Minda Chen <minda.chen@starfivetech.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>