]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/karo/tx51/Kconfig
Merge branch 'karo-tx-uboot' into kc-merge
[karo-tx-uboot.git] / board / karo / tx51 / Kconfig
1 if TARGET_TX51_8XX0
2
3 config SYS_BOARD
4         default "tx51"
5
6 config SYS_VENDOR
7         default "karo"
8
9 config SYS_SOC
10         default "mx5"
11
12 config SYS_CONFIG_NAME
13         default "tx51-8xx0"
14
15 endif
16
17 if TARGET_TX51_8XX1_2
18
19 config SYS_BOARD
20         default "tx51"
21
22 config SYS_VENDOR
23         default "karo"
24
25 config SYS_SOC
26         default "mx5"
27
28 config SYS_CONFIG_NAME
29         default "tx51-8xx1_2"
30
31 endif