add autoload for spi-ks8995
SVN-Revision: 12419
This commit is contained in:
parent
4ac7d33b7a
commit
5f30b3de44
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ define KernelPackage/spi-ks8995
|
|||
FILES:=$(PKG_BUILD_DIR)/spi_ks8995.$(LINUX_KMOD_SUFFIX)
|
||||
KCONFIG:=CONFIG_SPI=y \
|
||||
CONFIG_SPI_MASTER=y
|
||||
AUTOLOAD:=$(call AutoLoad,50,spi_ks8995)
|
||||
endef
|
||||
|
||||
define KernelPackage/spi-ks8995/description
|
||||
|
|
Loading…
Reference in a new issue