Re: [PATCH] pinctrl: amd: Add ACPI dependency

2020-05-16 Thread Linus Walleij
On Thu, May 7, 2020 at 1:37 PM Geert Uytterhoeven wrote: > Currently the AMD pin controller driver supports ACPI platform only. > Make the PINCTRL_AMD config symbol depend on ACPI, to avoid asking the > user about it when configuring a kernel without ACPI support. > > Signed-off-by: Geert Uytterh

[PATCH] pinctrl: amd: Add ACPI dependency

2020-05-07 Thread Geert Uytterhoeven
Currently the AMD pin controller driver supports ACPI platform only. Make the PINCTRL_AMD config symbol depend on ACPI, to avoid asking the user about it when configuring a kernel without ACPI support. Signed-off-by: Geert Uytterhoeven --- drivers/pinctrl/Kconfig | 1 + 1 file changed, 1 inserti