diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 21:34:36 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 21:34:36 +0900 |
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 5aaee3c707b..1d53496b149 100644 --- a/arch/sh/drivers/pci/Kconfig +++ b/arch/sh/drivers/pci/Kconfig @@ -20,11 +20,8 @@ config SH_PCIDMA_NONCOHERENT # Temporary config option for transitioning off of PCI_AUTO config PCI_NEW - bool + def_bool y depends on PCI - default y if CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7780 || \ - CPU_SUBTYPE_SH7785 || CPU_SH5 || \ - CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R # This is also board-specific config PCI_AUTO |