]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
pci: Remove unnecessary 'default n' from Kconfig
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Fri, 1 Sep 2017 14:26:02 +0000 (17:26 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 22 Sep 2017 11:39:56 +0000 (07:39 -0400)
'default n' is the default anyway so it doesn't need to be specified
explicitly, and the rest of the file doesn't specify it either anywhere.
Drop it.

Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/pci/Kconfig

index e2a1c0a4096b2e84b99f726b98fbcebbe5ddb94c..8af2470268375d4b63f2e093848d08ec1b9f84f7 100644 (file)
@@ -35,7 +35,6 @@ config PCI_PNP
 
 config PCIE_DW_MVEBU
        bool "Enable Armada-8K PCIe driver (DesignWare core)"
-       default n
        depends on DM_PCI
        depends on ARMADA_8K
        help