Kconfig (37587673cda963ec950e4983db5023802f9b5ff2) | Kconfig (1bf5f25324f7f6a52c3eb566ec5f78f6a901db96) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# PCI Endpoint Functions 4# 5 6config PCI_EPF_TEST 7 tristate "PCI Endpoint Test driver" 8 depends on PCI_ENDPOINT --- 23 unchanged lines hidden (view full) --- 32 depends on NTB 33 select CONFIGFS_FS 34 help 35 Select this configuration option to enable the Non-Transparent 36 Bridge (NTB) driver for PCIe Endpoint. NTB driver implements NTB 37 between PCI Root Port and PCIe Endpoint. 38 39 If in doubt, say "N" to disable Endpoint NTB driver. | 1# SPDX-License-Identifier: GPL-2.0 2# 3# PCI Endpoint Functions 4# 5 6config PCI_EPF_TEST 7 tristate "PCI Endpoint Test driver" 8 depends on PCI_ENDPOINT --- 23 unchanged lines hidden (view full) --- 32 depends on NTB 33 select CONFIGFS_FS 34 help 35 Select this configuration option to enable the Non-Transparent 36 Bridge (NTB) driver for PCIe Endpoint. NTB driver implements NTB 37 between PCI Root Port and PCIe Endpoint. 38 39 If in doubt, say "N" to disable Endpoint NTB driver. |
40 41config PCI_EPF_MHI 42 tristate "PCI Endpoint driver for MHI bus" 43 depends on PCI_ENDPOINT && MHI_BUS_EP 44 help 45 Enable this configuration option to enable the PCI Endpoint 46 driver for Modem Host Interface (MHI) bus in Qualcomm Endpoint 47 devices such as SDX55. 48 49 If in doubt, say "N" to disable Endpoint driver for MHI bus. |
|