mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-raspberrypi to 3.12.26-2
This commit is contained in:
parent
a2a6c36a67
commit
0f3e974d3b
2 changed files with 9 additions and 6 deletions
|
@ -4,12 +4,12 @@
|
|||
buildarch=18
|
||||
|
||||
pkgbase=linux-raspberrypi
|
||||
_commit=4ab8abbf53c043a84a6e64a1fa1f6e173ba1c168
|
||||
_commit=b65f7df60146ce8513ce64b9d7acd4a026878ee5
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=3.12.26
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('arm armv6h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -22,8 +22,8 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'imagetool-uncompressed.py'
|
||||
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver%.*}.x")
|
||||
|
||||
md5sums=('d447600072bc03283e655f188ee88114'
|
||||
'c319d13c852674f0ef31e5ad52e592d5'
|
||||
md5sums=('e03a4782c31237b19acc42e197d6c92e'
|
||||
'bdcc7c965ca519e7305ba7a1866b906d'
|
||||
'9335d1263fd426215db69841a380ea26'
|
||||
'a00e424e2fbb8c5a5f77ba2c4871bed4'
|
||||
'2f82dbe5752af65ff409d737caf11954'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.12.26-1 Kernel Configuration
|
||||
# Linux/arm 3.12.26-2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -3159,6 +3159,9 @@ CONFIG_MMC_SDHCI_PLTFM=y
|
|||
# CONFIG_MMC_SDHCI_PXAV2 is not set
|
||||
CONFIG_MMC_SDHCI_BCM2708=y
|
||||
CONFIG_MMC_SDHCI_BCM2708_DMA=y
|
||||
CONFIG_MMC_BCM2835=y
|
||||
CONFIG_MMC_BCM2835_DMA=y
|
||||
CONFIG_MMC_BCM2835_PIO_DMA_BARRIER=2
|
||||
CONFIG_MMC_SPI=m
|
||||
# CONFIG_MMC_DW is not set
|
||||
# CONFIG_MMC_VUB300 is not set
|
||||
|
@ -3306,7 +3309,7 @@ CONFIG_DMADEVICES=y
|
|||
# CONFIG_DW_DMAC is not set
|
||||
# CONFIG_TIMB_DMA is not set
|
||||
# CONFIG_PL330_DMA is not set
|
||||
CONFIG_DMA_BCM2708=m
|
||||
CONFIG_DMA_BCM2708=y
|
||||
CONFIG_DMA_ENGINE=y
|
||||
CONFIG_DMA_VIRTUAL_CHANNELS=m
|
||||
|
||||
|
|
Loading…
Reference in a new issue