buildrootschalter/configs/at91sam9261ek_defconfig

20 lines
363 B
Plaintext
Raw Normal View History

# Architecture
2007-09-05 08:51:38 +02:00
BR2_arm=y
BR2_arm926t=y
2007-09-05 08:51:38 +02:00
# Host utilities
#
BR2_PACKAGE_HOST_SAM_BA=y
# First stage bootloader
BR2_TARGET_AT91BOOTSTRAP=y
BR2_TARGET_AT91BOOTSTRAP_BOARD="at91sam9261ek"
2008-01-10 10:31:56 +01:00
# Second stage bootloader
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BOARDNAME="at91sam9261ek_dataflash_cs0"
2007-09-05 08:51:38 +02:00
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_DEFCONFIG="at91sam9261_9g10"