Kconfig (552c69b36ebd966186573b9c7a286b390935cce1) | Kconfig (eb01d42a77785ff96b6e66a2a2e7027fc6d78e4a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# PCI Endpoint Support 4# 5 6menu "PCI Endpoint" 7 8config PCI_ENDPOINT 9 bool "PCI Endpoint Support" | 1# SPDX-License-Identifier: GPL-2.0 2# 3# PCI Endpoint Support 4# 5 6menu "PCI Endpoint" 7 8config PCI_ENDPOINT 9 bool "PCI Endpoint Support" |
10 depends on HAS_DMA | 10 depends on HAVE_PCI |
11 help 12 Enable this configuration option to support configurable PCI 13 endpoint. This should be enabled if the platform has a PCI 14 controller that can operate in endpoint mode. 15 16 Enabling this option will build the endpoint library, which 17 includes endpoint controller library and endpoint function 18 library. --- 15 unchanged lines hidden --- | 11 help 12 Enable this configuration option to support configurable PCI 13 endpoint. This should be enabled if the platform has a PCI 14 controller that can operate in endpoint mode. 15 16 Enabling this option will build the endpoint library, which 17 includes endpoint controller library and endpoint function 18 library. --- 15 unchanged lines hidden --- |