mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 12:44:23 +08:00
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>
This commit is contained in:
parent
93b1431f1a
commit
44913a185f
@ -35,7 +35,6 @@ config PCI_PNP
|
|||||||
|
|
||||||
config PCIE_DW_MVEBU
|
config PCIE_DW_MVEBU
|
||||||
bool "Enable Armada-8K PCIe driver (DesignWare core)"
|
bool "Enable Armada-8K PCIe driver (DesignWare core)"
|
||||||
default n
|
|
||||||
depends on DM_PCI
|
depends on DM_PCI
|
||||||
depends on ARMADA_8K
|
depends on ARMADA_8K
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user