Skip to content
Snippets Groups Projects
Commit 1f9fffaf authored by Dmitry Petrov's avatar Dmitry Petrov
Browse files

seco-mx6:defconfig: Enable SPIDEV and SPIDEVAS


Enable spidev drivers to support BLE modules on SANTVEND boards.

Depending on the revision of hardware, different drivers should be used:
- in case of v1.2 revision, it is equipped with ISP091201 BLE module
which is governed by special "spidevas" driver which implements its own
chip select handling.
- in case of v1.3 revision, it is equipped with Protues-III BLE module,
which is governed by standard "spidev" driver.

It was decided to build the "spidevas" driver as a kernel module.

Signed-off-by: default avatarDmitry Petrov <dmitry.petrov@rtsoft.de>
parent 6a6a1905
No related branches found
No related tags found
1 merge request!346seco-mx6:defconfig: Enable SPIDEV and SPIDEVAS
Pipeline #51337 passed with stage
in 29 seconds
......@@ -374,6 +374,8 @@ CONFIG_SPI_FSL_DSPI=y
CONFIG_SPI_FSL_QUADSPI=y
CONFIG_SPI_GPIO=y
CONFIG_SPI_IMX=y
CONFIG_SPI_SPIDEVAS=m
CONFIG_SPI_SPIDEV=y
CONFIG_SPI=y
# CONFIG_STACKPROTECTOR_PER_TASK is not set
CONFIG_STAGING_MEDIA=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