diff --git a/conf/machine/imx8-nmhw23.conf b/conf/machine/imx8-nmhw23.conf index e4f13bf..b0c8787 100644 --- a/conf/machine/imx8-nmhw23.conf +++ b/conf/machine/imx8-nmhw23.conf @@ -42,6 +42,7 @@ WWAN_NBR = "1" WWAN_VENDORS = "ublox" MACHINE_FEATURES += " \ + pci \ can \ spi \ imu \ diff --git a/conf/machine/include/armada.inc b/conf/machine/include/armada.inc index 04099f4..48ba26f 100644 --- a/conf/machine/include/armada.inc +++ b/conf/machine/include/armada.inc @@ -17,7 +17,7 @@ UBOOT_ENTRYPOINT = "0x13000000" UBOOT_LOADADDRESS = "0x13000000" # List common SoC features, may need to add touchscreen for specific machines -MACHINE_FEATURES = "kernel26 usbgadget usbhost vfat ext2 ext4 ethernet" +MACHINE_FEATURES = "kernel26 usbgadget usbhost pci vfat ext2 ext4 ethernet" SOTA_MACHINE = "armada-385" diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index 18e4db8..409e69e 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc @@ -39,7 +39,7 @@ IMAGE_BOOT_FILES = "MLO u-boot.img" UBI_VOLNAME = "rootfs" # List common SoC features, may need to add touchscreen for specific machines -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx" +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost pci vfat ext2 screen alsa ethernet sgx" NM_TARGET = "netbird"