]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/freescale/ls2085aqds/Kconfig
arm: am43xx: enable spi clock
[karo-tx-uboot.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