xref: /openbmc/u-boot/board/st/stih410-b2260/Kconfig (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
1if TARGET_STIH410_B2260
2
3config SYS_BOARD
4	string
5	default "stih410-b2260"
6
7config SYS_VENDOR
8	string
9	default "st"
10
11config SYS_SOC
12	string
13	default "stih410"
14
15config SYS_CONFIG_NAME
16	string
17	default "stih410-b2260"
18
19endif
20