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