aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/Kconfig
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2014-08-13 16:14:13 -0500
committerDavid Barksdale <amatus@amatus.name>2014-08-13 16:14:13 -0500
commitace6c6d243016e272050787c14e27a83ecd94a25 (patch)
treec837edb1ca98b2552fbc7edba47aeb63f98ca1f0 /drivers/pci/pcie/Kconfig
parent1b6e1688bd215cd7c9cb75650fa815a1ec6567e1 (diff)
Diffstat (limited to 'drivers/pci/pcie/Kconfig')
-rw-r--r--drivers/pci/pcie/Kconfig12
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
#