diff options
Diffstat (limited to 'drivers/pci/pcie/Kconfig')
-rw-r--r-- | drivers/pci/pcie/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig index 5a0c6ad53f8..1d28d863285 100644 --- a/drivers/pci/pcie/Kconfig +++ b/drivers/pci/pcie/Kconfig @@ -10,6 +10,18 @@ config PCIEPORTBUS Power Management Event support and Virtual Channel support to run on PCI Express Ports (Root or Switch). +choice + prompt "PCIE Max Payload Size" + depends on PCIEPORTBUS && APM82181 + default PCIE_MAX_PAYLOAD_SIZE_256 + +config PCIE_MAX_PAYLOAD_SIZE_128 + bool "128 Bytes" + +config PCIE_MAX_PAYLOAD_SIZE_256 + bool "256 Bytes" +endchoice + # # Include service Kconfig here # |