kernel: revert [40784]

SVN-Revision: 42307
This commit is contained in:
Nicolas Thill 2014-08-27 08:49:55 +00:00
parent 1349ebb5ba
commit aee5d6ced5

View File

@ -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