]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
s390/pci: increase the PCI_NR_FUNCTIONS default
authorSebastian Ott <sebott@linux.vnet.ibm.com>
Mon, 27 Mar 2017 17:09:15 +0000 (19:09 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 5 Apr 2017 05:35:23 +0000 (07:35 +0200)
Users complained that they are hitting the limit of 64 functions (some
physical functions can spawn lots of virtual functions). Double the
default limit. With the latest savings in static data usage this
increases the image size by only 520 bytes.

Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Kconfig

index ca2fe764be2dfc71f7746584fc58efb2ea260176..249c2771be0e1d79b52daea6ad8d908a151eb8e0 100644 (file)
@@ -624,7 +624,7 @@ if PCI
 config PCI_NR_FUNCTIONS
        int "Maximum number of PCI functions (1-4096)"
        range 1 4096
-       default "64"
+       default "128"
        help
          This allows you to specify the maximum number of PCI functions which
          this kernel will support.