diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 14:02:09 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 14:02:09 +0900 |
commit | 36efc35447154317f9ffc5163a1793b5f7ff3de1 (patch) | |
tree | e90017bb7caffa93994c05897e4cb1bbcc278de1 /arch/sh/Kconfig | |
parent | e8fb67f8e05bb1f4c07c3585967cfc6d44822ab0 (diff) | |
download | op-kernel-dev-36efc35447154317f9ffc5163a1793b5f7ff3de1.zip op-kernel-dev-36efc35447154317f9ffc5163a1793b5f7ff3de1.tar.gz |
sh: RTS7751R2D board updates.
More of the same, trivial cleanups, and moving options to their
own board-specific 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 cbf0d52..a66b9c4 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -402,7 +402,7 @@ endmenu source "arch/sh/boards/renesas/hs7751rvoip/Kconfig" -#source "arch/sh/boards/renesas/rts7751r2d/Kconfig" +source "arch/sh/boards/renesas/rts7751r2d/Kconfig" config SH_PCLK_FREQ int "Peripheral clock frequency (in Hz)" |