projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93b1431
)
pci: Remove unnecessary 'default n' from Kconfig
author
Tuomas Tynkkynen
<tuomas.tynkkynen@iki.fi>
Fri, 1 Sep 2017 14:26:02 +0000
(17:26 +0300)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/drivers/pci/Kconfig
b/drivers/pci/Kconfig
index e2a1c0a4096b2e84b99f726b98fbcebbe5ddb94c..8af2470268375d4b63f2e093848d08ec1b9f84f7 100644
(file)
--- 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