blob: 012732efdb4579e8ce82954cbfb36ff758cd856d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config ADK_PACKAGE_UDEV
prompt "udev.............................. Dynamic device management subsystem"
tristate
default n
select ADK_COMPILE_UTIL_LINUX_NG
help
udev provides a dynamic device directory containing only the files for
actually present devices. It creates or removes device node files in
the /dev directory, or it renames network interfaces.
http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|