blob: 9171502a198b132c018d7bb6cebd551d530e27ed [file] [log] [blame]
Peter Griffin11ac2362015-07-30 18:55:23 +01001if 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
Peter Griffin9c71bcd2015-09-10 21:55:17 +010015config 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
Peter Griffin11ac2362015-07-30 18:55:23 +010022endif