Skip to content

Commit

Permalink
arm/imx: don't depend on ARCH_MXC twice
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Uwe Kleine-König committed Feb 24, 2010
1 parent a8e3326 commit 220f7f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/arm/plat-mxc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ endmenu

config MXC_IRQ_PRIOR
bool "Use IRQ priority"
depends on ARCH_MXC
help
Select this if you want to use prioritized IRQ handling.
This feature prevents higher priority ISR to be interrupted
Expand All @@ -59,7 +58,6 @@ config MXC_IRQ_PRIOR

config MXC_PWM
tristate "Enable PWM driver"
depends on ARCH_MXC
select HAVE_PWM
help
Enable support for the i.MX PWM controller(s).
Expand All @@ -69,7 +67,6 @@ config MXC_ULPI

config ARCH_HAS_RNGA
bool
depends on ARCH_MXC

config ARCH_MXC_IOMUX_V3
bool
Expand Down

0 comments on commit 220f7f3

Please sign in to comment.