]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx23evk: Remove 'alsa' from MACHINE_FEATURES
authorFabio Estevam <fabio.estevam@freescale.com>
Sat, 17 Jan 2015 02:00:53 +0000 (00:00 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 22 Jan 2015 11:48:28 +0000 (09:48 -0200)
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 <fabio.estevam@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/conf/machine/imx23evk.conf

index 5b7969064c9cb84d2275cf17328217000a3de4e7..ecaef9a6f0b1f00619c0b8e657aba66fc6352edc 100644 (file)
@@ -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"