diff options
author | Rob Herring <robh@kernel.org> | 2019-01-15 00:35:46 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-01-15 02:01:20 +0300 |
commit | 2e8cb2cf1bd6e90f58bd517eb9ca1938e64fa51c (patch) | |
tree | c7306af5a5aef3c29a950c7a3e5f8fd886f4271c /Kbuild | |
parent | a3869d43c9800cf39496615361c83635fa3e7c82 (diff) | |
download | linux-2e8cb2cf1bd6e90f58bd517eb9ca1938e64fa51c.tar.xz |
PCI: Fix PCI kconfig menu organization
After commit eb01d42a7778 ("PCI: consolidate PCI config entry in
drivers/pci"), all the PCI kconfig options appear below "PCI support"
rather than within a sub-menu. This is because menuconfig expects all
kconfig entries to be enclosed in an if/endif section. Add the missing
if/endif.
With this, "depends on PCI" is redundant in the sub-menu entries and can
be removed.
Fixes: eb01d42a7778 ("PCI: consolidate PCI config entry in drivers/pci")
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions