lkml.org 
[lkml]   [2008]   [Jan]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 182/196] sysfs: make SYSFS_DEPRECATED depend on SYSFS
    Date
    From: Randy Dunlap <randy.dunlap@oracle.com>

    Make SYSFS_DEPRECATED depend on SYSFS since files that check
    CONFIG_SYSFS_DEPRECATED don't check for CONFIG_SYSFS first.
    Also don't prompt user about SYSFS_DEPRECATED if SYSFS=n.

    Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
    ---
    init/Kconfig | 1 +
    1 files changed, 1 insertions(+), 0 deletions(-)

    diff --git a/init/Kconfig b/init/Kconfig
    index b9d11a8..f5becd2 100644
    --- a/init/Kconfig
    +++ b/init/Kconfig
    @@ -363,6 +363,7 @@ config CGROUP_CPUACCT

    config SYSFS_DEPRECATED
    bool "Create deprecated sysfs files"
    + depends on SYSFS
    default y
    help
    This option creates deprecated symlinks such as the
    --
    1.5.3.8


    \
     
     \ /
      Last update: 2008-01-25 09:09    [W:4.106 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site