diff options
author | Sachin Kamat <sachin.kamat@samsung.com> | 2014-07-10 08:03:27 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-07-11 08:08:40 -0400 |
commit | ebe629a39e04db3fe876d34833a2d8a6a6d4c134 (patch) | |
tree | dbb281b9016b9a7d6f63c76bc9c1efdfb09d0a69 /drivers/pinctrl/Kconfig | |
parent | aef1d0003d8c9f913fd66a0e06aeb292b29ab6dd (diff) |
pinctrl: samsung: Group all drivers in a sub-dir
Group all pin control drivers of Samsung platform together in
a sub-directory for easy maintenance.
Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r-- | drivers/pinctrl/Kconfig | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index e2c7e09783fa..53e07c70951f 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig | |||
@@ -332,22 +332,6 @@ config PINCTRL_COH901 | |||
332 | COH 901 335 and COH 901 571/3. They contain 3, 5 or 7 | 332 | COH 901 335 and COH 901 571/3. They contain 3, 5 or 7 |
333 | ports of 8 GPIO pins each. | 333 | ports of 8 GPIO pins each. |
334 | 334 | ||
335 | config PINCTRL_SAMSUNG | ||
336 | bool | ||
337 | select PINMUX | ||
338 | select PINCONF | ||
339 | |||
340 | config PINCTRL_EXYNOS | ||
341 | bool "Pinctrl driver data for Samsung EXYNOS SoCs other than 5440" | ||
342 | depends on OF && GPIOLIB && (ARCH_EXYNOS || ARCH_S5PV210) | ||
343 | select PINCTRL_SAMSUNG | ||
344 | |||
345 | config PINCTRL_EXYNOS5440 | ||
346 | bool "Samsung EXYNOS5440 SoC pinctrl driver" | ||
347 | depends on SOC_EXYNOS5440 | ||
348 | select PINMUX | ||
349 | select PINCONF | ||
350 | |||
351 | config PINCTRL_PALMAS | 335 | config PINCTRL_PALMAS |
352 | bool "Pinctrl driver for the PALMAS Series MFD devices" | 336 | bool "Pinctrl driver for the PALMAS Series MFD devices" |
353 | depends on OF && MFD_PALMAS | 337 | depends on OF && MFD_PALMAS |
@@ -359,19 +343,10 @@ config PINCTRL_PALMAS | |||
359 | open drain configuration for the Palmas series devices like | 343 | open drain configuration for the Palmas series devices like |
360 | TPS65913, TPS80036 etc. | 344 | TPS65913, TPS80036 etc. |
361 | 345 | ||
362 | config PINCTRL_S3C24XX | ||
363 | bool "Samsung S3C24XX SoC pinctrl driver" | ||
364 | depends on ARCH_S3C24XX | ||
365 | select PINCTRL_SAMSUNG | ||
366 | |||
367 | config PINCTRL_S3C64XX | ||
368 | bool "Samsung S3C64XX SoC pinctrl driver" | ||
369 | depends on ARCH_S3C64XX | ||
370 | select PINCTRL_SAMSUNG | ||
371 | |||
372 | source "drivers/pinctrl/berlin/Kconfig" | 346 | source "drivers/pinctrl/berlin/Kconfig" |
373 | source "drivers/pinctrl/mvebu/Kconfig" | 347 | source "drivers/pinctrl/mvebu/Kconfig" |
374 | source "drivers/pinctrl/qcom/Kconfig" | 348 | source "drivers/pinctrl/qcom/Kconfig" |
349 | source "drivers/pinctrl/samsung/Kconfig" | ||
375 | source "drivers/pinctrl/sh-pfc/Kconfig" | 350 | source "drivers/pinctrl/sh-pfc/Kconfig" |
376 | source "drivers/pinctrl/spear/Kconfig" | 351 | source "drivers/pinctrl/spear/Kconfig" |
377 | source "drivers/pinctrl/sunxi/Kconfig" | 352 | source "drivers/pinctrl/sunxi/Kconfig" |