]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/freescale/ls2085aqds/Kconfig
armv8/ls2085aqds: Add support of LS2085AQDS platform
[people/ms/u-boot.git] / board / freescale / ls2085aqds / Kconfig
1
2 if TARGET_LS2085AQDS
3
4 config SYS_BOARD
5 default "ls2085aqds"
6
7 config SYS_VENDOR
8 default "freescale"
9
10 config SYS_SOC
11 default "fsl-lsch3"
12
13 config SYS_CONFIG_NAME
14 default "ls2085aqds"
15
16 endif