From: Tuomas Tynkkynen Date: Fri, 1 Sep 2017 14:26:02 +0000 (+0300) Subject: pci: Remove unnecessary 'default n' from Kconfig X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44913a185fc8f0de27c3fcba424309b4e0098a43;p=people%2Fms%2Fu-boot.git pci: Remove unnecessary 'default n' from Kconfig '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 Reviewed-by: Bin Meng --- diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index e2a1c0a409..8af2470268 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -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