Messages in this thread Patch in this message |  | | Date | Fri, 14 Oct 2016 14:35:44 +0200 | From | Jean Delvare <> | Subject | [PATCH] mfd: exynos-lpass: Add hardware dependency |
| |
This driver is meant for Exynos systems so do not offer the option elsewhere unless build-testing.
Signed-off-by: Jean Delvare <jdelvare@suse.de> Cc: Inha Song <ideal.song@samsung.com> Cc: Beomho Seo <beomho.seo@samsung.com> Cc: Sylwester Nawrocki <s.nawrocki@samsung.com> Cc: Lee Jones <lee.jones@linaro.org> --- drivers/mfd/Kconfig | 1 + 1 file changed, 1 insertion(+)
--- linux-4.9-rc0.orig/drivers/mfd/Kconfig 2016-10-13 11:39:40.698109319 +0200 +++ linux-4.9-rc0/drivers/mfd/Kconfig 2016-10-14 14:31:33.449867441 +0200 @@ -293,6 +293,7 @@ config MFD_DLN2 config MFD_EXYNOS_LPASS tristate "Samsung Exynos SoC Low Power Audio Subsystem" + depends on ARCH_EXYNOS || COMPILE_TEST select MFD_CORE select REGMAP_MMIO help
-- Jean Delvare SUSE L3 Support
|  |