summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig4
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb2
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig b/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig
index dcb4e8cf..7adcefc1 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig
@@ -2591,8 +2591,8 @@ CONFIG_USB_GADGET=y
2591# CONFIG_USB_GADGET_DEBUG_FS is not set 2591# CONFIG_USB_GADGET_DEBUG_FS is not set
2592CONFIG_USB_GADGET_VBUS_DRAW=2 2592CONFIG_USB_GADGET_VBUS_DRAW=2
2593CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 2593CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
2594# CONFIG_USB_GADGET_PORT_USB1 is not set 2594CONFIG_USB_GADGET_PORT_USB1=y
2595CONFIG_USB_GADGET_PORT_USB0=y 2595# CONFIG_USB_GADGET_PORT_USB0 is not set
2596# CONFIG_USB_FUSB300 is not set 2596# CONFIG_USB_FUSB300 is not set
2597# CONFIG_USB_OMAP is not set 2597# CONFIG_USB_OMAP is not set
2598# CONFIG_USB_R8A66597 is not set 2598# CONFIG_USB_R8A66597 is not set
diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb b/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb
index 6fcfd8b1..d91e8e3c 100644
--- a/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb
+++ b/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb
@@ -11,7 +11,7 @@ MULTI_CONFIG_BASE_SUFFIX = ""
11 11
12BRANCH = "master" 12BRANCH = "master"
13SRCREV = "a95ceb11b5858feae89895d14d7f7bc41cca9fd6" 13SRCREV = "a95ceb11b5858feae89895d14d7f7bc41cca9fd6"
14MACHINE_KERNEL_PR_append = "g+gitr${SRCREV}" 14MACHINE_KERNEL_PR_append = "h+gitr${SRCREV}"
15 15
16COMPATIBLE_MACHINE = "(ti33x)" 16COMPATIBLE_MACHINE = "(ti33x)"
17 17