Kconfig 371 B

1234567891011121314151617181920212223242526
  1. if TARGET_EDISON
  2. config SYS_BOARD
  3. default "edison"
  4. config SYS_VENDOR
  5. default "intel"
  6. config SYS_SOC
  7. default "tangier"
  8. config SYS_CONFIG_NAME
  9. default "edison"
  10. config SYS_TEXT_BASE
  11. default 0x01101000
  12. config BOARD_SPECIFIC_OPTIONS # dummy
  13. def_bool y
  14. select X86_LOAD_FROM_32_BIT
  15. select INTEL_MID
  16. select INTEL_TANGIER
  17. select BOARD_LATE_INIT
  18. select MD5
  19. endif