]> asedeno.scripts.mit.edu Git - linux.git/commit
platform/x86: have ACPI_CMPC use depends instead of select for INPUT
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 15 Jan 2018 05:11:18 +0000 (21:11 -0800)
committerDarren Hart (VMware) <dvhart@infradead.org>
Mon, 15 Jan 2018 20:52:07 +0000 (12:52 -0800)
commit4f258cf4012e24b92b0db7b7b7a8ee883e13782b
tree774899f73891b556c9346c373c565258fe3df628
parent28d71ae92182334421d642297f3b2bf642526c12
platform/x86: have ACPI_CMPC use depends instead of select for INPUT

Drivers should not 'select' a subsystem. Instead they should depend
on it. If the subsystem is disabled, the user probably did that for
a purpose and one driver shouldn't be changing that.

This also makes all platform/x86/ drivers consistent w.r.t depending on
INPUT instead of selecting it.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Andy Shevchenko <andy@infradead.org>
Cc: platform-driver-x86@vger.kernel.org
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
drivers/platform/x86/Kconfig