summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig7
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp_3.2.bb2
2 files changed, 6 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig b/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig
index 07b9987e..c5b80d17 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig
@@ -1,6 +1,6 @@
1# 1#
2# Automatically generated file; DO NOT EDIT. 2# Automatically generated file; DO NOT EDIT.
3# Linux/arm 3.2.0 Kernel Configuration 3# Linux/arm 3.2.6 Kernel Configuration
4# 4#
5CONFIG_ARM=y 5CONFIG_ARM=y
6CONFIG_HAVE_PWM=y 6CONFIG_HAVE_PWM=y
@@ -2894,7 +2894,10 @@ CONFIG_RTC_DRV_TWL4030=y
2894CONFIG_RTC_DRV_OMAP=y 2894CONFIG_RTC_DRV_OMAP=y
2895# CONFIG_DMADEVICES is not set 2895# CONFIG_DMADEVICES is not set
2896# CONFIG_AUXDISPLAY is not set 2896# CONFIG_AUXDISPLAY is not set
2897# CONFIG_UIO is not set 2897CONFIG_UIO=m
2898CONFIG_UIO_PDRV=m
2899CONFIG_UIO_PDRV_GENIRQ=m
2900CONFIG_UIO_PRUSS=m
2898CONFIG_VIRTIO=m 2901CONFIG_VIRTIO=m
2899CONFIG_VIRTIO_RING=m 2902CONFIG_VIRTIO_RING=m
2900 2903
diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.2.bb b/recipes-kernel/linux/linux-ti33x-psp_3.2.bb
index 42a606d2..36df3e6e 100644
--- a/recipes-kernel/linux/linux-ti33x-psp_3.2.bb
+++ b/recipes-kernel/linux/linux-ti33x-psp_3.2.bb
@@ -11,7 +11,7 @@ MULTI_CONFIG_BASE_SUFFIX = ""
11 11
12BRANCH = "v3.2-staging" 12BRANCH = "v3.2-staging"
13SRCREV = "09e9651bcf2ee8d86685f2a8075bc6557b1d3b91" 13SRCREV = "09e9651bcf2ee8d86685f2a8075bc6557b1d3b91"
14MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}" 14MACHINE_KERNEL_PR_append = "c+gitr${SRCREV}"
15 15
16COMPATIBLE_MACHINE = "(ti33x)" 16COMPATIBLE_MACHINE = "(ti33x)"
17 17