mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-04 04:04:19 +00:00
dock: make dock driver not a module
To avoid dock driver is loaded after other drivers like libata, let's make dock driver not a module. Signed-off-by: Shaohua Li <shaohua.li@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
3262a8f2bf
commit
898b054f3e
@ -157,7 +157,7 @@ config ACPI_FAN
|
|||||||
applications to perform basic fan control (on, off, status).
|
applications to perform basic fan control (on, off, status).
|
||||||
|
|
||||||
config ACPI_DOCK
|
config ACPI_DOCK
|
||||||
tristate "Dock"
|
bool "Dock"
|
||||||
depends on EXPERIMENTAL
|
depends on EXPERIMENTAL
|
||||||
help
|
help
|
||||||
This driver adds support for ACPI controlled docking stations and removable
|
This driver adds support for ACPI controlled docking stations and removable
|
||||||
|
Loading…
Reference in New Issue
Block a user