Commit a39ea210 authored by Lucian Adrian Grijincu's avatar Lucian Adrian Grijincu Committed by Greg Kroah-Hartman
Browse files

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: default avatarLucian Adrian Grijincu <lgrijincu@ixiacom.com>
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 79f0313b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@ interface.
Using sysfs
~~~~~~~~~~~

sysfs is always compiled in. You can access it by doing:
sysfs is always compiled in if CONFIG_SYSFS is defined. You can access
it by doing:

    mount -t sysfs sysfs /sys