diff options
author | Linus Walleij <[email protected]> | 2022-05-22 09:23:56 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2022-05-25 15:54:11 +0200 |
commit | 1a23accae82d780b5d5de6254d32c270aeb7f664 (patch) | |
tree | 1224ad55790fdb21ad55a11b4d73d6b8aebba571 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 23b44f9c649bbef10b45fa33080cd8b4166800ae (diff) |
ARM: ixp4xx: Consolidate Kconfig fixing issue
The IXP4xx Kconfig we ended up with for mach-ixp4xx creates
as kismet warning:
WARNING: unmet direct dependencies detected for GPIO_IXP4XX
Depends on [n]: GPIOLIB [=y] && HAS_IOMEM [=y] && ARCH_IXP4XX [=y] && OF [=n]
Selected by [y]:
- ARCH_IXP4XX [=y] && <choice>
This is because it is possible to select ARCH_IXP4XX witout
OF while that selects the GPIO driver that now depends on
OF.
Fix this by creating a single ARCH_IXP4XX kconfig that selects
USE_OF.
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Imre Kaloz <[email protected]>
Cc: Krzysztof Halasa <[email protected]>
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions