aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-09-24 15:33:32 +0200
committerLee Jones <lee.jones@linaro.org>2021-11-05 14:40:25 +0000
commit7c0f35e7b4d7b661d8b9e62989eafd093a345a53 (patch)
treebc6815014d4fbb600532aedd1a6bd3fdcf229422 /drivers/mfd
parentmfd: core: Add missing of_node_put for loop iteration (diff)
downloadlinux-dev-7c0f35e7b4d7b661d8b9e62989eafd093a345a53.tar.xz
linux-dev-7c0f35e7b4d7b661d8b9e62989eafd093a345a53.zip
mfd: exynos-lpass: Describe driver in KConfig
Describe better which driver applies to which SoC, to make configuring kernel for Samsung SoC easier. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Link: https://lore.kernel.org/r/20210924133332.112092-1-krzysztof.kozlowski@canonical.com
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 251ffcb06cc4..f99334fa0ae6 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -417,7 +417,9 @@ config MFD_EXYNOS_LPASS
select REGMAP_MMIO
help
Select this option to enable support for Samsung Exynos Low Power
- Audio Subsystem.
+ Audio Subsystem present on some of Samsung Exynos
+ SoCs (e.g. Exynos5433).
+ Choose Y here only if you build for such Samsung SoC.
config MFD_GATEWORKS_GSC
tristate "Gateworks System Controller"