diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2016-01-06 20:12:49 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-01-07 04:36:51 -0500 |
commit | 4afaee3c2b7fb49d3ec1bcd89c7b960b5ae646b3 (patch) | |
tree | 10f98d5824379a98f30c249ad3d0dd3fb8bcbcb4 | |
parent | a5ea13f025e7bf3bb280a22f5fe63b7159358932 (diff) |
Revert "pinctrl: qcom: make PMIC drivers bool"
This reverts commit bda7c4c2b9767ce2af4394754498662d62079af5.
These drivers build as modules now that we use
platform_irq_count() instead of of_irq_count().
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Andy Gross <andy.gross@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | drivers/pinctrl/qcom/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig index c658d9bce285..eeac8cba8a21 100644 --- a/drivers/pinctrl/qcom/Kconfig +++ b/drivers/pinctrl/qcom/Kconfig | |||
@@ -80,7 +80,7 @@ config PINCTRL_QDF2XXX | |||
80 | Qualcomm Technologies QDF2xxx SOCs. | 80 | Qualcomm Technologies QDF2xxx SOCs. |
81 | 81 | ||
82 | config PINCTRL_QCOM_SPMI_PMIC | 82 | config PINCTRL_QCOM_SPMI_PMIC |
83 | bool "Qualcomm SPMI PMIC pin controller driver" | 83 | tristate "Qualcomm SPMI PMIC pin controller driver" |
84 | depends on GPIOLIB && OF && SPMI | 84 | depends on GPIOLIB && OF && SPMI |
85 | select REGMAP_SPMI | 85 | select REGMAP_SPMI |
86 | select PINMUX | 86 | select PINMUX |
@@ -93,7 +93,7 @@ config PINCTRL_QCOM_SPMI_PMIC | |||
93 | devices are pm8841, pm8941 and pma8084. | 93 | devices are pm8841, pm8941 and pma8084. |
94 | 94 | ||
95 | config PINCTRL_QCOM_SSBI_PMIC | 95 | config PINCTRL_QCOM_SSBI_PMIC |
96 | bool "Qualcomm SSBI PMIC pin controller driver" | 96 | tristate "Qualcomm SSBI PMIC pin controller driver" |
97 | depends on GPIOLIB && OF | 97 | depends on GPIOLIB && OF |
98 | select PINMUX | 98 | select PINMUX |
99 | select PINCONF | 99 | select PINCONF |