diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 13:56:28 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 13:56:28 +0900 |
commit | e8fb67f8e05bb1f4c07c3585967cfc6d44822ab0 (patch) | |
tree | 9665b58f9ca86cf577b308a29b9beb4d544fb200 /arch/sh/Kconfig | |
parent | 7e27b9b720e74f471f0f0880c56578d07206c0af (diff) | |
download | linux-3.10-e8fb67f8e05bb1f4c07c3585967cfc6d44822ab0.tar.gz linux-3.10-e8fb67f8e05bb1f4c07c3585967cfc6d44822ab0.tar.bz2 linux-3.10-e8fb67f8e05bb1f4c07c3585967cfc6d44822ab0.zip |
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/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 1a0db1d4c95..cbf0d527e99 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -400,7 +400,7 @@ config SH_TMU endmenu -#source "arch/sh/boards/renesas/hs7751rvoip/Kconfig" +source "arch/sh/boards/renesas/hs7751rvoip/Kconfig" #source "arch/sh/boards/renesas/rts7751r2d/Kconfig" |