diff options
author | Len Brown <len.brown@intel.com> | 2008-03-18 01:22:10 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-03-18 01:22:10 -0400 |
commit | ece54e2ff45062852e4647e85b2bb5f6aee8211c (patch) | |
tree | a445b761aec49a9f5945417f4d92419422a4d31b /drivers/thermal | |
parent | 6d7f014e55c5227220da1f021c518487fcfd585a (diff) | |
download | op-kernel-dev-ece54e2ff45062852e4647e85b2bb5f6aee8211c.zip op-kernel-dev-ece54e2ff45062852e4647e85b2bb5f6aee8211c.tar.gz |
thermal: delete "default y"
The generic thermal I/F gets selected by ACPI_THERMAL --
its only current customer.
it doesn't need to clutter other configs by default.
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r-- | drivers/thermal/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 69f19f2..17e71d5 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -4,7 +4,6 @@ menuconfig THERMAL bool "Generic Thermal sysfs driver" - default y help Generic Thermal Sysfs driver offers a generic mechanism for thermal management. Usually it's made up of one or more thermal |