aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2015-01-17 08:10:44 -0500
committerGeert Uytterhoeven <geert@linux-m68k.org>2015-01-31 09:00:59 -0500
commitd3125afbe29967dfe7d61e4b02c9f544edf8989b (patch)
treea4268b1222a5dbb52a031343698548ec5846b2d4
parent42a6ab99ab389ac86f0a0be4a988c054ad7a5df1 (diff)
m68k/defconfig: Enable automounting of devtmpfs at /dev
Enable CONFIG_DEVTMPFS_MOUNT, as it's useful for initrd-less kernels. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
-rw-r--r--arch/m68k/configs/amiga_defconfig1
-rw-r--r--arch/m68k/configs/apollo_defconfig1
-rw-r--r--arch/m68k/configs/atari_defconfig1
-rw-r--r--arch/m68k/configs/bvme6000_defconfig1
-rw-r--r--arch/m68k/configs/hp300_defconfig1
-rw-r--r--arch/m68k/configs/mac_defconfig1
-rw-r--r--arch/m68k/configs/multi_defconfig1
-rw-r--r--arch/m68k/configs/mvme147_defconfig1
-rw-r--r--arch/m68k/configs/mvme16x_defconfig1
-rw-r--r--arch/m68k/configs/q40_defconfig1
-rw-r--r--arch/m68k/configs/sun3_defconfig1
-rw-r--r--arch/m68k/configs/sun3x_defconfig1
12 files changed, 12 insertions, 0 deletions
diff --git a/arch/m68k/configs/amiga_defconfig b/arch/m68k/configs/amiga_defconfig
index 8c2f78197e54..c23afcc54458 100644
--- a/arch/m68k/configs/amiga_defconfig
+++ b/arch/m68k/configs/amiga_defconfig
@@ -244,6 +244,7 @@ CONFIG_NET_MPLS_GSO=m
244# CONFIG_WIRELESS is not set 244# CONFIG_WIRELESS is not set
245# CONFIG_UEVENT_HELPER is not set 245# CONFIG_UEVENT_HELPER is not set
246CONFIG_DEVTMPFS=y 246CONFIG_DEVTMPFS=y
247CONFIG_DEVTMPFS_MOUNT=y
247# CONFIG_FIRMWARE_IN_KERNEL is not set 248# CONFIG_FIRMWARE_IN_KERNEL is not set
248CONFIG_CONNECTOR=m 249CONFIG_CONNECTOR=m
249CONFIG_PARPORT=m 250CONFIG_PARPORT=m
diff --git a/arch/m68k/configs/apollo_defconfig b/arch/m68k/configs/apollo_defconfig
index 9139ff7b3279..c72fcbd11a9e 100644
--- a/arch/m68k/configs/apollo_defconfig
+++ b/arch/m68k/configs/apollo_defconfig
@@ -242,6 +242,7 @@ CONFIG_NET_MPLS_GSO=m
242# CONFIG_WIRELESS is not set 242# CONFIG_WIRELESS is not set
243# CONFIG_UEVENT_HELPER is not set 243# CONFIG_UEVENT_HELPER is not set
244CONFIG_DEVTMPFS=y 244CONFIG_DEVTMPFS=y
245CONFIG_DEVTMPFS_MOUNT=y
245# CONFIG_FIRMWARE_IN_KERNEL is not set 246# CONFIG_FIRMWARE_IN_KERNEL is not set
246CONFIG_CONNECTOR=m 247CONFIG_CONNECTOR=m
247CONFIG_BLK_DEV_LOOP=y 248CONFIG_BLK_DEV_LOOP=y
diff --git a/arch/m68k/configs/atari_defconfig b/arch/m68k/configs/atari_defconfig
index de543dbabdf4..c53bd87bd68c 100644
--- a/arch/m68k/configs/atari_defconfig
+++ b/arch/m68k/configs/atari_defconfig
@@ -241,6 +241,7 @@ CONFIG_NET_MPLS_GSO=m
241# CONFIG_WIRELESS is not set 241# CONFIG_WIRELESS is not set
242# CONFIG_UEVENT_HELPER is not set 242# CONFIG_UEVENT_HELPER is not set
243CONFIG_DEVTMPFS=y 243CONFIG_DEVTMPFS=y
244CONFIG_DEVTMPFS_MOUNT=y
244# CONFIG_FIRMWARE_IN_KERNEL is not set 245# CONFIG_FIRMWARE_IN_KERNEL is not set
245CONFIG_CONNECTOR=m 246CONFIG_CONNECTOR=m
246CONFIG_PARPORT=m 247CONFIG_PARPORT=m
diff --git a/arch/m68k/configs/bvme6000_defconfig b/arch/m68k/configs/bvme6000_defconfig
index 7ab0a79a68c5..41a5a0e60c2a 100644
--- a/arch/m68k/configs/bvme6000_defconfig
+++ b/arch/m68k/configs/bvme6000_defconfig
@@ -240,6 +240,7 @@ CONFIG_NET_MPLS_GSO=m
240# CONFIG_WIRELESS is not set 240# CONFIG_WIRELESS is not set
241# CONFIG_UEVENT_HELPER is not set 241# CONFIG_UEVENT_HELPER is not set
242CONFIG_DEVTMPFS=y 242CONFIG_DEVTMPFS=y
243CONFIG_DEVTMPFS_MOUNT=y
243# CONFIG_FIRMWARE_IN_KERNEL is not set 244# CONFIG_FIRMWARE_IN_KERNEL is not set
244CONFIG_CONNECTOR=m 245CONFIG_CONNECTOR=m
245CONFIG_BLK_DEV_LOOP=y 246CONFIG_BLK_DEV_LOOP=y
diff --git a/arch/m68k/configs/hp300_defconfig b/arch/m68k/configs/hp300_defconfig
index 263d1d55e5ba..f36a1ac8e5c0 100644
--- a/arch/m68k/configs/hp300_defconfig
+++ b/arch/m68k/configs/hp300_defconfig
@@ -242,6 +242,7 @@ CONFIG_NET_MPLS_GSO=m
242# CONFIG_WIRELESS is not set 242# CONFIG_WIRELESS is not set
243# CONFIG_UEVENT_HELPER is not set 243# CONFIG_UEVENT_HELPER is not set
244CONFIG_DEVTMPFS=y 244CONFIG_DEVTMPFS=y
245CONFIG_DEVTMPFS_MOUNT=y
245# CONFIG_FIRMWARE_IN_KERNEL is not set 246# CONFIG_FIRMWARE_IN_KERNEL is not set
246CONFIG_CONNECTOR=m 247CONFIG_CONNECTOR=m
247CONFIG_BLK_DEV_LOOP=y 248CONFIG_BLK_DEV_LOOP=y
diff --git a/arch/m68k/configs/mac_defconfig b/arch/m68k/configs/mac_defconfig
index 1d224d086bf0..b9479aa87f28 100644
--- a/arch/m68k/configs/mac_defconfig
+++ b/arch/m68k/configs/mac_defconfig
@@ -244,6 +244,7 @@ CONFIG_NET_MPLS_GSO=m
244# CONFIG_WIRELESS is not set 244# CONFIG_WIRELESS is not set
245# CONFIG_UEVENT_HELPER is not set 245# CONFIG_UEVENT_HELPER is not set
246CONFIG_DEVTMPFS=y 246CONFIG_DEVTMPFS=y
247CONFIG_DEVTMPFS_MOUNT=y
247# CONFIG_FIRMWARE_IN_KERNEL is not set 248# CONFIG_FIRMWARE_IN_KERNEL is not set
248CONFIG_CONNECTOR=m 249CONFIG_CONNECTOR=m
249CONFIG_BLK_DEV_SWIM=m 250CONFIG_BLK_DEV_SWIM=m
diff --git a/arch/m68k/configs/multi_defconfig b/arch/m68k/configs/multi_defconfig
index 03070f7b8634..a0b539c99ad2 100644
--- a/arch/m68k/configs/multi_defconfig
+++ b/arch/m68k/configs/multi_defconfig
@@ -253,6 +253,7 @@ CONFIG_NET_MPLS_GSO=m
253# CONFIG_WIRELESS is not set 253# CONFIG_WIRELESS is not set
254# CONFIG_UEVENT_HELPER is not set 254# CONFIG_UEVENT_HELPER is not set
255CONFIG_DEVTMPFS=y 255CONFIG_DEVTMPFS=y
256CONFIG_DEVTMPFS_MOUNT=y
256# CONFIG_FIRMWARE_IN_KERNEL is not set 257# CONFIG_FIRMWARE_IN_KERNEL is not set
257CONFIG_CONNECTOR=m 258CONFIG_CONNECTOR=m
258CONFIG_PARPORT=m 259CONFIG_PARPORT=m
diff --git a/arch/m68k/configs/mvme147_defconfig b/arch/m68k/configs/mvme147_defconfig
index 0f19164df62e..ab657e2a0199 100644
--- a/arch/m68k/configs/mvme147_defconfig
+++ b/arch/m68k/configs/mvme147_defconfig
@@ -239,6 +239,7 @@ CONFIG_NET_MPLS_GSO=m
239# CONFIG_WIRELESS is not set 239# CONFIG_WIRELESS is not set
240# CONFIG_UEVENT_HELPER is not set 240# CONFIG_UEVENT_HELPER is not set
241CONFIG_DEVTMPFS=y 241CONFIG_DEVTMPFS=y
242CONFIG_DEVTMPFS_MOUNT=y
242# CONFIG_FIRMWARE_IN_KERNEL is not set 243# CONFIG_FIRMWARE_IN_KERNEL is not set
243CONFIG_CONNECTOR=m 244CONFIG_CONNECTOR=m
244CONFIG_BLK_DEV_LOOP=y 245CONFIG_BLK_DEV_LOOP=y
diff --git a/arch/m68k/configs/mvme16x_defconfig b/arch/m68k/configs/mvme16x_defconfig
index 70292d6abfb7..7d232282e551 100644
--- a/arch/m68k/configs/mvme16x_defconfig
+++ b/arch/m68k/configs/mvme16x_defconfig
@@ -240,6 +240,7 @@ CONFIG_NET_MPLS_GSO=m
240# CONFIG_WIRELESS is not set 240# CONFIG_WIRELESS is not set
241# CONFIG_UEVENT_HELPER is not set 241# CONFIG_UEVENT_HELPER is not set
242CONFIG_DEVTMPFS=y 242CONFIG_DEVTMPFS=y
243CONFIG_DEVTMPFS_MOUNT=y
243# CONFIG_FIRMWARE_IN_KERNEL is not set 244# CONFIG_FIRMWARE_IN_KERNEL is not set
244CONFIG_CONNECTOR=m 245CONFIG_CONNECTOR=m
245CONFIG_BLK_DEV_LOOP=y 246CONFIG_BLK_DEV_LOOP=y
diff --git a/arch/m68k/configs/q40_defconfig b/arch/m68k/configs/q40_defconfig
index b60ccfb59bb0..4aeedf893913 100644
--- a/arch/m68k/configs/q40_defconfig
+++ b/arch/m68k/configs/q40_defconfig
@@ -240,6 +240,7 @@ CONFIG_NET_MPLS_GSO=m
240# CONFIG_WIRELESS is not set 240# CONFIG_WIRELESS is not set
241# CONFIG_UEVENT_HELPER is not set 241# CONFIG_UEVENT_HELPER is not set
242CONFIG_DEVTMPFS=y 242CONFIG_DEVTMPFS=y
243CONFIG_DEVTMPFS_MOUNT=y
243# CONFIG_FIRMWARE_IN_KERNEL is not set 244# CONFIG_FIRMWARE_IN_KERNEL is not set
244CONFIG_CONNECTOR=m 245CONFIG_CONNECTOR=m
245CONFIG_PARPORT=m 246CONFIG_PARPORT=m
diff --git a/arch/m68k/configs/sun3_defconfig b/arch/m68k/configs/sun3_defconfig
index 014672ab7291..cfe2f268a6be 100644
--- a/arch/m68k/configs/sun3_defconfig
+++ b/arch/m68k/configs/sun3_defconfig
@@ -237,6 +237,7 @@ CONFIG_NET_MPLS_GSO=m
237# CONFIG_WIRELESS is not set 237# CONFIG_WIRELESS is not set
238# CONFIG_UEVENT_HELPER is not set 238# CONFIG_UEVENT_HELPER is not set
239CONFIG_DEVTMPFS=y 239CONFIG_DEVTMPFS=y
240CONFIG_DEVTMPFS_MOUNT=y
240# CONFIG_FIRMWARE_IN_KERNEL is not set 241# CONFIG_FIRMWARE_IN_KERNEL is not set
241CONFIG_CONNECTOR=m 242CONFIG_CONNECTOR=m
242CONFIG_BLK_DEV_LOOP=y 243CONFIG_BLK_DEV_LOOP=y
diff --git a/arch/m68k/configs/sun3x_defconfig b/arch/m68k/configs/sun3x_defconfig
index 7f2fe78bc881..b867fd133bab 100644
--- a/arch/m68k/configs/sun3x_defconfig
+++ b/arch/m68k/configs/sun3x_defconfig
@@ -237,6 +237,7 @@ CONFIG_NET_MPLS_GSO=m
237# CONFIG_WIRELESS is not set 237# CONFIG_WIRELESS is not set
238# CONFIG_UEVENT_HELPER is not set 238# CONFIG_UEVENT_HELPER is not set
239CONFIG_DEVTMPFS=y 239CONFIG_DEVTMPFS=y
240CONFIG_DEVTMPFS_MOUNT=y
240# CONFIG_FIRMWARE_IN_KERNEL is not set 241# CONFIG_FIRMWARE_IN_KERNEL is not set
241CONFIG_CONNECTOR=m 242CONFIG_CONNECTOR=m
242CONFIG_BLK_DEV_LOOP=y 243CONFIG_BLK_DEV_LOOP=y