diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 07:40:48 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 07:40:48 -0400 |
commit | 48e4237d96fdcb1237b63bcddb37771f97452eec (patch) | |
tree | 8a3f8ea4bff0f4545560fbeb6e3d1c06f882cf46 /arch/sh/drivers/pci/Kconfig | |
parent | 3444f5ec49bc6cb901ffea38e085db1d76e1189c (diff) |
sh: pci: Convert the SH-5 code over to the new 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/Kconfig b/arch/sh/drivers/pci/Kconfig index efe8cf965a9b..f9fb1d1b623e 100644 --- a/arch/sh/drivers/pci/Kconfig +++ b/arch/sh/drivers/pci/Kconfig | |||
@@ -23,7 +23,7 @@ config PCI_NEW | |||
23 | bool | 23 | bool |
24 | depends on PCI | 24 | depends on PCI |
25 | default y if CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7780 || \ | 25 | default y if CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7780 || \ |
26 | CPU_SUBTYPE_SH7785 | 26 | CPU_SUBTYPE_SH7785 || CPU_SH5 |
27 | 27 | ||
28 | # This is also board-specific | 28 | # This is also board-specific |
29 | config PCI_AUTO | 29 | config PCI_AUTO |