Skip to content

Commit 29dcd47

Browse files
committed
move
1 parent a9f7466 commit 29dcd47

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

kernel/configs/vamos.config

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ CONFIG_USB_SERIAL_OPTION=y
2222
# Networking
2323
CONFIG_IPV6=y
2424

25+
# Modem / Remoteproc
26+
CONFIG_QCOM_Q6V5_COMMON=y
27+
CONFIG_QCOM_Q6V5_MSS=y
28+
CONFIG_QCOM_SYSMON=y
29+
CONFIG_RPMSG_QCOM_GLINK_SMEM=y
30+
CONFIG_QRTR=y
31+
CONFIG_QRTR_SMD=y
32+
CONFIG_QCOM_PDR_HELPERS=y
33+
CONFIG_RPMSG_CHAR=y
34+
CONFIG_RESET_QCOM_PDC=y
35+
2536
# PPP (for LTE modem data connection)
2637
CONFIG_PPP=y
2738
CONFIG_PPP_ASYNC=y
@@ -35,17 +46,6 @@ CONFIG_I2C_QCOM_GENI=y
3546
# Power monitoring (INA231)
3647
CONFIG_SENSORS_INA2XX=y
3748

38-
# Modem / Remoteproc
39-
CONFIG_QCOM_Q6V5_COMMON=y
40-
CONFIG_QCOM_Q6V5_MSS=y
41-
CONFIG_QCOM_SYSMON=y
42-
CONFIG_RPMSG_QCOM_GLINK_SMEM=y
43-
CONFIG_QRTR=y
44-
CONFIG_QRTR_SMD=y
45-
CONFIG_QCOM_PDR_HELPERS=y
46-
CONFIG_RPMSG_CHAR=y
47-
CONFIG_RESET_QCOM_PDC=y
48-
4949
# GPIO
5050
# TODO: migrate gpio.sh, lte.sh, and power_drop_monitor.py to chardev (libgpiod)
5151
# and remove GPIO_SYSFS (deprecated)

0 commit comments

Comments
 (0)