kconfig: Remove dead references to CONFIG_PCI_DEBUG

CONFIG_PCI_DEBUG isn't a Kconfig option we support anymore so remove
some dead references to it.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-03-07 05:05:32 -06:00 committed by Kumar Gala
parent 32caf24cb4
commit 6833ea718f
2 changed files with 4 additions and 5 deletions

View file

@ -26,10 +26,10 @@ config PCI_ENUMERATION
bool "Enable PCI device enumeration"
help
This option enables the PCI enumeration for device drivers.
This might be useful along with PCI_DEBUG to find out which
are the PCI settings of the devices. Once those are known and
statically set in every relevant driver's configuration, it
might be wise to disable this option to remove useless code.
This might be useful to find out which are the PCI settings
of the devices. Once those are known and statically set in
every relevant driver's configuration, it might be wise to
disable this option to remove useless code.
config PCI_LEGACY_BRIDGE
bool "PCI legacy bridge device support"

View file

@ -6,5 +6,4 @@ CONFIG_ETH_E1000=y
CONFIG_PCI_ENUMERATION=y
CONFIG_PCI=y
#CONFIG_PCI_DEBUG=y
#CONFIG_ETHERNET_LOG_LEVEL_DBG=y