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:
parent
46e021b56e
commit
4755d545a2
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue