blob: ac4f43d1abaea45b1aa0dd14a8fefd52da58c04d [file] [log] [blame]
Ramon Fried914026d2019-04-27 11:15:21 +03001# 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 DM
11 help
12 Enable this configuration option to support configurable PCI
13 endpoints. This should be enabled if the platform has a PCI
14 controllers that can operate in endpoint mode (as a device
15 connected to PCI host or bridge).
16
17endmenu