Merge branch 'master' of git://repo.or.cz/buildroot
[buildroot.git] / target / device / Arm / Config.in
blob2a0780c9377c3dfb5dfd53f1c5960d60ff282538
1 menuconfig BR2_TARGET_ARM
2         bool "ARM Ltd. Device Support"
3         depends on BR2_arm
4         default n
6 comment "Arm based Device Support"
7         depends on BR2_arm && BR2_TARGET_ARM
9 config BR2_TARGET_ARM_INTEGRATOR_926
10         bool "Integrator arm926"
11         depends on BR2_arm && BR2_TARGET_ARM
12         default n
13         select BR2_PACKAGE_LINUX
14         select BR2_ARM_EABI
15         select BR2_KERNEL_HEADERS_2_6_22
16         select BR2_PTHREADS
17         select BR2_arm926t
18         help
19           An ARM integrator 926 board for use with qemu.
20           This one has an MMU.