diff options
author | Adrian Alonso <aalonso00@gmail.com> | 2012-07-04 17:18:38 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-07-04 23:15:53 -0300 |
commit | a207ac2953cdc046acef3190f58816df79119f1b (patch) | |
tree | cc625168eb7bbfd2d271df00bf7fb5e99242675d | |
parent | ed5d72ecb0d9293f94346c9ceffa38ca46a75c3a (diff) | |
download | meta-fsl-arm-a207ac2953cdc046acef3190f58816df79119f1b.tar.gz |
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 <aalonso00@gmail.com>
-rw-r--r-- | conf/machine/imx53ard.conf | 2 | ||||
-rw-r--r-- | conf/machine/imx53qsb.conf | 2 | ||||
-rw-r--r-- | conf/machine/imx6qsabrelite.conf | 2 | ||||
-rw-r--r-- | conf/machine/include/imx-base.inc | 2 |
4 files changed, 7 insertions, 1 deletions
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" | |||
11 | UBOOT_ENTRYPOINT = "0x70800000" | 11 | UBOOT_ENTRYPOINT = "0x70800000" |
12 | UBOOT_LOADADDRESS = "0x70800000" | 12 | UBOOT_LOADADDRESS = "0x70800000" |
13 | UBOOT_MACHINE = "mx53ard_config" | 13 | UBOOT_MACHINE = "mx53ard_config" |
14 | |||
15 | 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" | |||
11 | UBOOT_ENTRYPOINT = "0x70800000" | 11 | UBOOT_ENTRYPOINT = "0x70800000" |
12 | UBOOT_LOADADDRESS = "0x70800000" | 12 | UBOOT_LOADADDRESS = "0x70800000" |
13 | UBOOT_MACHINE = "mx53loco_config" | 13 | UBOOT_MACHINE = "mx53loco_config" |
14 | |||
15 | 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 \ | |||
19 | xf86-video-fbdev" | 19 | xf86-video-fbdev" |
20 | 20 | ||
21 | SERIAL_CONSOLE = "115200 ttymxc1" | 21 | SERIAL_CONSOLE = "115200 ttymxc1" |
22 | |||
23 | 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" | |||
36 | 36 | ||
37 | KERNEL_IMAGETYPE = "uImage" | 37 | KERNEL_IMAGETYPE = "uImage" |
38 | 38 | ||
39 | MACHINE_FEATURES = "apm pci usbgadget usbhost vfat alsa touchscreen wifi bluetooth" | 39 | MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" |