diff options
Diffstat (limited to 'arch/sh/boards/mach-highlander/Kconfig')
-rw-r--r-- | arch/sh/boards/mach-highlander/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-highlander/Kconfig b/arch/sh/boards/mach-highlander/Kconfig new file mode 100644 index 000000000000..fc8f28e04ba3 --- /dev/null +++ b/arch/sh/boards/mach-highlander/Kconfig | |||
@@ -0,0 +1,24 @@ | |||
1 | if SH_HIGHLANDER | ||
2 | |||
3 | choice | ||
4 | prompt "Highlander options" | ||
5 | default SH_R7780MP | ||
6 | |||
7 | config SH_R7780RP | ||
8 | bool "R7780RP-1 board support" | ||
9 | depends on CPU_SUBTYPE_SH7780 | ||
10 | |||
11 | config SH_R7780MP | ||
12 | bool "R7780MP board support" | ||
13 | depends on CPU_SUBTYPE_SH7780 | ||
14 | help | ||
15 | Selecting this option will enable support for the mass-production | ||
16 | version of the R7780RP. If in doubt, say Y. | ||
17 | |||
18 | config SH_R7785RP | ||
19 | bool "R7785RP board support" | ||
20 | depends on CPU_SUBTYPE_SH7785 | ||
21 | |||
22 | endchoice | ||
23 | |||
24 | endif | ||