|
@@ -31,6 +31,8 @@ ifeq ($(CONFIG_CPU_IDLE),y)
|
|
obj-$(CONFIG_SOC_IMX5) += cpuidle-imx5.o
|
|
obj-$(CONFIG_SOC_IMX5) += cpuidle-imx5.o
|
|
obj-$(CONFIG_SOC_IMX6Q) += cpuidle-imx6q.o
|
|
obj-$(CONFIG_SOC_IMX6Q) += cpuidle-imx6q.o
|
|
obj-$(CONFIG_SOC_IMX6SL) += cpuidle-imx6sl.o
|
|
obj-$(CONFIG_SOC_IMX6SL) += cpuidle-imx6sl.o
|
|
|
|
+# i.MX6SX reuses i.MX6Q cpuidle driver
|
|
|
|
+obj-$(CONFIG_SOC_IMX6SX) += cpuidle-imx6q.o
|
|
endif
|
|
endif
|
|
|
|
|
|
ifdef CONFIG_SND_IMX_SOC
|
|
ifdef CONFIG_SND_IMX_SOC
|