From 08d9ac9fe7972582263254a3c9484fc9826fbfd4 Mon Sep 17 00:00:00 2001 From: Gregory Hermant Date: Mon, 28 Jan 2013 06:48:31 +0000 Subject: Add support for the Calao-systems USB-A9260 Signed-off-by: Gregory Hermant Signed-off-by: Peter Korsgaard --- configs/calao_usb_a9260_defconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 configs/calao_usb_a9260_defconfig (limited to 'configs') diff --git a/configs/calao_usb_a9260_defconfig b/configs/calao_usb_a9260_defconfig new file mode 100644 index 000000000..d84f71833 --- /dev/null +++ b/configs/calao_usb_a9260_defconfig @@ -0,0 +1,15 @@ +BR2_arm=y +BR2_arm926t=y +BR2_PACKAGE_MTD=y +BR2_PACKAGE_HOST_SAM_BA=y +BR2_TARGET_ROOTFS_UBIFS=y +BR2_TARGET_AT91BOOTSTRAP=y +BR2_TARGET_AT91BOOTSTRAP_CUSTOM_PATCH_DIR="board/calao/usb-a9260" +BR2_TARGET_AT91BOOTSTRAP_BOARD="usb_a9260" +BR2_TARGET_AT91BOOTSTRAP_NANDFLASH=y +BR2_TARGET_BAREBOX=y +BR2_TARGET_BAREBOX_BOARD_DEFCONFIG="usb_a9260" +BR2_LINUX_KERNEL=y +BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/calao/usb-a9260/linux-3.7.4.config" +BR2_LINUX_KERNEL_ZIMAGE=y -- cgit v1.2.3