From: Fabio Estevam Date: Sat, 17 Jan 2015 02:00:53 +0000 (-0200) Subject: imx23evk: Remove 'alsa' from MACHINE_FEATURES X-Git-Tag: 2.1~702 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1f8df81eaa8c22329d99a473c45b3c368a363c31;p=meta-freescale.git 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 --- 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"