summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@freescale.com>2012-11-01 14:28:42 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2012-11-01 17:36:24 -0200
commitd57d715701b06c17a8510cb7f865d383157adb8d (patch)
tree0ccc6272d23ba520c05e736971f8ad5594894e84
parentd47c9e7c1939908858a443bf46d275425d5c6bc1 (diff)
downloadmeta-fsl-arm-d57d715701b06c17a8510cb7f865d383157adb8d.tar.gz
linux-imx: Add configuration on linux 3.0.35 defconfig
Add needed configuration for systemd support Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
-rw-r--r--recipes-kernel/linux/linux-imx-3.0.35/defconfig4
-rw-r--r--recipes-kernel/linux/linux-imx_3.0.35.bb2
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-imx-3.0.35/defconfig b/recipes-kernel/linux/linux-imx-3.0.35/defconfig
index cdd9228..b5e457e 100644
--- a/recipes-kernel/linux/linux-imx-3.0.35/defconfig
+++ b/recipes-kernel/linux/linux-imx-3.0.35/defconfig
@@ -3,6 +3,7 @@ CONFIG_SYSVIPC=y
3CONFIG_IKCONFIG=y 3CONFIG_IKCONFIG=y
4CONFIG_IKCONFIG_PROC=y 4CONFIG_IKCONFIG_PROC=y
5CONFIG_LOG_BUF_SHIFT=14 5CONFIG_LOG_BUF_SHIFT=14
6CONFIG_CGROUPS=y
6CONFIG_EMBEDDED=y 7CONFIG_EMBEDDED=y
7CONFIG_PERF_EVENTS=y 8CONFIG_PERF_EVENTS=y
8CONFIG_MODULES=y 9CONFIG_MODULES=y
@@ -88,7 +89,8 @@ CONFIG_BT_HCIVHCI=y
88CONFIG_CFG80211=y 89CONFIG_CFG80211=y
89CONFIG_RFKILL=y 90CONFIG_RFKILL=y
90CONFIG_RFKILL_INPUT=y 91CONFIG_RFKILL_INPUT=y
91CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" 92CONFIG_DEVTMPFS=y
93CONFIG_DEVTMPFS_MOUNT=y
92CONFIG_CONNECTOR=y 94CONFIG_CONNECTOR=y
93CONFIG_MTD=y 95CONFIG_MTD=y
94CONFIG_MTD_CMDLINE_PARTS=y 96CONFIG_MTD_CMDLINE_PARTS=y
diff --git a/recipes-kernel/linux/linux-imx_3.0.35.bb b/recipes-kernel/linux/linux-imx_3.0.35.bb
index 8c699f0..37f38ac 100644
--- a/recipes-kernel/linux/linux-imx_3.0.35.bb
+++ b/recipes-kernel/linux/linux-imx_3.0.35.bb
@@ -3,7 +3,7 @@
3 3
4include linux-imx.inc 4include linux-imx.inc
5 5
6PR = "${INC_PR}.1" 6PR = "${INC_PR}.2"
7 7
8COMPATIBLE_MACHINE = "(mx6)" 8COMPATIBLE_MACHINE = "(mx6)"
9 9