Skip to content

Commit

Permalink
qcs6490-rb3gen2-core-kit/qcm6490-idp/qcs9100-ride: add pci to MACHINE…
Browse files Browse the repository at this point in the history
…_FEATURES

These boards have PCIe, so reflect that in MACHINE_FEATURES.

Signed-off-by: Koen Kooi <[email protected]>
  • Loading branch information
koenkooi committed Feb 24, 2025
1 parent 292f58f commit c7376fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/machine/qcm6490-idp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

require conf/machine/include/qcom-qcs6490.inc

MACHINE_FEATURES += "efi alsa wifi bluetooth"
MACHINE_FEATURES += "efi alsa wifi bluetooth pci"

KERNEL_DEVICETREE ?= " \
qcom/qcm6490-idp.dtb \
Expand Down
2 changes: 1 addition & 1 deletion conf/machine/qcs6490-rb3gen2-core-kit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

require conf/machine/include/qcom-qcs6490.inc

MACHINE_FEATURES += "efi alsa wifi bluetooth"
MACHINE_FEATURES += "efi alsa wifi bluetooth pci"

KERNEL_DEVICETREE ?= " \
qcom/qcs6490-rb3gen2.dtb \
Expand Down
2 changes: 1 addition & 1 deletion conf/machine/qcs9100-ride-sx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

require conf/machine/include/qcom-qcs9100.inc

MACHINE_FEATURES += "efi alsa wifi"
MACHINE_FEATURES += "efi alsa wifi pci"

KERNEL_DEVICETREE ?= " \
qcom/qcs9100-ride.dtb \
Expand Down

0 comments on commit c7376fa

Please sign in to comment.