On Sun, Dec 27, 2015 at 1:22 PM, Peter Robinson [off-list ref] wrote:
Add a dependency on the ARM64 Seatle SoC or generic x86 so we're not
prompted if we enable pinctrl for another platform.
Signed-off-by: Peter Robinson <redacted>
(...)
- depends on GPIOLIB
+ depends on GPIOLIB && (ARCH_SEATTLE || X86_GENERIC || COMPILE_TEST)
I suspect this should depend on X86 rather than X86_GENERIC
as Mika pointed out for patch #1 so waiting for a new version
of both patches.
Yours,
Linus Walleij