From 7657df6284cd503d973518a291c72cbd7cf6e4c0 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 21 Feb 2012 16:24:07 +0100 Subject: [PATCH] linux-ti33x-psp 3.2: enable PRU support for beaglebone Signed-off-by: Koen Kooi Signed-off-by: Denys Dmytriyenko --- .../linux/linux-ti33x-psp-3.2/beaglebone/defconfig | 7 +++++-- recipes-kernel/linux/linux-ti33x-psp_3.2.bb | 2 +- 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 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 3.2.0 Kernel Configuration +# Linux/arm 3.2.6 Kernel Configuration # CONFIG_ARM=y CONFIG_HAVE_PWM=y @@ -2894,7 +2894,10 @@ CONFIG_RTC_DRV_TWL4030=y CONFIG_RTC_DRV_OMAP=y # CONFIG_DMADEVICES is not set # CONFIG_AUXDISPLAY is not set -# CONFIG_UIO is not set +CONFIG_UIO=m +CONFIG_UIO_PDRV=m +CONFIG_UIO_PDRV_GENIRQ=m +CONFIG_UIO_PRUSS=m CONFIG_VIRTIO=m CONFIG_VIRTIO_RING=m 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 = "" BRANCH = "v3.2-staging" SRCREV = "09e9651bcf2ee8d86685f2a8075bc6557b1d3b91" -MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}" +MACHINE_KERNEL_PR_append = "c+gitr${SRCREV}" COMPATIBLE_MACHINE = "(ti33x)"