From 1f8df81eaa8c22329d99a473c45b3c368a363c31 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Sat, 17 Jan 2015 00:00:53 -0200 Subject: [PATCH] imx23evk: Remove 'alsa' from MACHINE_FEATURES Mainline kernel currently does not have support for the on-chip audio codec on mx23, so remove the 'alsa' entry from the MACHINE_FEATURES. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- meta-fsl-arm/conf/machine/imx23evk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-fsl-arm/conf/machine/imx23evk.conf b/meta-fsl-arm/conf/machine/imx23evk.conf index 5b796906..ecaef9a6 100644 --- a/meta-fsl-arm/conf/machine/imx23evk.conf +++ b/meta-fsl-arm/conf/machine/imx23evk.conf @@ -16,4 +16,4 @@ KERNEL_DEVICETREE = "imx23-evk.dtb" SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard" -MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" +MACHINE_FEATURES = "apm usbgadget usbhost vfat touchscreen" -- 2.40.1