diff options
author | Matt Fleming <matt@console-pimps.org> | 2010-08-21 14:49:38 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-09-14 17:35:52 +0900 |
commit | 248bc0d93bde744751a05d322d85269323d3af0c (patch) | |
tree | 5b172189c884b441d266f2317e26e49ea1c789d3 /arch/sh/configs/espt_defconfig | |
parent | 52204705b2fef6cb70b49dfa19c363fc88e72bde (diff) | |
download | talos-obmc-linux-248bc0d93bde744751a05d322d85269323d3af0c.tar.gz talos-obmc-linux-248bc0d93bde744751a05d322d85269323d3af0c.zip |
sh: Set CONFIG_SYSFS_DEPRECATED_V2=n
As the help for the config option suggests, this option really shouldn't
be set by default for any recent distribution as it changes the layout
of sysfs. I spotted this while running debian when udev got very
confused by the sysfs layout and failed to create some device nodes.
Signed-off-by: Matt Fleming <matt@console-pimps.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/configs/espt_defconfig')
-rw-r--r-- | arch/sh/configs/espt_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/configs/espt_defconfig b/arch/sh/configs/espt_defconfig index ca7fc1b3d567..67cb1094a033 100644 --- a/arch/sh/configs/espt_defconfig +++ b/arch/sh/configs/espt_defconfig @@ -3,7 +3,6 @@ CONFIG_SYSVIPC=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=14 -CONFIG_SYSFS_DEPRECATED_V2=y CONFIG_NAMESPACES=y CONFIG_UTS_NS=y CONFIG_IPC_NS=y |