diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2025-01-24 09:39:19 +0100 |
---|---|---|
committer | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | 2025-02-01 10:44:06 +0100 |
commit | 909f3c55d887a9f9d4cd2762813cbfcaf640ec57 (patch) | |
tree | f48a9e1ded0ceafa5d712d74b2eba2e8c16b5be9 /drivers/pci/controller/pcie-xilinx-cpm.c | |
parent | 21bcc49974c2a45c6c5e8e5e500ce6642e4328f1 (diff) | |
download | linux-909f3c55d887a9f9d4cd2762813cbfcaf640ec57.tar.gz linux-909f3c55d887a9f9d4cd2762813cbfcaf640ec57.tar.bz2 linux-909f3c55d887a9f9d4cd2762813cbfcaf640ec57.zip |
sh: boards: Use imply to enable hardware with complex dependencies
If CONFIG_I2C=n:
WARNING: unmet direct dependencies detected for SND_SOC_AK4642
Depends on [n]: SOUND [=y] && SND [=y] && SND_SOC [=y] && I2C [=n]
Selected by [y]:
- SH_7724_SOLUTION_ENGINE [=y] && CPU_SUBTYPE_SH7724 [=y] && SND_SIMPLE_CARD [=y]
WARNING: unmet direct dependencies detected for SND_SOC_DA7210
Depends on [n]: SOUND [=y] && SND [=y] && SND_SOC [=y] && SND_SOC_I2C_AND_SPI [=n]
Selected by [y]:
- SH_ECOVEC [=y] && CPU_SUBTYPE_SH7724 [=y] && SND_SIMPLE_CARD [=y]
Fix this by replacing select by imply, instead of adding a dependency on
I2C.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202501240836.OvXqmANX-lkp@intel.com/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Diffstat (limited to 'drivers/pci/controller/pcie-xilinx-cpm.c')
0 files changed, 0 insertions, 0 deletions