From a207ac2953cdc046acef3190f58816df79119f1b Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Wed, 4 Jul 2012 17:18:38 -0500 Subject: imx-base: set common machine features * Set common machine features * imx53qsb, imx53ard add wifi and bluetooth support * imx6qsabrelite add pci to machine features Signed-off-by: Adrian Alonso --- conf/machine/imx53ard.conf | 2 ++ conf/machine/imx53qsb.conf | 2 ++ conf/machine/imx6qsabrelite.conf | 2 ++ conf/machine/include/imx-base.inc | 2 +- 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/conf/machine/imx53ard.conf b/conf/machine/imx53ard.conf index 55a79b6..d4ff4d7 100644 --- a/conf/machine/imx53ard.conf +++ b/conf/machine/imx53ard.conf @@ -11,3 +11,5 @@ SOC_FAMILY = "mx5" UBOOT_ENTRYPOINT = "0x70800000" UBOOT_LOADADDRESS = "0x70800000" UBOOT_MACHINE = "mx53ard_config" + +MACHINE_FEATURES += " wifi bluetooth" diff --git a/conf/machine/imx53qsb.conf b/conf/machine/imx53qsb.conf index 9891e58..69aa7b0 100644 --- a/conf/machine/imx53qsb.conf +++ b/conf/machine/imx53qsb.conf @@ -11,3 +11,5 @@ SOC_FAMILY = "mx5" UBOOT_ENTRYPOINT = "0x70800000" UBOOT_LOADADDRESS = "0x70800000" UBOOT_MACHINE = "mx53loco_config" + +MACHINE_FEATURES += " wifi bluetooth" diff --git a/conf/machine/imx6qsabrelite.conf b/conf/machine/imx6qsabrelite.conf index 784eec4..70196e4 100644 --- a/conf/machine/imx6qsabrelite.conf +++ b/conf/machine/imx6qsabrelite.conf @@ -19,3 +19,5 @@ XSERVER = "xserver-xorg-lite \ xf86-video-fbdev" SERIAL_CONSOLE = "115200 ttymxc1" + +MACHINE_FEATURES += " pci wifi bluetooth" diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 5bc3ec4..c8e31ec 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -36,4 +36,4 @@ SERIAL_CONSOLE = "115200 ttymxc0" KERNEL_IMAGETYPE = "uImage" -MACHINE_FEATURES = "apm pci usbgadget usbhost vfat alsa touchscreen wifi bluetooth" +MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" -- cgit v1.2.3-54-g00ecf