Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - S index
The Linux kernel configuration item CONFIG_SYSFS
has multiple definitions:
fs/sysfs/Kconfig
The configuration item CONFIG_SYSFS:
CONFIG_EXPERT
The sysfs filesystem is a virtual filesystem that the kernel uses to export internal kernel objects, their attributes, and their relationships to one another.
Users can use sysfs to ascertain useful information about the running kernel, such as the devices the kernel has discovered on each bus and which driver each is bound to. sysfs can also be used to tune devices and other kernel subsystems.
Some system agents rely on the information in sysfs to operate. /sbin/hotplug uses device and object attributes in sysfs to assist in delegating policy decisions, like persistently naming devices.
sysfs is currently used by the block subsystem to mount the root partition. If sysfs is disabled you must specify the boot device on the kernel boot command line via its major and minor numbers. For example, "root=03:01" for /dev/hda1.
Designers of embedded systems may wish to say N here to conserve space.
fs/Kconfig
The configuration item CONFIG_SYSFS:
CONFIG_EMBEDDED
The sysfs filesystem is a virtual filesystem that the kernel uses to export internal kernel objects, their attributes, and their relationships to one another.
Users can use sysfs to ascertain useful information about the running kernel, such as the devices the kernel has discovered on each bus and which driver each is bound to. sysfs can also be used to tune devices and other kernel subsystems.
Some system agents rely on the information in sysfs to operate. /sbin/hotplug uses device and object attributes in sysfs to assist in delegating policy decisions, like persistently naming devices.
sysfs is currently used by the block subsystem to mount the root partition. If sysfs is disabled you must specify the boot device on the kernel boot command line via its major and minor numbers. For example, "root=03:01" for /dev/hda1.
Designers of embedded systems may wish to say N here to conserve space.
Raw data from LKDDb:
lkddb fs "sysfs" : CONFIG_SYSFS : fs/sysfs/mount.c # in 2.6.6–2.6.39, 3.0–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.11, 6.12-rc+HEAD
lkddb platform "corgi-bl" : CONFIG_BACKLIGHT_CORGI CONFIG_SYSFS : drivers/video/backlight/corgi_bl.c # in 2.6.15–2.6.20
lkddb platform "hp680-bl" : CONFIG_BACKLIGHT_HP680 CONFIG_SYSFS : drivers/video/backlight/hp680_bl.c # in 2.6.17–2.6.20
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - S index
Automatically generated (in year 2024). See also LKDDb sources on GitLab