diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-08-17 15:51:28 -0700 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-08-23 23:26:55 -0300 |
commit | a7b7185a560b2a63f8b94053267faaabf9bb804e (patch) | |
tree | e9304cfd73e64cfcb1858ab0bc9089bdfebcea52 /conf/machine/imx23evk.conf | |
parent | b9f0d32081c6fa2348c2026d026bd2f5d3cea68b (diff) | |
download | meta-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/imx23evk.conf')
-rw-r--r-- | conf/machine/imx23evk.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx23evk.conf b/conf/machine/imx23evk.conf index ddd60285..6ec1f14f 100644 --- a/conf/machine/imx23evk.conf +++ b/conf/machine/imx23evk.conf | |||
@@ -14,4 +14,4 @@ UBOOT_MACHINE = "mx23evk_config" | |||
14 | 14 | ||
15 | KERNEL_DEVICETREE = "imx23-evk.dtb" | 15 | KERNEL_DEVICETREE = "imx23-evk.dtb" |
16 | 16 | ||
17 | MACHINE_FEATURES = "apm usbgadget usbhost vfat touchscreen" | 17 | MACHINE_FEATURES = "usbgadget usbhost vfat touchscreen" |