xref: /openbmc/u-boot/board/aspeed/slt_ast2600/Kconfig (revision 0e84bfa0bae1030b8d25f5ac4515b9db587a2b4e)
1if TARGET_SLT_AST2600
2
3config SYS_BOARD
4	default "slt_ast2600"
5
6config SYS_VENDOR
7	default "aspeed"
8
9config SYS_CONFIG_NAME
10	string "board configuration name"
11	default "slt_ast2600"
12
13endif
14