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/boards/renesas/rts7751r2d/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/boards/renesas/rts7751r2d/Kconfig')
-rw-r--r-- | arch/sh/boards/renesas/rts7751r2d/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/sh/boards/renesas/rts7751r2d/Kconfig b/arch/sh/boards/renesas/rts7751r2d/Kconfig new file mode 100644 index 0000000..7780d1fb --- /dev/null +++ b/arch/sh/boards/renesas/rts7751r2d/Kconfig @@ -0,0 +1,12 @@ +if SH_RTS7751R2D + +menu "RTS7751R2D options" + +config RTS7751R2D_REV11 + bool "RTS7751R2D Rev. 1.1 board support" + help + Selecting this option will support version rev. 1.1. +endmenu + +endif + |