diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-08-29 02:57:46 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-08-31 19:05:57 -0400 |
commit | 1c4fe3aa98aebdcc7406dbf6e54b7b1b125dbbf3 (patch) | |
tree | 499677deb135dfeee75a9d386216f36cb494c175 | |
parent | 3c7051d7cc136a6b0293f8e6960f7c61afd6ae08 (diff) |
gpio: Remove broken mark for da9052 gpio driver
The fix for MFD part is merged so remove the broken mark for da9052 gpio driver.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index b16c8a72a2e2..2f2a3b86b985 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -82,7 +82,7 @@ config GPIO_GENERIC | |||
82 | 82 | ||
83 | config GPIO_DA9052 | 83 | config GPIO_DA9052 |
84 | tristate "Dialog DA9052 GPIO" | 84 | tristate "Dialog DA9052 GPIO" |
85 | depends on PMIC_DA9052 && BROKEN | 85 | depends on PMIC_DA9052 |
86 | help | 86 | help |
87 | Say yes here to enable the GPIO driver for the DA9052 chip. | 87 | Say yes here to enable the GPIO driver for the DA9052 chip. |
88 | 88 | ||