diff options
author | Jarkko Nikula <jhnikula@gmail.com> | 2010-04-19 13:52:10 +0000 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-04-23 15:37:24 -0700 |
commit | cc352a3432abffb590b447fef89b4b5026387302 (patch) | |
tree | b0eaac3a7a83b9250925a06354bf4a7ca980a058 /arch | |
parent | c8fa4d2738bc747e417a220e6ceb21e8c148266f (diff) | |
download | linux-3.10-cc352a3432abffb590b447fef89b4b5026387302.tar.gz linux-3.10-cc352a3432abffb590b447fef89b4b5026387302.tar.bz2 linux-3.10-cc352a3432abffb590b447fef89b4b5026387302.zip |
omap: rx51_defconfig: Remove CONFIG_SYSFS_DEPRECATED*=y options
Modern udev will not work with the CONFIG_SYSFS_DEPRECATED*=y options and
it seems also that the Maemo release works without when testing with the
Maemo 2.6.28 kernel.
Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/rx51_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/configs/rx51_defconfig b/arch/arm/configs/rx51_defconfig index cc6a32a80c9..473f9e13f08 100644 --- a/arch/arm/configs/rx51_defconfig +++ b/arch/arm/configs/rx51_defconfig @@ -59,8 +59,6 @@ CONFIG_FAIR_GROUP_SCHED=y CONFIG_USER_SCHED=y # CONFIG_CGROUP_SCHED is not set # CONFIG_CGROUPS is not set -CONFIG_SYSFS_DEPRECATED=y -CONFIG_SYSFS_DEPRECATED_V2=y # CONFIG_RELAY is not set # CONFIG_NAMESPACES is not set CONFIG_BLK_DEV_INITRD=y |