summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorgregory hermant <gregory.hermant@calao-systems.com>2012-07-19 10:19:17 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-07-20 00:07:49 +0200
commit393829dae063896d6288c06787101341b706a63f (patch)
tree7a09176329ca2985672046e11a14a769de2f25fe /configs
parent0b3e06f239b9c12074f88bdfd3c95b3cad0e9f1e (diff)
Add support for the Calao-systems USB-A9263
Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/calao_usb_a9263_defconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/configs/calao_usb_a9263_defconfig b/configs/calao_usb_a9263_defconfig
new file mode 100644
index 000000000..6612d2c95
--- /dev/null
+++ b/configs/calao_usb_a9263_defconfig
@@ -0,0 +1,14 @@
+BR2_arm=y
+BR2_arm926t=y
+BR2_JLEVEL=2
+BR2_PACKAGE_HOST_SAM_BA=y
+BR2_TARGET_ROOTFS_UBIFS=y
+BR2_TARGET_AT91BOOTSTRAP=y
+BR2_TARGET_AT91BOOTSTRAP_CUSTOM_PATCH_DIR="board/calao/usb-a9263/"
+BR2_TARGET_AT91BOOTSTRAP_BOARD="usb_a9263"
+BR2_TARGET_AT91BOOTSTRAP_NANDFLASH=y
+BR2_TARGET_BAREBOX=y
+BR2_TARGET_BAREBOX_BOARD_DEFCONFIG="usb_a9263"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/calao/usb-a9263/linux-3.4.4.config"