xref: /openbmc/u-boot/board/aspeed/ast2600_dcscm/Kconfig (revision 3ba98ed8ef6169e64bedad05b50a07d341b4ebd3)
1if TARGET_AST2600_DCSCM
2
3config SYS_BOARD
4	default "ast2600_dcscm"
5
6config SYS_VENDOR
7	default "aspeed"
8
9config SYS_CONFIG_NAME
10	string "board configuration name"
11	default "ast2600_dcscm"
12
13config AVENUE_CITY_CRB
14	bool "Support for Intel Avenue City CRB"
15	default n
16
17endif
18