941b4a66543619370121db2224e36844c5893483
[openwrt.git] / target / linux / at91 / patches / 700-tqma9263-support.patch
1 --- a/arch/arm/mach-at91/Kconfig
2 +++ b/arch/arm/mach-at91/Kconfig
3 @@ -317,6 +317,12 @@
4 help
5 Select this if you are using the Adeneo Neocore 926 board.
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 @@ -55,6 +55,7 @@
19 obj-$(CONFIG_MACH_AT91SAM9263EK) += board-sam9263ek.o
20 obj-$(CONFIG_MACH_USB_A9263) += board-usb-a9263.o
21 obj-$(CONFIG_MACH_NEOCORE926) += board-neocore926.o
22 +obj-$(CONFIG_MACH_TQMA9263) += board-tqma9263.o
23
24 # AT91SAM9RL board-specific support
25 obj-$(CONFIG_MACH_AT91SAM9RLEK) += board-sam9rlek.o
This page took 0.041993 seconds and 3 git commands to generate.