blob: 6d97189d275f7b76b269ced3f35e36590088deb8 [file] [log] [blame]
Jean-Christophe PLAGNIOL-VILLARD8096c512009-06-13 12:50:04 +02001/*
2 * Copyright (C) 2009 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jrosoft.com>
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 */
10
11#ifndef __ASM_ARCH_AT91SAM9_MATRIX_H
12#define __ASM_ARCH_AT91SAM9_MATRIX_H
13
14#if defined(CONFIG_AT91SAM9260) || defined(CONFIG_AT91SAM9G20)
15#include <asm/arch/at91sam9260_matrix.h>
16#elif defined(CONFIG_AT91SAM9261)
17#include <asm/arch/at91sam9261_matrix.h>
18#elif defined(CONFIG_AT91SAM9263)
19#include <asm/arch/at91sam9263_matrix.h>
20#elif defined(CONFIG_AT91SAM9RL)
21#include <asm/arch/at91sam9rl_matrix.h>
22#elif defined(CONFIG_AT91CAP9)
23#include <asm/arch/at91cap9_matrix.h>
Sedji Gaouaou22ee6472009-07-09 10:16:29 +020024#elif defined(CONFIG_AT91SAM9G45) || defined(CONFIG_AT91SAM9M10G45)
25#include <asm/arch/at91sam9g45_matrix.h>
Jean-Christophe PLAGNIOL-VILLARD8096c512009-06-13 12:50:04 +020026#else
27#error "Unsupported AT91SAM9/CAP9 processor"
28#endif
29
30#endif /* __ASM_ARCH_AT91SAM9_MATRIX_H */