Commit a39ea210ec8c8f6ed381f8dafbe755c57b8f30c3

Authored by Lucian Adrian Grijincu
Committed by Greg Kroah-Hartman
1 parent 79f0313bfc

driver core: documentation: make it clear that sysfs is optional

The original text suggested that sysfs is mandatory and always
compiled in the kernel.

Signed-off-by: Lucian Adrian Grijincu <lgrijincu@ixiacom.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

Documentation/filesystems/sysfs.txt
... ... @@ -23,7 +23,8 @@
23 23 Using sysfs
24 24 ~~~~~~~~~~~
25 25  
26   -sysfs is always compiled in. You can access it by doing:
  26 +sysfs is always compiled in if CONFIG_SYSFS is defined. You can access
  27 +it by doing:
27 28  
28 29 mount -t sysfs sysfs /sys
29 30