mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-raspberrypi-latest enable pcf2127 rtc driver
This commit is contained in:
parent
1aad04defd
commit
7a3a11f5c9
2 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ pkgname=('linux-raspberrypi-latest' 'linux-headers-raspberrypi-latest')
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.11
|
||||
pkgver=${_basekernel}.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
bfqver=v6r2
|
||||
uksmver="0.1.2.2"
|
||||
uksmname="v3.10"
|
||||
|
@ -30,7 +30,7 @@ source=('config'
|
|||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/${_basekernel}.0-${bfqver}/0002-block-introduce-the-BFQ-${bfqver}-I-O-sched-for-${_basekernel}.patch"
|
||||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/${_basekernel}.0-${bfqver}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-${bfqver}-for-${_basekernel}.0.patch")
|
||||
|
||||
md5sums=('0b102dd77d430a819e6547c5af4f1197'
|
||||
md5sums=('a4ad14279f2a92b1132df438ddfcf86f'
|
||||
'c0d63f4d42fd334bf31e4f749d4694f3'
|
||||
'd00814b57448895e65fbbc800e8a58ba'
|
||||
'9335d1263fd426215db69841a380ea26'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.11.1-1 Kernel Configuration
|
||||
# Linux/arm 3.11.1-2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -3147,7 +3147,7 @@ CONFIG_RTC_DRV_RS5C372=m
|
|||
CONFIG_RTC_DRV_ISL1208=m
|
||||
CONFIG_RTC_DRV_ISL12022=m
|
||||
CONFIG_RTC_DRV_X1205=m
|
||||
# CONFIG_RTC_DRV_PCF2127 is not set
|
||||
CONFIG_RTC_DRV_PCF2127=m
|
||||
CONFIG_RTC_DRV_PCF8523=m
|
||||
CONFIG_RTC_DRV_PCF8563=m
|
||||
CONFIG_RTC_DRV_PCF8583=m
|
||||
|
@ -3173,7 +3173,7 @@ CONFIG_RTC_DRV_R9701=m
|
|||
CONFIG_RTC_DRV_RS5C348=m
|
||||
CONFIG_RTC_DRV_DS3234=m
|
||||
CONFIG_RTC_DRV_PCF2123=m
|
||||
# CONFIG_RTC_DRV_RX4581 is not set
|
||||
CONFIG_RTC_DRV_RX4581=m
|
||||
|
||||
#
|
||||
# Platform RTC drivers
|
||||
|
|
Loading…
Reference in a new issue