Kconfig 319 B

12345678910111213141516171819202122
  1. if TARGET_HIKEY
  2. config SYS_BOARD
  3. default "hikey"
  4. config SYS_VENDOR
  5. default "hisilicon"
  6. config SYS_SOC
  7. default "hi6220"
  8. config SYS_CONFIG_NAME
  9. default "hikey"
  10. config CONS_INDEX
  11. int "UART used for console"
  12. range 1 4
  13. default 4
  14. help
  15. The hi6220 SoC has 5 UARTs. For example to use UART0 enter 1 here.
  16. endif