kernel: revert [40784]
SVN-Revision: 42307
This commit is contained in:
parent
1349ebb5ba
commit
aee5d6ced5
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ $(eval $(call KernelPackage,spi-gpio))
|
|||
define KernelPackage/spi-dev
|
||||
SUBMENU:=$(SPI_MENU)
|
||||
TITLE:=User mode SPI device driver
|
||||
KCONFIG:=CONFIG_SPI_SPIDEV=y \
|
||||
KCONFIG:=CONFIG_SPI_SPIDEV \
|
||||
CONFIG_SPI=y \
|
||||
CONFIG_SPI_MASTER=y
|
||||
FILES:=$(LINUX_DIR)/drivers/spi/spidev.ko
|
||||
|
|
Loading…
Reference in a new issue