]> git.baikalelectronics.ru Git - kernel.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)
commit34cd153f6f4181c4814d6b82e238c60023f70e95
tree774899f73891b556c9346c373c565258fe3df628
parenta23fbb125ae4e145f2efb1991cfe86b6b7f2c791
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