diff options
| author | Sinan Kaya <[email protected]> | 2019-01-21 23:19:57 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2019-01-29 09:55:34 +0000 |
| commit | 9baddb61dfec0215da5d10a1d173790443e276c2 (patch) | |
| tree | dbc2513100d62eb9e5e831bcff3fc1a629f409e6 /tools/perf/util/c++/clang.cpp | |
| parent | Linux 5.0-rc4 (diff) | |
| download | kernel-9baddb61dfec0215da5d10a1d173790443e276c2.tar.gz kernel-9baddb61dfec0215da5d10a1d173790443e276c2.zip | |
mfd: Fix unmet dependency warning for MFD_TPS68470
After commit 5d32a66541c4 ("PCI/ACPI: Allow ACPI to be built without
CONFIG_PCI set") dependencies on CONFIG_PCI that previously were
satisfied implicitly through dependencies on CONFIG_ACPI have to be
specified directly.
WARNING: unmet direct dependencies detected for I2C_DESIGNWARE_PLATFORM
Depends on [n]: I2C [=y] && HAS_IOMEM [=y] && (ACPI [=y] && COMMON_CLK [=n] || !ACPI [=y])
Selected by [y]:
- MFD_TPS68470 [=y] && HAS_IOMEM [=y] && ACPI [=y] && I2C [=y]=y
MFD_TPS68470 is an ACPI only device and selects I2C_DESIGNWARE_PLATFORM.
I2C_DESIGNWARE_PLATFORM does not have any configuration today for ACPI
support without CONFIG_PCI set.
For sake of a quick fix this introduces a new mandatory dependency to
the driver which may survive without it. Otherwise we need to revisit
the driver architecture to address this properly.
Fixes: 5d32a66541c46 ("PCI/ACPI: Allow ACPI to be built without CONFIG_PCI set")
Signed-off-by: Sinan Kaya <[email protected]>
Acked-by: Lee Jones <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'tools/perf/util/c++/clang.cpp')
0 files changed, 0 insertions, 0 deletions
