From cd9465ea2032eadd9cf73a7276ad9351a0b64dc3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 8 Apr 2012 19:52:25 +0200 Subject: [PATCH] kernel-snapshot: update to 3.4.0-rc2. --- srcpkgs/kernel-snapshot/files/x86_64-dotconfig | 12 ++++++++++-- srcpkgs/kernel-snapshot/template | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/srcpkgs/kernel-snapshot/files/x86_64-dotconfig b/srcpkgs/kernel-snapshot/files/x86_64-dotconfig index e414c560bbe..ecc095d4680 100644 --- a/srcpkgs/kernel-snapshot/files/x86_64-dotconfig +++ b/srcpkgs/kernel-snapshot/files/x86_64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 3.4.0-rc1 Kernel Configuration +# Linux/x86_64 3.4.0-rc2 Kernel Configuration # CONFIG_64BIT=y # CONFIG_X86_32 is not set @@ -1275,7 +1275,7 @@ CONFIG_REGMAP=y CONFIG_REGMAP_I2C=m CONFIG_REGMAP_SPI=y CONFIG_REGMAP_IRQ=y -# CONFIG_DMA_SHARED_BUFFER is not set +CONFIG_DMA_SHARED_BUFFER=y CONFIG_CONNECTOR=m CONFIG_MTD=m # CONFIG_MTD_TESTS is not set @@ -2689,6 +2689,13 @@ CONFIG_SPI_DW_MID_DMA=y # CONFIG_SPI_SPIDEV=m CONFIG_SPI_TLE62X0=m +CONFIG_HSI=m +CONFIG_HSI_BOARDINFO=y + +# +# HSI clients +# +CONFIG_HSI_CHAR=m # # PPS support @@ -3855,6 +3862,7 @@ CONFIG_BACKLIGHT_CLASS_DEVICE=m CONFIG_BACKLIGHT_GENERIC=m CONFIG_BACKLIGHT_PROGEAR=m CONFIG_BACKLIGHT_CARILLO_RANCH=m +CONFIG_BACKLIGHT_DA9052=m CONFIG_BACKLIGHT_APPLE=m CONFIG_BACKLIGHT_SAHARA=m # CONFIG_BACKLIGHT_WM831X is not set diff --git a/srcpkgs/kernel-snapshot/template b/srcpkgs/kernel-snapshot/template index 39388fbb3e2..f485a7de7aa 100644 --- a/srcpkgs/kernel-snapshot/template +++ b/srcpkgs/kernel-snapshot/template @@ -2,7 +2,7 @@ # _kmajor=3.4 _kminor=0 -_kpatch=rc1 +_kpatch=rc2 pkgname=kernel-snapshot version=${_kmajor}.${_kminor}${_kpatch} @@ -15,7 +15,7 @@ short_desc="The Linux kernel and modules (testing snapshot)" long_desc=" This package provides the linux kernel image and associated modules for the testing kernel (future stable releases)." -checksum=3637563483b5c3ab383d454bde85dec29f533657ae4ff3af7d4fb23388fb4be8 +checksum=021a7cee65ab30d371fddb666419bb7350a98d4fa3161ffd24c36fd0d2994f94 subpackages="kernel-snapshot-headers" triggers="kernel-hooks"