diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-04-11 09:56:30 -0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2013-08-07 19:38:11 -0400 |
commit | dcbe39fed72fa3768823de7f39c542708f68b9ac (patch) | |
tree | f81c93fd7c446e1ea646e5e24cc66dbbf30fc227 /arch/powerpc/configs | |
parent | 36f684940017b7a5d9039861189203d64d2f8861 (diff) |
powerpc/fsl: Enable CONFIG_DEVTMPFS_MOUNT so /dev can be mounted correctly
When using recent udev, the /dev node mount requires CONFIG_DEVTMPFS_MOUNT
is enabled in Kernel. The patch enables the option in defconfig of Freescale
QorIQ targets.
Changed defconfig list:
arch/powerpc/configs/85xx/p1023rds_defconfig
arch/powerpc/configs/corenet32_smp_defconfig
arch/powerpc/configs/corenet64_smp_defconfig
arch/powerpc/configs/mpc85xx_smp_defconfig
arch/powerpc/configs/mpc85xx_defconfig
arch/powerpc/configs/mpc83xx_defconfig
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
[scottwood@freescale.com: added mpc83xx and non-smp mpc85xx]
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/85xx/p1023rds_defconfig | 1 | ||||
-rw-r--r-- | arch/powerpc/configs/corenet32_smp_defconfig | 1 | ||||
-rw-r--r-- | arch/powerpc/configs/corenet64_smp_defconfig | 1 | ||||
-rw-r--r-- | arch/powerpc/configs/mpc83xx_defconfig | 1 | ||||
-rw-r--r-- | arch/powerpc/configs/mpc85xx_defconfig | 1 | ||||
-rw-r--r-- | arch/powerpc/configs/mpc85xx_smp_defconfig | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/configs/85xx/p1023rds_defconfig b/arch/powerpc/configs/85xx/p1023rds_defconfig index b80bcc69d1f7..18badca726c6 100644 --- a/arch/powerpc/configs/85xx/p1023rds_defconfig +++ b/arch/powerpc/configs/85xx/p1023rds_defconfig | |||
@@ -63,6 +63,7 @@ CONFIG_IPV6=y | |||
63 | CONFIG_IP_SCTP=m | 63 | CONFIG_IP_SCTP=m |
64 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 64 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
65 | CONFIG_DEVTMPFS=y | 65 | CONFIG_DEVTMPFS=y |
66 | CONFIG_DEVTMPFS_MOUNT=y | ||
66 | CONFIG_PROC_DEVICETREE=y | 67 | CONFIG_PROC_DEVICETREE=y |
67 | CONFIG_BLK_DEV_LOOP=y | 68 | CONFIG_BLK_DEV_LOOP=y |
68 | CONFIG_BLK_DEV_RAM=y | 69 | CONFIG_BLK_DEV_RAM=y |
diff --git a/arch/powerpc/configs/corenet32_smp_defconfig b/arch/powerpc/configs/corenet32_smp_defconfig index 60027c2a7034..3dfab4c40c76 100644 --- a/arch/powerpc/configs/corenet32_smp_defconfig +++ b/arch/powerpc/configs/corenet32_smp_defconfig | |||
@@ -70,6 +70,7 @@ CONFIG_IPV6=y | |||
70 | CONFIG_IP_SCTP=m | 70 | CONFIG_IP_SCTP=m |
71 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 71 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
72 | CONFIG_DEVTMPFS=y | 72 | CONFIG_DEVTMPFS=y |
73 | CONFIG_DEVTMPFS_MOUNT=y | ||
73 | CONFIG_MTD=y | 74 | CONFIG_MTD=y |
74 | CONFIG_MTD_CMDLINE_PARTS=y | 75 | CONFIG_MTD_CMDLINE_PARTS=y |
75 | CONFIG_MTD_CHAR=y | 76 | CONFIG_MTD_CHAR=y |
diff --git a/arch/powerpc/configs/corenet64_smp_defconfig b/arch/powerpc/configs/corenet64_smp_defconfig index 6c8b020806ff..4b76e3545965 100644 --- a/arch/powerpc/configs/corenet64_smp_defconfig +++ b/arch/powerpc/configs/corenet64_smp_defconfig | |||
@@ -59,6 +59,7 @@ CONFIG_IPV6=y | |||
59 | CONFIG_IP_SCTP=m | 59 | CONFIG_IP_SCTP=m |
60 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 60 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
61 | CONFIG_DEVTMPFS=y | 61 | CONFIG_DEVTMPFS=y |
62 | CONFIG_DEVTMPFS_MOUNT=y | ||
62 | CONFIG_MTD=y | 63 | CONFIG_MTD=y |
63 | CONFIG_MTD_PARTITIONS=y | 64 | CONFIG_MTD_PARTITIONS=y |
64 | CONFIG_MTD_OF_PARTS=y | 65 | CONFIG_MTD_OF_PARTS=y |
diff --git a/arch/powerpc/configs/mpc83xx_defconfig b/arch/powerpc/configs/mpc83xx_defconfig index 09116c6a6719..23fec79964cf 100644 --- a/arch/powerpc/configs/mpc83xx_defconfig +++ b/arch/powerpc/configs/mpc83xx_defconfig | |||
@@ -42,6 +42,7 @@ CONFIG_INET_ESP=y | |||
42 | # CONFIG_IPV6 is not set | 42 | # CONFIG_IPV6 is not set |
43 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 43 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
44 | CONFIG_DEVTMPFS=y | 44 | CONFIG_DEVTMPFS=y |
45 | CONFIG_DEVTMPFS_MOUNT=y | ||
45 | # CONFIG_FW_LOADER is not set | 46 | # CONFIG_FW_LOADER is not set |
46 | CONFIG_MTD=y | 47 | CONFIG_MTD=y |
47 | CONFIG_MTD_CHAR=y | 48 | CONFIG_MTD_CHAR=y |
diff --git a/arch/powerpc/configs/mpc85xx_defconfig b/arch/powerpc/configs/mpc85xx_defconfig index 5a58882e351e..b90c7af2ca1e 100644 --- a/arch/powerpc/configs/mpc85xx_defconfig +++ b/arch/powerpc/configs/mpc85xx_defconfig | |||
@@ -78,6 +78,7 @@ CONFIG_IPV6=y | |||
78 | CONFIG_IP_SCTP=m | 78 | CONFIG_IP_SCTP=m |
79 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 79 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
80 | CONFIG_DEVTMPFS=y | 80 | CONFIG_DEVTMPFS=y |
81 | CONFIG_DEVTMPFS_MOUNT=y | ||
81 | CONFIG_MTD=y | 82 | CONFIG_MTD=y |
82 | CONFIG_MTD_PARTITIONS=y | 83 | CONFIG_MTD_PARTITIONS=y |
83 | CONFIG_MTD_OF_PARTS=y | 84 | CONFIG_MTD_OF_PARTS=y |
diff --git a/arch/powerpc/configs/mpc85xx_smp_defconfig b/arch/powerpc/configs/mpc85xx_smp_defconfig index 152fa05b15e4..9ced85188534 100644 --- a/arch/powerpc/configs/mpc85xx_smp_defconfig +++ b/arch/powerpc/configs/mpc85xx_smp_defconfig | |||
@@ -81,6 +81,7 @@ CONFIG_IPV6=y | |||
81 | CONFIG_IP_SCTP=m | 81 | CONFIG_IP_SCTP=m |
82 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 82 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
83 | CONFIG_DEVTMPFS=y | 83 | CONFIG_DEVTMPFS=y |
84 | CONFIG_DEVTMPFS_MOUNT=y | ||
84 | CONFIG_MTD=y | 85 | CONFIG_MTD=y |
85 | CONFIG_MTD_PARTITIONS=y | 86 | CONFIG_MTD_PARTITIONS=y |
86 | CONFIG_MTD_OF_PARTS=y | 87 | CONFIG_MTD_OF_PARTS=y |