]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
mfd: sec-core: Allow building as module
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 7 Aug 2018 16:11:25 +0000 (18:11 +0200)
committerLee Jones <lee.jones@linaro.org>
Tue, 23 Oct 2018 07:58:34 +0000 (08:58 +0100)
commiteef0594aee29f289b0ddda02be7ccdbc5dd5956a
tree4bcd13b15296c7ffa1b399f34e0e63088bdc042e
parent838a724072d37c45d717ca38252496253d4c09bc
mfd: sec-core: Allow building as module

The main MFD driver for Samsung PMICs (S2MPSXX, S5M876X) used with
Exynos SoCs can be compiled and used as a module.  The dependent clock,
regulator and RTC drivers already can be built as a module.

Building entire set of drivers as modules might require using initial
ramdisk and can make booting process longer (due to probe deferrals).
However adding such option is useful for testing and for multi-platform
configurations.

This also add required module authors to sec-irq.c file based on recent
main contributors.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
drivers/mfd/sec-irq.c