diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2012-12-27 10:13:24 -0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-01-18 16:10:55 +0100 |
commit | f9925b5f681d16a831210f00daedf8e9105073f4 (patch) | |
tree | 1451e87337ec322399443b962899c500b6f569e8 /drivers/pinctrl | |
parent | 9931faca02c604c22335f5a935a501bb2ace6e20 (diff) | |
download | op-kernel-dev-f9925b5f681d16a831210f00daedf8e9105073f4.zip op-kernel-dev-f9925b5f681d16a831210f00daedf8e9105073f4.tar.gz |
pinctrl: samsung: removing duplicated condition for PINCTRL_SAMSUNG
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>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r-- | drivers/pinctrl/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index c31aeb0..efaecef 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -181,7 +181,6 @@ config PINCTRL_COH901 config PINCTRL_SAMSUNG bool - depends on OF && GPIOLIB select PINMUX select PINCONF |