Kconfig 500 B

12345678910111213141516171819202122232425262728
  1. if TARGET_CONGA_QEVAL20_QA3_E3845
  2. config SYS_BOARD
  3. default "conga-qeval20-qa3-e3845"
  4. config SYS_VENDOR
  5. default "congatec"
  6. config SYS_SOC
  7. default "baytrail"
  8. config SYS_CONFIG_NAME
  9. default "conga-qeval20-qa3-e3845"
  10. config SYS_TEXT_BASE
  11. default 0xfff00000 if !EFI_STUB
  12. default 0x01110000 if EFI_STUB
  13. config BOARD_SPECIFIC_OPTIONS # dummy
  14. def_bool y
  15. select X86_RESET_VECTOR if !EFI_STUB
  16. select INTEL_BAYTRAIL
  17. select BOARD_ROMSIZE_KB_8192
  18. config PCIE_ECAM_BASE
  19. default 0xe0000000
  20. endif