Kconfig 393 B

1234567891011121314151617
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # PCI Endpoint Support
  4. #
  5. menu "PCI Endpoint"
  6. config PCI_ENDPOINT
  7. bool "PCI Endpoint Support"
  8. depends on DM
  9. help
  10. Enable this configuration option to support configurable PCI
  11. endpoints. This should be enabled if the platform has a PCI
  12. controllers that can operate in endpoint mode (as a device
  13. connected to PCI host or bridge).
  14. endmenu