Re: [PATCH v5 2/2] gpio: gpio-cascade: add generic GPIO cascade
From: Mauri Sandberg <hidden>
Date: 2021-10-15 13:22:24
Also in:
linux-gpio, lkml
From: Mauri Sandberg <hidden>
Date: 2021-10-15 13:22:24
Also in:
linux-gpio, lkml
On 21.6.2021 20.43, Andy Shevchenko wrote:
quoted
+ gc->of_node = np;This should be guarded by CONFIG_OF_GPIO.
In the Kconfig I have a dependency to OF_GPIO. Is the guarding still necessary? Or should the guard be added and dependency removed? Or have them both?