mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Merge pull request #1092 from crazystick/imx6-cubox-add-spidev
core/linux-imx6-cubox-dt Enable spidev kernel module
This commit is contained in:
commit
2d6413de48
2 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ _srcname=linux-imx6-3.14-${_commit}
|
||||||
_kernelname=${pkgname#linux}
|
_kernelname=${pkgname#linux}
|
||||||
_basekernel=3.14
|
_basekernel=3.14
|
||||||
pkgver=${_basekernel}.32
|
pkgver=${_basekernel}.32
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
cryptodev_commit=6aa62a2c320b04f55fdfe0ed015c3d9b48997239
|
cryptodev_commit=6aa62a2c320b04f55fdfe0ed015c3d9b48997239
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -36,7 +36,7 @@ md5sums=('d4c399933152f8f56378d67d7462cced'
|
||||||
'ddf7876487c876f6676ef0e050e9d204'
|
'ddf7876487c876f6676ef0e050e9d204'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'1b276abe16d14e133f3f28d9c9e6bd68'
|
'1b276abe16d14e133f3f28d9c9e6bd68'
|
||||||
'8fb83f618262a84164b5604b7386cbc3'
|
'5315fab8f481b34a2ed6abe5d27035ca'
|
||||||
'8bf79a580704e8dab806f58043720a90'
|
'8bf79a580704e8dab806f58043720a90'
|
||||||
'6391a74bf1d451b74df6f189a25cf642'
|
'6391a74bf1d451b74df6f189a25cf642'
|
||||||
'a70798b63a0e7c3fb50a57ea1815d353')
|
'a70798b63a0e7c3fb50a57ea1815d353')
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm 3.14.27-2 Kernel Configuration
|
# Linux/arm 3.14.32-2 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_MIGHT_HAVE_PCI=y
|
CONFIG_MIGHT_HAVE_PCI=y
|
||||||
|
@ -2882,7 +2882,7 @@ CONFIG_SPI_IMX=y
|
||||||
#
|
#
|
||||||
# SPI Protocol Masters
|
# SPI Protocol Masters
|
||||||
#
|
#
|
||||||
# CONFIG_SPI_SPIDEV is not set
|
CONFIG_SPI_SPIDEV=m
|
||||||
# CONFIG_SPI_TLE62X0 is not set
|
# CONFIG_SPI_TLE62X0 is not set
|
||||||
# CONFIG_HSI is not set
|
# CONFIG_HSI is not set
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue