Home
last modified time | relevance | path

Searched hist:"4 a507d93fac78ecd37d18343c57c564f6a126f01" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/misc/
H A DKconfigdiff 4a507d93fac78ecd37d18343c57c564f6a126f01 Thu Feb 07 23:37:16 CST 2008 Len Brown <len.brown@intel.com> 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>