diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-25 11:58:15 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-01 14:19:59 +0100 |
commit | 2301dfa7be2cb3e6bdd07cc1cb349b5853c4d5ee (patch) | |
tree | 5360130c97dfdc2f602cee2bd2af72854ccc05ca /arch/arm/mach-mxs/Kconfig | |
parent | 78159566b7ec120a1020cfc9469ac526bdd05387 (diff) |
ARM: mxs: Add pwm clocks and device registration
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxs/Kconfig')
-rw-r--r-- | arch/arm/mach-mxs/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig index 55bf075add9..836cc81a63a 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig @@ -8,10 +8,12 @@ config MXS_OCOTP config SOC_IMX23 bool select CPU_ARM926T + select HAVE_PWM config SOC_IMX28 bool select CPU_ARM926T + select HAVE_PWM comment "MXS platforms:" |