Skip to content
Snippets Groups Projects
Commit c0624657 authored by Uwe Kleine-König's avatar Uwe Kleine-König
Browse files

ARM: mx3: enable SPI_IMX for better compile coverage


SPI_IMX defaults to m for i.MX machines.  So enabling SPI is enough.

Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
parent ad851bff
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,7 @@ CONFIG_SERIAL_IMX_CONSOLE=y
CONFIG_I2C=y
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_IMX=y
CONFIG_SPI=y
CONFIG_W1=y
CONFIG_W1_MASTER_MXC=y
CONFIG_W1_SLAVE_THERM=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment