aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx53ard.conf2
-rw-r--r--conf/machine/imx53qsb.conf2
-rw-r--r--conf/machine/imx6qsabrelite.conf2
-rw-r--r--conf/machine/include/imx-base.inc2
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"
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"