Skip to content

Commit

Permalink
dock: make dock driver not a module
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shaohua Li authored and Len Brown committed Oct 23, 2008
1 parent 3262a8f commit 898b054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ config ACPI_FAN
applications to perform basic fan control (on, off, status).

config ACPI_DOCK
tristate "Dock"
bool "Dock"
depends on EXPERIMENTAL
help
This driver adds support for ACPI controlled docking stations and removable
Expand Down

0 comments on commit 898b054

Please sign in to comment.