mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 07:17:29 +07:00
de7975c2a4
ZTE ZX SPDIF and I2S drivers can work on not only ZX296702 but also other ZTE ZX family SoCs like ZX296718, which is an arm64 platform. Let's make a few renaming and tweak the Kconfig a bit to get the drivers available for other ZTE ZX platforms. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Reviewed-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
3 lines
70 B
Makefile
3 lines
70 B
Makefile
obj-$(CONFIG_ZX_SPDIF) += zx-spdif.o
|
|
obj-$(CONFIG_ZX_I2S) += zx-i2s.o
|