]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/hisilicon/hikey/Kconfig
ARM64: hikey: hi6220: Add u-boot support for the 96boards CE HiKey board.
[karo-tx-uboot.git] / board / hisilicon / hikey / Kconfig
1 if TARGET_HIKEY
2
3 config SYS_BOARD
4         default "hikey"
5
6 config SYS_VENDOR
7         default "hisilicon"
8
9 config SYS_SOC
10         default "hi6220"
11
12 config SYS_CONFIG_NAME
13         default "hikey"
14
15 endif