diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 08:46:42 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 08:46:42 -0400 |
commit | 805fcc88999162b361ef0b0ce25782ef65f147d7 (patch) | |
tree | 6d39798614428034f9fada4bd6406d2100c634b6 /arch/sh/drivers/pci/Kconfig | |
parent | 2d5efc190eb415dbff79ffab4f8ea731ab0288a9 (diff) |
sh: pci: Kill off the last remnants of the now unused pci-auto code.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/drivers/pci/Kconfig')
-rw-r--r-- | arch/sh/drivers/pci/Kconfig | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/sh/drivers/pci/Kconfig b/arch/sh/drivers/pci/Kconfig index 1d53496b1498..ea903a984f01 100644 --- a/arch/sh/drivers/pci/Kconfig +++ b/arch/sh/drivers/pci/Kconfig | |||
@@ -18,24 +18,6 @@ config SH_PCIDMA_NONCOHERENT | |||
18 | bridge integrated with your SH CPU, refer carefully to the chip specs | 18 | bridge integrated with your SH CPU, refer carefully to the chip specs |
19 | to see if you can say 'N' here. Otherwise, leave it as 'Y'. | 19 | to see if you can say 'N' here. Otherwise, leave it as 'Y'. |
20 | 20 | ||
21 | # Temporary config option for transitioning off of PCI_AUTO | ||
22 | config PCI_NEW | 21 | config PCI_NEW |
23 | def_bool y | 22 | def_bool y |
24 | depends on PCI | 23 | depends on PCI |
25 | |||
26 | # This is also board-specific | ||
27 | config PCI_AUTO | ||
28 | bool | ||
29 | depends on PCI && !PCI_NEW | ||
30 | default y | ||
31 | |||
32 | config PCI_AUTO_UPDATE_RESOURCES | ||
33 | bool | ||
34 | depends on PCI_AUTO | ||
35 | default y if !SH_DREAMCAST | ||
36 | help | ||
37 | Selecting this option will cause the PCI auto code to leave your | ||
38 | BAR values alone. Otherwise they will be updated automatically. If | ||
39 | for some reason, you have a board that simply refuses to work | ||
40 | with its resources updated beyond what they are when the device | ||
41 | is powered up, set this to N. Everyone else will want this as Y. | ||