Skip to content

Commit

Permalink
sh: pci: Kill off the last remnants of the now unused pci-auto code.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Apr 20, 2009
1 parent 2d5efc1 commit 805fcc8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 656 deletions.
18 changes: 0 additions & 18 deletions arch/sh/drivers/pci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,6 @@ config SH_PCIDMA_NONCOHERENT
bridge integrated with your SH CPU, refer carefully to the chip specs
to see if you can say 'N' here. Otherwise, leave it as 'Y'.

# Temporary config option for transitioning off of PCI_AUTO
config PCI_NEW
def_bool y
depends on PCI

# This is also board-specific
config PCI_AUTO
bool
depends on PCI && !PCI_NEW
default y

config PCI_AUTO_UPDATE_RESOURCES
bool
depends on PCI_AUTO
default y if !SH_DREAMCAST
help
Selecting this option will cause the PCI auto code to leave your
BAR values alone. Otherwise they will be updated automatically. If
for some reason, you have a board that simply refuses to work
with its resources updated beyond what they are when the device
is powered up, set this to N. Everyone else will want this as Y.
1 change: 0 additions & 1 deletion arch/sh/drivers/pci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Makefile for the PCI specific kernel interface routines under Linux.
#
obj-y += pci-lib.o
obj-$(CONFIG_PCI_AUTO) += pci.o pci-auto.o
obj-$(CONFIG_PCI_NEW) += pci-new.o

obj-$(CONFIG_CPU_SUBTYPE_SH7751) += pci-sh7751.o ops-sh4.o
Expand Down
Loading

0 comments on commit 805fcc8

Please sign in to comment.