]> git.sur5r.net Git - u-boot/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)
commit44913a185fc8f0de27c3fcba424309b4e0098a43
tree41f7a919da9fff4b8dc55a3ec2a75ce4bbdb62f2
parent93b1431f1a9a12403319b1461b9494b0b171eab8
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