summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2013-10-30 12:06:28 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-10-31 08:49:57 +0100
commit2733d47108b557e6b70c37eb8bf8d5adf5dee397 (patch)
tree71314285d89d62adeda4586891f4a6f660b9fad8 /drivers/pinctrl/Kconfig
parent77b93d7dfe7f09ab9d6649794d9ce72def9cefb3 (diff)
downloadbarebox-2733d47108b557e6b70c37eb8bf8d5adf5dee397.tar.gz
barebox-2733d47108b557e6b70c37eb8bf8d5adf5dee397.tar.xz
pinctrl: don't allow drivers to be selected by menuconfig user
There is no much sense in having the pinctrl drivers be user selectable as all arches using on of them already selects the right one. So to avoid presenting the user with the choice to enable unrelated pinctrl drivers or pushing lots of dependencies into the Kconfig just drop the configurability. Reported-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r--drivers/pinctrl/Kconfig12
1 files changed, 4 insertions, 8 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 0b859b8494..58397a0ac8 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -1,5 +1,3 @@
-menu "Pin controllers"
-
config PINCTRL
bool "Pin controller core support"
depends on OFDEVICE
@@ -10,25 +8,23 @@ config PINCTRL
support but instead provide their own SoC specific APIs
config PINCTRL_IMX_IOMUX_V1
- bool "i.MX iomux v1"
+ bool
help
This iomux controller is found on i.MX1,21,27.
config PINCTRL_IMX_IOMUX_V2
- bool "i.MX iomux v2"
+ bool
help
This iomux controller is found on i.MX31.
config PINCTRL_IMX_IOMUX_V3
select PINCTRL if OFDEVICE
- bool "i.MX iomux v3"
+ bool
help
This iomux controller is found on i.MX25,35,51,53,6.
config PINCTRL_TEGRA20
select PINCTRL
- bool "Tegra 20 pinmux"
+ bool
help
The pinmux controller found on the Tegra 20 line of SoCs.
-
-endmenu