[U-Boot] [PATCH 5/5] pci: Remove unnecessary 'default n' from Kconfig

Tuomas Tynkkynen tuomas.tynkkynen at iki.fi
Fri Sep 1 14:26:02 UTC 2017


'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 at iki.fi>
---
 drivers/pci/Kconfig | 1 -
 1 file changed, 1 deletion(-)

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
-- 
2.13.0



More information about the U-Boot mailing list