Skip to content

Commit

Permalink
pinctrl: samsung: removing duplicated condition for PINCTRL_SAMSUNG
Browse files Browse the repository at this point in the history
Now, PINCTRL_SAMSUNG should be enabled with PINCTRL_EXYNOS so we don't
need to add 'depends on' condition already added in PINCTRL_EXYNOS.

Cc: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Kukjin Kim authored and Linus Walleij committed Jan 18, 2013
1 parent 9931fac commit f9925b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/pinctrl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ config PINCTRL_COH901

config PINCTRL_SAMSUNG
bool
depends on OF && GPIOLIB
select PINMUX
select PINCONF

Expand Down

0 comments on commit f9925b5

Please sign in to comment.