summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-09-01 17:26:02 +0300
committerTom Rini <trini@konsulko.com>2017-09-22 14:39:56 +0300
commit44913a185fc8f0de27c3fcba424309b4e0098a43 (patch)
tree41f7a919da9fff4b8dc55a3ec2a75ce4bbdb62f2
parent93b1431f1a9a12403319b1461b9494b0b171eab8 (diff)
downloadu-boot-44913a185fc8f0de27c3fcba424309b4e0098a43.tar.xz
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 <tuomas.tynkkynen@iki.fi> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
-rw-r--r--drivers/pci/Kconfig1
1 files changed, 0 insertions, 1 deletions
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