]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/hisilicon/hikey/Kconfig
ARM: hikey: hi6220: Migrate over to DM_SERIAL and use UART3 by default.
[people/ms/u-boot.git] / board / hisilicon / hikey / Kconfig
CommitLineData
11ac2363
PG
1if TARGET_HIKEY
2
3config SYS_BOARD
4 default "hikey"
5
6config SYS_VENDOR
7 default "hisilicon"
8
9config SYS_SOC
10 default "hi6220"
11
12config SYS_CONFIG_NAME
13 default "hikey"
14
9c71bcdc
PG
15config CONS_INDEX
16 int "UART used for console"
17 range 1 4
18 default 4
19 help
20 The hi6220 SoC has 5 UARTs. For example to use UART0 enter 1 here.
21
11ac2363 22endif