xref: /openbmc/u-boot/board/keymile/km83xx/Kconfig (revision a65b25d1)
1if TARGET_KM8360
2
3config SYS_BOARD
4	default "km83xx"
5
6config SYS_VENDOR
7	default "keymile"
8
9config SYS_CONFIG_NAME
10	default "km8360"
11
12endif
13
14if TARGET_SUVD3
15
16config SYS_BOARD
17	default "km83xx"
18
19config SYS_VENDOR
20	default "keymile"
21
22config SYS_CONFIG_NAME
23	default "suvd3"
24
25endif
26
27if TARGET_TUXX1
28
29config SYS_BOARD
30	default "km83xx"
31
32config SYS_VENDOR
33	default "keymile"
34
35config SYS_CONFIG_NAME
36	default "tuxx1"
37
38endif
39