]> git.baikalelectronics.ru Git - uboot.git/commit
pci: Remove unnecessary 'default n' from Kconfig
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Fri, 1 Sep 2017 14:26:02 +0000 (17:26 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 22 Sep 2017 11:39:56 +0000 (07:39 -0400)
commit42b6edfae1cc1a4369ac0c039cd3fdb7f2c87a42
tree41f7a919da9fff4b8dc55a3ec2a75ce4bbdb62f2
parent64bb89747dc1e9ecd99176a45fc112b7c9a0e0dc
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>
drivers/pci/Kconfig