]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/freescale/ls2085ardb/Kconfig
armv8/fsl_lsch3: Change arch to fsl-layerscape
[people/ms/u-boot.git] / board / freescale / ls2085ardb / Kconfig
1
2 if TARGET_LS2085ARDB
3
4 config SYS_BOARD
5 default "ls2085ardb"
6
7 config SYS_VENDOR
8 default "freescale"
9
10 config SYS_SOC
11 default "fsl-layerscape"
12
13 config SYS_CONFIG_NAME
14 default "ls2085ardb"
15
16 endif