Config.in 391 B

12345678910111213141516
  1. config BR2_TARGET_XLOADER
  2. bool "X-loader"
  3. depends on BR2_cortex_a8 || BR2_cortex_a9
  4. help
  5. The x-loader bootloader. It is mainly used on OMAP-based
  6. platforms.
  7. if BR2_TARGET_XLOADER
  8. config BR2_TARGET_XLOADER_BOARDNAME
  9. string "x-loader board name"
  10. help
  11. One of x-loader supported boards to be built.
  12. This will be suffixed with _config to meet x-loader
  13. standard naming.
  14. endif