On Thu, Jun 1, 2023 at 5:21 PM Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote: > In menuconfig, some entries depending on PINCTRL_MSM are indented and > expressed as dependening but some not, because of other Kconfig entries > in between, > > Move all main Qualcomm SoC pin controller driver entries into new > Kconfig.msm file so they will be nicely ordered in Kconfig file (by > CONFIG_ name) and properly indented as PINCTRL_MSM dependency in > menuconfig. > > Functionally this is the same, but since entire file is guarded with "if > PINCTRL_MSM" drop this dependency from individual entries. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> This makes things look much better. Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Yours, Linus Walleij