diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 19:13:39 +0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 19:13:39 +0400 |
commit | c8b5d9dcbc94ae5e7d9ed647246df4454d25332e (patch) | |
tree | d3f7b80f610c9060e0152cc6f4ddb15c03964dc1 /arch/sh/boards/Kconfig | |
parent | c170f86e31410cc38971c1dedd8b25885e6e43b6 (diff) | |
download | linux-c8b5d9dcbc94ae5e7d9ed647246df4454d25332e.tar.xz |
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" source "arch/sh/boards/mach-highlander/Kconfig" source "arch/sh/boards/mach-sdk7780/Kconfig" source "arch/sh/boards/mach-migor/Kconfig" -source "arch/sh/boards/mach-magicpanelr2/Kconfig" + +if SH_MAGIC_PANEL_R2 + +menu "Magic Panel R2 options" + +config SH_MAGIC_PANEL_R2_VERSION + int SH_MAGIC_PANEL_R2_VERSION + default "3" + help + Set the version of the Magic Panel R2 + +endmenu + +endif |