aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-07-30 00:13:39 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-07-30 00:13:39 +0900
commitc8b5d9dcbc94ae5e7d9ed647246df4454d25332e (patch)
treed3f7b80f610c9060e0152cc6f4ddb15c03964dc1 /arch/sh/boards/Kconfig
parentsh: Make sure AT_SYSINFO_EHDR is exposed to userspace in asm/auxvec.h. (diff)
downloadlinux-dev-c8b5d9dcbc94ae5e7d9ed647246df4454d25332e.tar.xz
linux-dev-c8b5d9dcbc94ae5e7d9ed647246df4454d25332e.zip
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"
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