]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: intel_soc_pmic: Fix a mess with compilation units
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 4 Apr 2017 12:38:56 +0000 (15:38 +0300)
committerLee Jones <lee.jones@linaro.org>
Thu, 27 Apr 2017 10:54:42 +0000 (11:54 +0100)
commitb5238b41858229b2dcb684cd71d81f4c6d6311c0
tree3a3032325b3bb79f4fc09c3380cf189139e1280a
parent90f447170c6f283a80a729ff92aabecdb2206cbe
mfd: intel_soc_pmic: Fix a mess with compilation units

Crystal Cove and Whiskey Cove are two different PMICs which are
installed on Intel Atom SoC based platforms.

Moreover there are two independent drivers that by some reason were
supposed (*) to get into one kernel module.

Fix the mess by clarifying Kconfig option for Crystal Cove and split
Whiskey Cove out of it.

(*) It looks like the configuration was never tested with
    INTEL_SOC_PMIC=n. The line in Makefile is actually wrong.

Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net> (supporter:ACPI)
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/acpi/Kconfig
drivers/gpio/Kconfig
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/platform/x86/Kconfig
drivers/thermal/Kconfig