From a7b7185a560b2a63f8b94053267faaabf9bb804e Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 17 Aug 2016 15:51:28 -0700 Subject: 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 Signed-off-by: Otavio Salvador --- conf/machine/imx28evk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/imx28evk.conf') diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf index c05ad8f6..ac4cef59 100644 --- a/conf/machine/imx28evk.conf +++ b/conf/machine/imx28evk.conf @@ -20,7 +20,7 @@ KERNEL_DEVICETREE = "imx28-evk.dtb" 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 -- cgit v1.2.3-54-g00ecf