aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-07-29 11:13:39 -0400
committerPaul Mundt <lethal@linux-sh.org>2008-07-29 11:13:39 -0400
commitc8b5d9dcbc94ae5e7d9ed647246df4454d25332e (patch)
treed3f7b80f610c9060e0152cc6f4ddb15c03964dc1 /arch/sh/boards/Kconfig
parentc170f86e31410cc38971c1dedd8b25885e6e43b6 (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/Kconfig15
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"
242source "arch/sh/boards/mach-highlander/Kconfig" 242source "arch/sh/boards/mach-highlander/Kconfig"
243source "arch/sh/boards/mach-sdk7780/Kconfig" 243source "arch/sh/boards/mach-sdk7780/Kconfig"
244source "arch/sh/boards/mach-migor/Kconfig" 244source "arch/sh/boards/mach-migor/Kconfig"
245source "arch/sh/boards/mach-magicpanelr2/Kconfig" 245
246if SH_MAGIC_PANEL_R2
247
248menu "Magic Panel R2 options"
249
250config 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
256endmenu
257
258endif