summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/devices/Kconfig
diff options
context:
space:
mode:
authorMarc Kleine-Budde2010-07-22 11:45:34 +0200
committerSascha Hauer2010-07-26 15:05:29 +0200
commit61c68502321d94a421f9a2a32f6789ecb27f382d (patch)
treef11a63bf01c5438d5c44deb14e45f38d85aec243 /arch/arm/plat-mxc/devices/Kconfig
parentmx35: add flexcan address (diff)
downloadkernel-qcow2-linux-61c68502321d94a421f9a2a32f6789ecb27f382d.tar.gz
kernel-qcow2-linux-61c68502321d94a421f9a2a32f6789ecb27f382d.tar.xz
kernel-qcow2-linux-61c68502321d94a421f9a2a32f6789ecb27f382d.zip
imx: dynamically register flexcan devices for mx25 and mx35
In order to make this patch compile, even if the flexcan driver with it's header defining the platform data isn't merged yet, two ifdefs have been added. They effect that the "imx_add_flexcan" function results in a no-op function if the driver hasn't been activated. These ifdefs can be removed after the flexcan driver has been merged. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/devices/Kconfig')
-rw-r--r--arch/arm/plat-mxc/devices/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/devices/Kconfig b/arch/arm/plat-mxc/devices/Kconfig
index 09230f8c802a..9ab784b776f9 100644
--- a/arch/arm/plat-mxc/devices/Kconfig
+++ b/arch/arm/plat-mxc/devices/Kconfig
@@ -1,3 +1,7 @@
+config IMX_HAVE_PLATFORM_FLEXCAN
+ select HAVE_CAN_FLEXCAN
+ bool
+
config IMX_HAVE_PLATFORM_IMX_I2C
bool