Config.in 548 B

12345678910111213141516171819202122232425
  1. menuconfig BR2_TARGET_DATAFLASHBOOT
  2. depends on BR2_arm
  3. bool "AT91 DataFlashBoot"
  4. if BR2_TARGET_DATAFLASHBOOT
  5. choice
  6. prompt "Target Architecture"
  7. default BR2_TARGET_DATAFLASHBOOT_AT91RM9200
  8. help
  9. Select Chip for which Dataflash boot should be built
  10. Currently only AT91RM9200 Supported
  11. config BR2_TARGET_DATAFLASHBOOT_AT91RM9200
  12. bool "AT91RM9200"
  13. config BR2_TARGET_DATAFLASHBOOT_AT91SAM9261
  14. bool "AT91SAM9261"
  15. config BR2_TARGET_DATAFLASHBOOT_AT91SAM9261S
  16. bool "AT91SAM9261S"
  17. endchoice
  18. endif # BR2_TARGET_DATAFLASHBOOT