From 05784cabd0ea071cab15241e7ab6d96982123697 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Sat, 17 Jan 2015 00:00:53 -0200 Subject: 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 --- conf/machine/imx23evk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/imx23evk.conf') diff --git a/conf/machine/imx23evk.conf b/conf/machine/imx23evk.conf index 5b79690..ecaef9a 100644 --- a/conf/machine/imx23evk.conf +++ b/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" -- cgit v1.2.3-54-g00ecf