summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx23evk.conf
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-01-17 00:00:53 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2015-01-22 09:48:28 -0200
commit05784cabd0ea071cab15241e7ab6d96982123697 (patch)
tree7ebe2c9ed3a6b41d88731cc856110f6daa26b9f3 /conf/machine/imx23evk.conf
parent0eec3170e876f4f033e1204f6da6fcde84320c63 (diff)
downloadmeta-fsl-arm-05784cabd0ea071cab15241e7ab6d96982123697.tar.gz
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 <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx23evk.conf')
-rw-r--r--conf/machine/imx23evk.conf2
1 files changed, 1 insertions, 1 deletions
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"
16SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" 16SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
17IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard" 17IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard"
18 18
19MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" 19MACHINE_FEATURES = "apm usbgadget usbhost vfat touchscreen"