defconfig: Enable SPIDEV feature

Enable the SPIDEV feature which allows userspace to talk to the
SPI framework directly.

Change-Id: I526f8763878378a7263633f98cebcb50bb829527
This commit is contained in:
Girish Mahadevan 2016-02-18 13:36:14 -07:00 committed by David Keitel
parent 46e021b56e
commit 4755d545a2
2 changed files with 2 additions and 0 deletions

View file

@ -130,6 +130,7 @@ CONFIG_SPI=y
CONFIG_SPI_PL022=y
CONFIG_SPI_QUP=y
CONFIG_SPMI=y
CONFIG_SPI_SPIDEV=y
CONFIG_PINCTRL_MSM8996=y
CONFIG_GPIOLIB=y
CONFIG_GPIO_SYSFS=y

View file

@ -127,6 +127,7 @@ CONFIG_I2C_MSM_V2=y
CONFIG_SPI=y
CONFIG_SPI_PL022=y
CONFIG_SPI_QUP=y
CONFIG_SPI_SPIDEV=y
CONFIG_SPMI=y
CONFIG_PINCTRL_MSM8996=y
CONFIG_GPIOLIB=y