diff options
author | Marc Kleine-Budde <mkl@pengutronix.de> | 2012-07-02 11:03:01 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-03 13:22:36 +0800 |
commit | e1d4f23ec0688f58b7d60265f38e1cbe8c3a4432 (patch) | |
tree | 7669c1dbc306aeb0fdc90bfc9e04957744d136e9 /arch | |
parent | f34ffc9efc9f916c2594c6e86e813acacbd7572f (diff) | |
download | blackbird-obmc-linux-e1d4f23ec0688f58b7d60265f38e1cbe8c3a4432.tar.gz blackbird-obmc-linux-e1d4f23ec0688f58b7d60265f38e1cbe8c3a4432.zip |
ARM: mxs: enable flexcan on imx28
As the flexcan driver has DT binding for some time now. This patch makes
the flexcan driver available in the can drivers menu if a SOC with flexcan
is enabled.
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-mxs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig index 91cf0625819c..ccdf83b17cf1 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig @@ -16,6 +16,7 @@ config SOC_IMX28 bool select ARM_AMBA select CPU_ARM926T + select HAVE_CAN_FLEXCAN if CAN select HAVE_PWM select PINCTRL_IMX28 |