summaryrefslogtreecommitdiffstats
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:53:10 -0200
commit68a2c93c63cc1ad1141108bfcf494fab77230219 (patch)
tree392d13a8b5990c11481eb0301e5816cbc89389a5
parent9eb08907e291fe049d5d83f76c9e2dd63f4496dc (diff)
downloadmeta-fsl-arm-68a2c93c63cc1ad1141108bfcf494fab77230219.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>
-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"