summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx-base.inc
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-08-17 15:51:28 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2016-08-23 23:26:55 -0300
commita7b7185a560b2a63f8b94053267faaabf9bb804e (patch)
treee9304cfd73e64cfcb1858ab0bc9089bdfebcea52 /conf/machine/include/imx-base.inc
parentb9f0d32081c6fa2348c2026d026bd2f5d3cea68b (diff)
downloadmeta-freescale-a7b7185a560b2a63f8b94053267faaabf9bb804e.tar.gz
Remove apm from machine features
APM (Advanced Power Management) is a more or less ancient power management API mainly from the x86 world. There is an optional APM emulation layer for ARM, and some platform make some extended use of it (e.g. PXA). However, neither is the emulation enabled on any NXP/Freescale kernel nor is it commonly used, hence remove it from machine feature. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/imx-base.inc')
-rw-r--r--conf/machine/include/imx-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index d6069a72..1d7993c5 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -166,7 +166,7 @@ SERIAL_CONSOLE_mxs = "115200 ttyAMA0"
166 166
167KERNEL_IMAGETYPE = "zImage" 167KERNEL_IMAGETYPE = "zImage"
168 168
169MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" 169MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
170 170
171# Add the ability to specify _imx machines 171# Add the ability to specify _imx machines
172MACHINEOVERRIDES =. "imx:" 172MACHINEOVERRIDES =. "imx:"