summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-fslc/mxs/defconfig1
-rw-r--r--recipes-kernel/linux/linux-fslc_3.7.bb2
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc/mxs/defconfig b/recipes-kernel/linux/linux-fslc/mxs/defconfig
index 048aaca..bc5cf20 100644
--- a/recipes-kernel/linux/linux-fslc/mxs/defconfig
+++ b/recipes-kernel/linux/linux-fslc/mxs/defconfig
@@ -50,6 +50,7 @@ CONFIG_CAN_DEV=m
50CONFIG_CAN_FLEXCAN=m 50CONFIG_CAN_FLEXCAN=m
51# CONFIG_WIRELESS is not set 51# CONFIG_WIRELESS is not set
52CONFIG_DEVTMPFS=y 52CONFIG_DEVTMPFS=y
53CONFIG_DEVTMPFS_MOUNT=y
53# CONFIG_FIRMWARE_IN_KERNEL is not set 54# CONFIG_FIRMWARE_IN_KERNEL is not set
54# CONFIG_BLK_DEV is not set 55# CONFIG_BLK_DEV is not set
55CONFIG_MTD=y 56CONFIG_MTD=y
diff --git a/recipes-kernel/linux/linux-fslc_3.7.bb b/recipes-kernel/linux/linux-fslc_3.7.bb
index 6431299..18a4187 100644
--- a/recipes-kernel/linux/linux-fslc_3.7.bb
+++ b/recipes-kernel/linux/linux-fslc_3.7.bb
@@ -12,7 +12,7 @@ inherit kernel
12require recipes-kernel/linux/linux-dtb.inc 12require recipes-kernel/linux/linux-dtb.inc
13 13
14PV = "3.7+git${SRCPV}" 14PV = "3.7+git${SRCPV}"
15PR = "r1" 15PR = "r2"
16 16
17# patches-3.7 17# patches-3.7
18SRCREV = "bc2b10c4b6edf5ce1fae6f69f7651c0e8f736195" 18SRCREV = "bc2b10c4b6edf5ce1fae6f69f7651c0e8f736195"