Kconfig 397 B

123456789101112131415161718192021222324252627
  1. if TARGET_BAYLEYBAY
  2. config SYS_BOARD
  3. default "bayleybay"
  4. config SYS_VENDOR
  5. default "intel"
  6. config SYS_SOC
  7. default "baytrail"
  8. config SYS_CONFIG_NAME
  9. default "bayleybay"
  10. config SYS_TEXT_BASE
  11. default 0xfff00000
  12. config BOARD_SPECIFIC_OPTIONS # dummy
  13. def_bool y
  14. select X86_RESET_VECTOR
  15. select INTEL_BAYTRAIL
  16. select BOARD_ROMSIZE_KB_8192
  17. config PCIE_ECAM_BASE
  18. default 0xe0000000
  19. endif