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>
KERNEL_DEVICETREE = "imx23-evk.dtb"
-MACHINE_FEATURES = "apm usbgadget usbhost vfat touchscreen"
+MACHINE_FEATURES = "usbgadget usbhost vfat touchscreen"
SERIAL_CONSOLE = "115200 ttyAMA0"
-MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"
+MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
## Parameters for NAND IC part-# K9LBG08U0D-PCB0
KERNEL_IMAGETYPE = "zImage"
-MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"
+MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
# Add the ability to specify _imx machines
MACHINEOVERRIDES =. "imx:"
SERIAL_CONSOLE = "115200 ttyLP1"
-MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"
+MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"