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/mpc86xx_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/mpc86xx_defconfig')
-rw-r--r-- | arch/powerpc/configs/mpc86xx_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/configs/mpc86xx_defconfig b/arch/powerpc/configs/mpc86xx_defconfig index 41884c97a4f3..683b111fe297 100644 --- a/arch/powerpc/configs/mpc86xx_defconfig +++ b/arch/powerpc/configs/mpc86xx_defconfig | |||
@@ -108,8 +108,7 @@ CONFIG_GROUP_SCHED=y | |||
108 | CONFIG_USER_SCHED=y | 108 | CONFIG_USER_SCHED=y |
109 | # CONFIG_CGROUP_SCHED is not set | 109 | # CONFIG_CGROUP_SCHED is not set |
110 | # CONFIG_CGROUPS is not set | 110 | # CONFIG_CGROUPS is not set |
111 | CONFIG_SYSFS_DEPRECATED=y | 111 | # CONFIG_SYSFS_DEPRECATED_V2 is not set |
112 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
113 | # CONFIG_RELAY is not set | 112 | # CONFIG_RELAY is not set |
114 | # CONFIG_NAMESPACES is not set | 113 | # CONFIG_NAMESPACES is not set |
115 | CONFIG_BLK_DEV_INITRD=y | 114 | CONFIG_BLK_DEV_INITRD=y |