diff options
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 |