]> code.ossystems Code Review - meta-freescale.git/blob
39783efc4d64e9d56ed9f455fc4f41ce44ef4e40
[meta-freescale.git] /
1 From 3179602e581b6fe8797a5677d5ac4ecfab065cc6 Mon Sep 17 00:00:00 2001
2 From: Chunrong Guo <B40290@freescale.com>
3 Date: Thu, 11 Apr 2013 01:52:48 -0500
4 Subject: [PATCH] Enable "the option Automount devtmpfs at /dev" in kernel
5
6 Upstream-Status:Pending
7 Signed-off-by: Chunrong Guo <b40290@freescale.com>
8 ---
9  arch/powerpc/configs/85xx/e6500rev1_defconfig |    1 +
10  arch/powerpc/configs/corenet32_smp_defconfig  |    1 +
11  arch/powerpc/configs/corenet64_smp_defconfig  |    1 +
12  arch/powerpc/configs/mpc85xx_defconfig        |    1 +
13  arch/powerpc/configs/mpc85xx_smp_defconfig    |    1 +
14  5 files changed, 5 insertions(+)
15
16 diff --git a/arch/powerpc/configs/85xx/e6500rev1_defconfig b/arch/powerpc/configs/85xx/e6500rev1_defconfig
17 index 4b5866d..32ebb50 100644
18 --- a/arch/powerpc/configs/85xx/e6500rev1_defconfig
19 +++ b/arch/powerpc/configs/85xx/e6500rev1_defconfig
20 @@ -72,6 +72,7 @@ CONFIG_IPV6=y
21  CONFIG_IP_SCTP=m
22  CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
23  CONFIG_DEVTMPFS=y
24 +CONFIG_DEVTMPFS_MOUNT=y
25  CONFIG_MTD=y
26  CONFIG_MTD_CMDLINE_PARTS=y
27  CONFIG_MTD_CHAR=y
28 diff --git a/arch/powerpc/configs/corenet32_smp_defconfig b/arch/powerpc/configs/corenet32_smp_defconfig
29 index b43d4b6..3fe10e5 100644
30 --- a/arch/powerpc/configs/corenet32_smp_defconfig
31 +++ b/arch/powerpc/configs/corenet32_smp_defconfig
32 @@ -71,6 +71,7 @@ CONFIG_IPV6=y
33  CONFIG_IP_SCTP=m
34  CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
35  CONFIG_DEVTMPFS=y
36 +CONFIG_DEVTMPFS_MOUNT=y
37  CONFIG_MTD=y
38  CONFIG_MTD_CMDLINE_PARTS=y
39  CONFIG_MTD_CHAR=y
40 diff --git a/arch/powerpc/configs/corenet64_smp_defconfig b/arch/powerpc/configs/corenet64_smp_defconfig
41 index 13b032b..74cc46a 100644
42 --- a/arch/powerpc/configs/corenet64_smp_defconfig
43 +++ b/arch/powerpc/configs/corenet64_smp_defconfig
44 @@ -66,6 +66,7 @@ CONFIG_IPV6=y
45  CONFIG_IP_SCTP=m
46  CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
47  CONFIG_DEVTMPFS=y
48 +CONFIG_DEVTMPFS_MOUNT=y
49  CONFIG_MTD=y
50  CONFIG_MTD_CMDLINE_PARTS=y
51  CONFIG_MTD_CHAR=y
52 diff --git a/arch/powerpc/configs/mpc85xx_defconfig b/arch/powerpc/configs/mpc85xx_defconfig
53 index 8fb742d..f353a6e 100644
54 --- a/arch/powerpc/configs/mpc85xx_defconfig
55 +++ b/arch/powerpc/configs/mpc85xx_defconfig
56 @@ -75,6 +75,7 @@ CONFIG_IPV6=y
57  CONFIG_IP_SCTP=m
58  CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
59  CONFIG_DEVTMPFS=y
60 +CONFIG_DEVTMPFS_MOUNT=y
61  CONFIG_MTD=y
62  CONFIG_MTD_CHAR=y
63  CONFIG_MTD_BLOCK=y
64 diff --git a/arch/powerpc/configs/mpc85xx_smp_defconfig b/arch/powerpc/configs/mpc85xx_smp_defconfig
65 index b31c8ac..cdc2c87 100644
66 --- a/arch/powerpc/configs/mpc85xx_smp_defconfig
67 +++ b/arch/powerpc/configs/mpc85xx_smp_defconfig
68 @@ -77,6 +77,7 @@ CONFIG_IPV6=y
69  CONFIG_IP_SCTP=m
70  CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
71  CONFIG_DEVTMPFS=y
72 +CONFIG_DEVTMPFS_MOUNT=y
73  CONFIG_MTD=y
74  CONFIG_MTD_CHAR=y
75  CONFIG_MTD_BLOCK=y
76 -- 
77 1.7.9.7
78