diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2010-04-15 19:59:18 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-04-20 00:15:06 -0400 |
commit | e3c8a02743002757de53226b1b9f019c6769fd9b (patch) | |
tree | a0ffe95788965d0226b3fa6552319d586e5a563d /arch/powerpc/configs/mpc83xx_defconfig | |
parent | acbcba908dd271253a9661dde1f0087c0f789e8c (diff) |
powerpc/mpc8xxx defconfigs - turn off SYSFS_DEPRECATED
a recent fc11 udev update on an 83xx board made root console login
disappear:
Updating : udev-141-8.fc11.ppc 32/83
udev: starting version 141
udev: deprecated sysfs layout; update the kernel or disable CONFIG_SYSFS_DEPRECATED;
some udev features will not work correctly
and sure enough, turning off SYSFS_DEPRECATED brings the login prompt back.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/mpc83xx_defconfig')
-rw-r--r-- | arch/powerpc/configs/mpc83xx_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/configs/mpc83xx_defconfig b/arch/powerpc/configs/mpc83xx_defconfig index 44d2f4de3f3..5339bf9651c 100644 --- a/arch/powerpc/configs/mpc83xx_defconfig +++ b/arch/powerpc/configs/mpc83xx_defconfig | |||
@@ -104,8 +104,7 @@ CONFIG_FAIR_GROUP_SCHED=y | |||
104 | CONFIG_USER_SCHED=y | 104 | CONFIG_USER_SCHED=y |
105 | # CONFIG_CGROUP_SCHED is not set | 105 | # CONFIG_CGROUP_SCHED is not set |
106 | # CONFIG_CGROUPS is not set | 106 | # CONFIG_CGROUPS is not set |
107 | CONFIG_SYSFS_DEPRECATED=y | 107 | # CONFIG_SYSFS_DEPRECATED_V2 is not set |
108 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
109 | # CONFIG_RELAY is not set | 108 | # CONFIG_RELAY is not set |
110 | # CONFIG_NAMESPACES is not set | 109 | # CONFIG_NAMESPACES is not set |
111 | CONFIG_BLK_DEV_INITRD=y | 110 | CONFIG_BLK_DEV_INITRD=y |