| 1 | --- a/arch/arm/mach-at91/Kconfig |
| 2 | +++ b/arch/arm/mach-at91/Kconfig |
| 3 | @@ -318,6 +318,12 @@ config MACH_NEOCORE926 |
| 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 | @@ -56,6 +56,7 @@ obj-$(CONFIG_MACH_AT91SAM9G10EK) += boar |
| 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 |
| 26 | |