summaryrefslogtreecommitdiff
path: root/arch/sh/boards/renesas/hs7751rvoip/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-09-27 13:56:28 +0900
committerPaul Mundt <lethal@linux-sh.org>2006-09-27 13:56:28 +0900
commite8fb67f8e05bb1f4c07c3585967cfc6d44822ab0 (patch)
tree9665b58f9ca86cf577b308a29b9beb4d544fb200 /arch/sh/boards/renesas/hs7751rvoip/Kconfig
parent7e27b9b720e74f471f0f0880c56578d07206c0af (diff)
downloadlinux-next-e8fb67f8e05bb1f4c07c3585967cfc6d44822ab0.tar.gz
sh: HS7751RVoIP board updates.
Various cleanups for HS7751RVoIP. Mostly just getting rid of the old mach.c and splitting codec configuration in to its own Kconfig. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/renesas/hs7751rvoip/Kconfig')
-rw-r--r--arch/sh/boards/renesas/hs7751rvoip/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/sh/boards/renesas/hs7751rvoip/Kconfig b/arch/sh/boards/renesas/hs7751rvoip/Kconfig
new file mode 100644
index 000000000000..1743be477be5
--- /dev/null
+++ b/arch/sh/boards/renesas/hs7751rvoip/Kconfig
@@ -0,0 +1,12 @@
+if SH_HS7751RVOIP
+
+menu "HS7751RVoIP options"
+
+config HS7751RVOIP_CODEC
+ bool "Support VoIP Codec section"
+ help
+ Selecting this option will support CODEC section.
+
+endmenu
+
+endif