diff options
author | Chen Gang <gang.chen@asianux.com> | 2013-11-04 20:46:39 -0500 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2013-11-04 23:01:55 -0500 |
commit | 7f71be4c9f9a334e7bd0adc66225db4eb88c3bc4 (patch) | |
tree | 7fb7334dc8753941c9423938356883c667c07579 /arch/x86/configs/i386_defconfig | |
parent | 809373e29a183e4d4f0e4f56ef8b211c6219123c (diff) |
x86, defconfig: Add DEVTMPFS and DEVTMPFS_MOUNT to *86*_defconfig
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>
Diffstat (limited to 'arch/x86/configs/i386_defconfig')
-rw-r--r-- | arch/x86/configs/i386_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig index 94447086e551..a7fef2621cc9 100644 --- a/arch/x86/configs/i386_defconfig +++ b/arch/x86/configs/i386_defconfig | |||
@@ -142,6 +142,8 @@ CONFIG_MAC80211=y | |||
142 | CONFIG_MAC80211_LEDS=y | 142 | CONFIG_MAC80211_LEDS=y |
143 | CONFIG_RFKILL=y | 143 | CONFIG_RFKILL=y |
144 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 144 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
145 | CONFIG_DEVTMPFS=y | ||
146 | CONFIG_DEVTMPFS_MOUNT=y | ||
145 | CONFIG_DEBUG_DEVRES=y | 147 | CONFIG_DEBUG_DEVRES=y |
146 | CONFIG_CONNECTOR=y | 148 | CONFIG_CONNECTOR=y |
147 | CONFIG_BLK_DEV_LOOP=y | 149 | CONFIG_BLK_DEV_LOOP=y |