Skip to content

Commit ea8f218

Browse files
committed
rb3gen2-core-kit: add phone to MACHINE_FEATURES
Add 'phone' to MACHINE_FEATURES to support cellular and telephony functionality for external M.2 attach modems on RB3Gen2 Industrial kit configurations. On RB3 Gen2, the SDX modem is attached via the Industrial Mezzanine Board, which provides an M.2 B-key slot (PCIe/MHI). The base RB3 Gen2 core/vision kits do not include native M.2 support. Signed-off-by: Mrigank Dembla <mdembla@qti.qualcomm.com>
1 parent fa799aa commit ea8f218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)