Re: [PATCH RESEND 2/4] drm/panel: Clean up S6E3FC2X01 config dependencies
Neil Armstrong <[email protected]>
| Newsgroups | org.kernel.vger.phone-devel,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel |
|---|---|
| Organization | Linaro |
| Message-ID | <[email protected]> |
On 4/25/26 16:57, David Heidelberg wrote: > ... >>> tristate "Samsung S6E3FC2X01 DSI panel controller" >>> - depends on OF >>> + depends on OF && GPIOLIB >> >> Why OF && GPIOLIB and not on separate depends ? > > No particular reason, is the multi-line syntax preferred? Since OF & GPIOLIB are not strictly related, yeah please split them Thanks, Neil > > David