diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-22 02:29:10 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:55 -0500 |
commit | b6d7b666097e79a8908e3c43fd55fd291a95e133 (patch) | |
tree | 61ab633feecd144d129fc3b220ecb9376c7949bd /arch/sh/Kconfig | |
parent | d5f68c6dbda8e63df258a0c639f03d7565cf1d50 (diff) |
sh: Get the SH-5 PCI support building.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index c0797b4aadbb..1ad3ce540021 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -512,6 +512,7 @@ config SH_SIMULATOR | |||
512 | config SH_CAYMAN | 512 | config SH_CAYMAN |
513 | bool "Hitachi Cayman" | 513 | bool "Hitachi Cayman" |
514 | depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103 | 514 | depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103 |
515 | select SYS_SUPPORTS_PCI | ||
515 | 516 | ||
516 | config SH_HARP | 517 | config SH_HARP |
517 | bool "ST50 Harp" | 518 | bool "ST50 Harp" |