diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-02-15 11:11:17 -0500 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-02-24 04:07:04 -0500 |
commit | 220f7f307015e876a11bf906bf9d7fe669a097a1 (patch) | |
tree | 0110308dded661c8af19ecf20af664285b7ed4cd /arch/arm/plat-mxc | |
parent | a8e33260ce184aea367fa11ae8bd3ab941e75b49 (diff) |
arm/imx: don't depend on ARCH_MXC twice
MXC_IRQ_PRIOR, MXC_PWM and ARCH_HAS_RNGA are all defined in an "if
ARCH_MXC" ... "endif" block, so they depend on ARCH_MXC anyhow.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r-- | arch/arm/plat-mxc/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig index 55bfe61058d8..9c8d4e70c176 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig | |||
@@ -48,7 +48,6 @@ endmenu | |||
48 | 48 | ||
49 | config MXC_IRQ_PRIOR | 49 | config MXC_IRQ_PRIOR |
50 | bool "Use IRQ priority" | 50 | bool "Use IRQ priority" |
51 | depends on ARCH_MXC | ||
52 | help | 51 | help |
53 | Select this if you want to use prioritized IRQ handling. | 52 | Select this if you want to use prioritized IRQ handling. |
54 | This feature prevents higher priority ISR to be interrupted | 53 | This feature prevents higher priority ISR to be interrupted |
@@ -59,7 +58,6 @@ config MXC_IRQ_PRIOR | |||
59 | 58 | ||
60 | config MXC_PWM | 59 | config MXC_PWM |
61 | tristate "Enable PWM driver" | 60 | tristate "Enable PWM driver" |
62 | depends on ARCH_MXC | ||
63 | select HAVE_PWM | 61 | select HAVE_PWM |
64 | help | 62 | help |
65 | Enable support for the i.MX PWM controller(s). | 63 | Enable support for the i.MX PWM controller(s). |
@@ -69,7 +67,6 @@ config MXC_ULPI | |||
69 | 67 | ||
70 | config ARCH_HAS_RNGA | 68 | config ARCH_HAS_RNGA |
71 | bool | 69 | bool |
72 | depends on ARCH_MXC | ||
73 | 70 | ||
74 | config ARCH_MXC_IOMUX_V3 | 71 | config ARCH_MXC_IOMUX_V3 |
75 | bool | 72 | bool |