at91: add Kconfig symbol for CONFIG_USB_ATMEL_USBA
[openwrt/openwrt.git] / target / linux / at91 / patches / 700-tqma9263-support.patch
1 --- a/arch/arm/mach-at91/Kconfig.non_dt
2 +++ b/arch/arm/mach-at91/Kconfig.non_dt
3 @@ -258,6 +258,12 @@ config MACH_USB_A9263
4 Select this if you are using a Calao Systems USB-A9263.
5 <http://www.calao-systems.com>
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 @@ -68,6 +68,7 @@ obj-$(CONFIG_MACH_AT91SAM9G10EK) += boar
19 # AT91SAM9263 board-specific support
20 obj-$(CONFIG_MACH_AT91SAM9263EK) += board-sam9263ek.o
21 obj-$(CONFIG_MACH_USB_A9263) += board-usb-a926x.o
22 +obj-$(CONFIG_MACH_TQMA9263) += board-tqma9263.o
23
24 # AT91SAM9RL board-specific support
25 obj-$(CONFIG_MACH_AT91SAM9RLEK) += board-sam9rlek.o