Kconfig (a976c2951d8f376112361830aa7762beff83a205) | Kconfig (c4d77d5fcd8baefb358ae921b940e9bbd09a751e) |
---|---|
1# 2# QCOM Soc drivers 3# | 1# 2# QCOM Soc drivers 3# |
4config QCOM_GLINK_SSR 5 tristate "Qualcomm Glink SSR driver" 6 depends on RPMSG 7 depends on QCOM_RPROC_COMMON 8 help 9 Say y here to enable GLINK SSR support. The GLINK SSR driver 10 implements the SSR protocol for notifying the remote processor about 11 neighboring subsystems going up or down. 12 |
|
4config QCOM_GSBI 5 tristate "QCOM General Serial Bus Interface" 6 depends on ARCH_QCOM 7 select MFD_SYSCON 8 help 9 Say y here to enable GSBI support. The GSBI provides control 10 functions for connecting the underlying serial UART, SPI, and I2C 11 devices to the output pins. --- 65 unchanged lines hidden --- | 13config QCOM_GSBI 14 tristate "QCOM General Serial Bus Interface" 15 depends on ARCH_QCOM 16 select MFD_SYSCON 17 help 18 Say y here to enable GSBI support. The GSBI provides control 19 functions for connecting the underlying serial UART, SPI, and I2C 20 devices to the output pins. --- 65 unchanged lines hidden --- |