This is a follow-up patch series to address review feedback on the QCS615 pinctrl driver addition: https://lore.kernel.org/u-boot/[email protected]/
During review, it was suggested that all Qualcomm pinctrl drivers should be enabled by default based on a condition, rather than requiring manual enablement in defconfig files. This series implements that suggestion by: 1. Adding 'default y if PINCTRL_QCOM_GENERIC' to all qualcomm pinctrl drivers in the Kconfig 2. Removing the now-redundant explicit pinctrl driver selections from qcom_defconfig & enabling PINCTRL_QCOM_GENERIC config Signed-off-by: Aswin Murugan <[email protected]> --- Changes in v2: - As per review comments made default y for pinctrl drivers based on PINCTRL_QCOM_GENERIC config 'default y if PINCTRL_QCOM_GENERIC' - Link to v1: https://lore.kernel.org/u-boot/[email protected]/ --- Aswin Murugan (2): pinctrl: qcom: add PINCTRL_QCOM_GENERIC to enable all drivers by default qcom_defconfig: Remove redundant pinctrl driver selections configs/qcom_defconfig | 19 +------------------ drivers/pinctrl/qcom/Kconfig | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 18 deletions(-) -- 2.34.1

