x86, defconfig: Add DEVTMPFS and DEVTMPFS_MOUNT to *86*_defconfig
authorChen Gang <gang.chen@asianux.com>
Tue, 5 Nov 2013 01:46:39 +0000 (09:46 +0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 5 Nov 2013 04:01:55 +0000 (20:01 -0800)
The defconfig kernel can not run under neither fedora16 x86_64 laptop
nor fedora17 x86_64 pc. After enable DEVTMPFS* in x86_64_defconfig, it
will be OK.

DEVTMPFS* is only related with software, so for i386_defconfig may also
need them (at least, it has no negative effect for defconfig).

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Link: http://lkml.kernel.org/r/52784DFF.8040004@asianux.com
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/configs/i386_defconfig
arch/x86/configs/x86_64_defconfig

index 94447086e551e3a8b4102a0e46800bc39c7ff172..a7fef2621cc9a7f89a824a761413451c1d1f06b9 100644 (file)
@@ -142,6 +142,8 @@ CONFIG_MAC80211=y
 CONFIG_MAC80211_LEDS=y
 CONFIG_RFKILL=y
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+CONFIG_DEVTMPFS=y
+CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_DEBUG_DEVRES=y
 CONFIG_CONNECTOR=y
 CONFIG_BLK_DEV_LOOP=y
index 671524d0f6c0020d43f39d9c0f6ad22f599ed0c8..c1119d4c1281dff554e5b0ebe06a4eb7948bab36 100644 (file)
@@ -141,6 +141,8 @@ CONFIG_MAC80211=y
 CONFIG_MAC80211_LEDS=y
 CONFIG_RFKILL=y
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+CONFIG_DEVTMPFS=y
+CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_DEBUG_DEVRES=y
 CONFIG_CONNECTOR=y
 CONFIG_BLK_DEV_LOOP=y