forked from luck/tmp_suning_uos_patched
61c6850232
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>
16 lines
226 B
Plaintext
16 lines
226 B
Plaintext
config IMX_HAVE_PLATFORM_FLEXCAN
|
|
select HAVE_CAN_FLEXCAN
|
|
bool
|
|
|
|
config IMX_HAVE_PLATFORM_IMX_I2C
|
|
bool
|
|
|
|
config IMX_HAVE_PLATFORM_IMX_UART
|
|
bool
|
|
|
|
config IMX_HAVE_PLATFORM_MXC_NAND
|
|
bool
|
|
|
|
config IMX_HAVE_PLATFORM_SPI_IMX
|
|
bool
|