Kconfig 224 B

1234567891011121314151617
  1. if TARGET_KMCENT2
  2. config SYS_BOARD
  3. default "kmcent2"
  4. config SYS_VENDOR
  5. default "keymile"
  6. config SYS_CONFIG_NAME
  7. default "kmcent2"
  8. config BOARD_SPECIFIC_OPTIONS
  9. def_bool y
  10. select ARCH_T1040
  11. select PHYS_64BIT
  12. endif