diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-21 16:24:07 +0100 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-02-27 09:07:29 -0500 |
commit | 7657df6284cd503d973518a291c72cbd7cf6e4c0 (patch) | |
tree | 8fff5cded732b9c41c57b007991e065b8e479688 /recipes-kernel | |
parent | f5d2815cb90d80853b53e76b1472db09e09b52d0 (diff) | |
download | meta-ti-7657df6284cd503d973518a291c72cbd7cf6e4c0.tar.gz |
linux-ti33x-psp 3.2: enable PRU support for beaglebone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig | 7 | ||||
-rw-r--r-- | 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 @@ | |||
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 | # |
5 | CONFIG_ARM=y | 5 | CONFIG_ARM=y |
6 | CONFIG_HAVE_PWM=y | 6 | CONFIG_HAVE_PWM=y |
@@ -2894,7 +2894,10 @@ CONFIG_RTC_DRV_TWL4030=y | |||
2894 | CONFIG_RTC_DRV_OMAP=y | 2894 | CONFIG_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 | 2897 | CONFIG_UIO=m |
2898 | CONFIG_UIO_PDRV=m | ||
2899 | CONFIG_UIO_PDRV_GENIRQ=m | ||
2900 | CONFIG_UIO_PRUSS=m | ||
2898 | CONFIG_VIRTIO=m | 2901 | CONFIG_VIRTIO=m |
2899 | CONFIG_VIRTIO_RING=m | 2902 | CONFIG_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 | ||
12 | BRANCH = "v3.2-staging" | 12 | BRANCH = "v3.2-staging" |
13 | SRCREV = "09e9651bcf2ee8d86685f2a8075bc6557b1d3b91" | 13 | SRCREV = "09e9651bcf2ee8d86685f2a8075bc6557b1d3b91" |
14 | MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}" | 14 | MACHINE_KERNEL_PR_append = "c+gitr${SRCREV}" |
15 | 15 | ||
16 | COMPATIBLE_MACHINE = "(ti33x)" | 16 | COMPATIBLE_MACHINE = "(ti33x)" |
17 | 17 | ||