kernel: update 3.14 to 3.14.18
[openwrt/openwrt.git] / target / linux / at91 / patches-3.14 / 700-tqma9263-support.patch
1 --- a/arch/arm/mach-at91/Kconfig.non_dt
2 +++ b/arch/arm/mach-at91/Kconfig.non_dt
3 @@ -281,6 +281,12 @@ config MACH_AT91SAM9G10EK
4 Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
5 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
6
7 +config MACH_TQMA9263
8 + bool "TQ Components TQMa9263 board"
9 + help
10 + Select this if you are using the an TQ Components TQMa9263 board.
11 + <http://www.tq-components.com/>
12 +
13 endif
14
15 # ----------------------------------------------------------
16 --- a/arch/arm/mach-at91/Makefile
17 +++ b/arch/arm/mach-at91/Makefile
18 @@ -62,6 +62,7 @@ obj-$(CONFIG_MACH_AT91SAM9G10EK) += boar
19
20 # AT91SAM9263 board-specific support
21 obj-$(CONFIG_MACH_AT91SAM9263EK) += board-sam9263ek.o
22 +obj-$(CONFIG_MACH_TQMA9263) += board-tqma9263.o
23
24 # AT91SAM9RL board-specific support
25 obj-$(CONFIG_MACH_AT91SAM9RLEK) += board-sam9rlek.o