You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
309 B
14 lines
309 B
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#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
|
|
|