diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 11:13:39 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 11:13:39 -0400 |
commit | c8b5d9dcbc94ae5e7d9ed647246df4454d25332e (patch) | |
tree | d3f7b80f610c9060e0152cc6f4ddb15c03964dc1 /arch/sh/boards/Kconfig | |
parent | c170f86e31410cc38971c1dedd8b25885e6e43b6 (diff) |
sh: Move out individual boards without mach groups.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/Kconfig')
-rw-r--r-- | arch/sh/boards/Kconfig | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index 324c25ac95ce..ae194869fd60 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig | |||
@@ -242,4 +242,17 @@ source "arch/sh/boards/mach-r2d/Kconfig" | |||
242 | source "arch/sh/boards/mach-highlander/Kconfig" | 242 | source "arch/sh/boards/mach-highlander/Kconfig" |
243 | source "arch/sh/boards/mach-sdk7780/Kconfig" | 243 | source "arch/sh/boards/mach-sdk7780/Kconfig" |
244 | source "arch/sh/boards/mach-migor/Kconfig" | 244 | source "arch/sh/boards/mach-migor/Kconfig" |
245 | source "arch/sh/boards/mach-magicpanelr2/Kconfig" | 245 | |
246 | if SH_MAGIC_PANEL_R2 | ||
247 | |||
248 | menu "Magic Panel R2 options" | ||
249 | |||
250 | config SH_MAGIC_PANEL_R2_VERSION | ||
251 | int SH_MAGIC_PANEL_R2_VERSION | ||
252 | default "3" | ||
253 | help | ||
254 | Set the version of the Magic Panel R2 | ||
255 | |||
256 | endmenu | ||
257 | |||
258 | endif | ||