at91: Clean up kernel configuration
[openwrt/staging/mkresin.git] / target / linux / at91 / sama5d3 / target.mk
1 BOARDNAME:=SAMA5D3 boards(Cortex-A5)
2 CPU_TYPE:=cortex-a5
3 CPU_SUBTYPE:=vfpv4
4 FEATURES+=fpu
5 DEFAULT_PACKAGES += kmod-usb2
6
7 define Target/Description
8 Build generic firmware for Microchip(Atmel AT91) SAMA5D3 MPU's
9 using the ARMv7 instruction set.
10 endef