Eric Nelson | afea2ba | 2013-02-19 10:07:01 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2013 Boundary Devices Inc. |
| 3 | * |
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0+ |
Eric Nelson | afea2ba | 2013-02-19 10:07:01 +0000 | [diff] [blame] | 5 | */ |
| 6 | #ifndef __ASM_ARCH_MX6_PINS_H__ |
| 7 | #define __ASM_ARCH_MX6_PINS_H__ |
| 8 | |
| 9 | #ifdef CONFIG_MX6Q |
| 10 | #include "mx6q_pins.h" |
| 11 | #else |
| 12 | #if defined(CONFIG_MX6DL) || defined(CONFIG_MX6S) |
| 13 | #include "mx6dl_pins.h" |
| 14 | #else |
Fabio Estevam | f7b9ac2 | 2013-04-10 09:32:57 +0000 | [diff] [blame] | 15 | #if defined(CONFIG_MX6SL) |
| 16 | #include "mx6sl_pins.h" |
| 17 | #else |
Eric Nelson | afea2ba | 2013-02-19 10:07:01 +0000 | [diff] [blame] | 18 | #error "Please select cpu" |
Fabio Estevam | f7b9ac2 | 2013-04-10 09:32:57 +0000 | [diff] [blame] | 19 | #endif /* CONFIG_MX6SL */ |
Eric Nelson | afea2ba | 2013-02-19 10:07:01 +0000 | [diff] [blame] | 20 | #endif /* CONFIG_MX6DL or CONFIG_MX6S */ |
| 21 | #endif /* CONFIG_MX6Q */ |
| 22 | |
| 23 | #endif /*__ASM_ARCH_MX6_PINS_H__ */ |