mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 08:43:31 +00:00

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> create mode 100644 arch/mips/txx9/rbtx4939/Makefile create mode 100644 arch/mips/txx9/rbtx4939/irq.c create mode 100644 arch/mips/txx9/rbtx4939/prom.c create mode 100644 arch/mips/txx9/rbtx4939/setup.c create mode 100644 include/asm-mips/txx9/rbtx4939.h
13 lines
270 B
C
13 lines
270 B
C
#ifdef CONFIG_TOSHIBA_JMR3927
|
|
BOARD_VEC(jmr3927_vec)
|
|
#endif
|
|
#ifdef CONFIG_TOSHIBA_RBTX4927
|
|
BOARD_VEC(rbtx4927_vec)
|
|
BOARD_VEC(rbtx4937_vec)
|
|
#endif
|
|
#ifdef CONFIG_TOSHIBA_RBTX4938
|
|
BOARD_VEC(rbtx4938_vec)
|
|
#endif
|
|
#ifdef CONFIG_TOSHIBA_RBTX4939
|
|
BOARD_VEC(rbtx4939_vec)
|
|
#endif
|