]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
acer-wmi, tc1100-wmi: select ACPI_WMI
authorLen Brown <len.brown@intel.com>
Fri, 8 Feb 2008 05:37:16 +0000 (00:37 -0500)
committerLen Brown <len.brown@intel.com>
Fri, 8 Feb 2008 05:37:16 +0000 (00:37 -0500)
commit4a507d93fac78ecd37d18343c57c564f6a126f01
tree8e71144378b8cd970060b0cb34c2568143122360
parent20b4514799ebcfb04b45537e90e421cb73fd0cc9
acer-wmi, tc1100-wmi: select ACPI_WMI

It is safe for these Kconfig entries to use select because
they select ACPI_WMI, which already has its dependencies
satisfied.  This makes Kconfig more user friendly, since
the user selects the driver they want and the dependency
is met for them.  Otherwise, the user would have to find
and enable ACPI_WMI to make enabling these drivers possible.

Signed-off-by: Len Brown <len.brown@intel.com>
drivers/misc/Kconfig