diff options
Diffstat (limited to 'arch/sh/boards/Kconfig')
-rw-r--r-- | arch/sh/boards/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index 65abfd41bd79..90ed1ec6921d 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig | |||
@@ -165,6 +165,11 @@ config SH_HIGHLANDER | |||
165 | select SYS_SUPPORTS_PCI | 165 | select SYS_SUPPORTS_PCI |
166 | select IO_TRAPPED if MMU | 166 | select IO_TRAPPED if MMU |
167 | 167 | ||
168 | config SH_SH7757LCR | ||
169 | bool "SH7757LCR" | ||
170 | depends on CPU_SUBTYPE_SH7757 | ||
171 | select ARCH_REQUIRE_GPIOLIB | ||
172 | |||
168 | config SH_SH7785LCR | 173 | config SH_SH7785LCR |
169 | bool "SH7785LCR" | 174 | bool "SH7785LCR" |
170 | depends on CPU_SUBTYPE_SH7785 | 175 | depends on CPU_SUBTYPE_SH7785 |