Skip to content

Commit c9ec8f9

Browse files
authored
add phone capability via MACHINE_FEATURE for Industrial kits. (#1861)
This change adds the 'phone' capability to MACHINE_FEATURES for the Rb3gen2-core-kit, iq-9075-evk and iq-8275-evk machines having external M.2 attach modems. The intent is to advertise telephony support at the machine level, allowing higher layers to conditionally enable cellular-related components based on MACHINE_FEATURES.
2 parents fc49d53 + 0ba4826 commit c9ec8f9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

conf/machine/iq-8275-evk.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
require conf/machine/include/qcom-qcs8300.inc
66

7-
MACHINE_FEATURES += "efi pci tpm2"
7+
MACHINE_FEATURES += "efi pci tpm2 phone"
88

99
KERNEL_DEVICETREE ?= " \
1010
qcom/monaco-evk.dtb \

conf/machine/iq-9075-evk.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
MACHINE_FEATURES += "efi pci tpm2"
7+
MACHINE_FEATURES += "efi pci tpm2 phone"
88

99
KERNEL_DEVICETREE ?= " \
1010
qcom/lemans-evk.dtb \

conf/machine/rb3gen2-core-kit.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
require conf/machine/include/qcom-qcs6490.inc
66

77
# NOTE: TPM hardware is only present on rb3gen2-industrial kit
8-
MACHINE_FEATURES += "efi pci tpm2"
8+
MACHINE_FEATURES += "efi pci tpm2 phone"
99

1010
KERNEL_DEVICETREE ?= " \
1111
qcom/qcs6490-rb3gen2.dtb \

0 commit comments

Comments
 (0)