diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 08:34:36 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 08:34:36 -0400 |
commit | 951a681bda844491de8699b3bdc6c3899cbd4c9f (patch) | |
tree | 4c0ed37b6906d06ff440f64b1fd8f297952526f5 /arch/sh/drivers/pci/Kconfig | |
parent | 37c8ac361efdbae969eff1a603bc39412d3e873f (diff) |
sh: pci: Convert dreamcast to new-style interface.
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 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/sh/drivers/pci/Kconfig b/arch/sh/drivers/pci/Kconfig index 5aaee3c707b0..1d53496b1498 100644 --- a/arch/sh/drivers/pci/Kconfig +++ b/arch/sh/drivers/pci/Kconfig | |||
@@ -20,11 +20,8 @@ config SH_PCIDMA_NONCOHERENT | |||
20 | 20 | ||
21 | # Temporary config option for transitioning off of PCI_AUTO | 21 | # Temporary config option for transitioning off of PCI_AUTO |
22 | config PCI_NEW | 22 | config PCI_NEW |
23 | bool | 23 | def_bool y |
24 | depends on PCI | 24 | depends on PCI |
25 | default y if CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7780 || \ | ||
26 | CPU_SUBTYPE_SH7785 || CPU_SH5 || \ | ||
27 | CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R | ||
28 | 25 | ||
29 | # This is also board-specific | 26 | # This is also board-specific |
30 | config PCI_AUTO | 27 | config PCI_AUTO |