xref: /openbmc/u-boot/board/sysam/stmark2/Kconfig (revision 56192959)
1*a373024eSAngelo Dureghelloif TARGET_STMARK2
2*a373024eSAngelo Dureghello
3*a373024eSAngelo Dureghelloconfig SYS_CPU
4*a373024eSAngelo Dureghello	default "mcf5445x"
5*a373024eSAngelo Dureghello
6*a373024eSAngelo Dureghelloconfig SYS_BOARD
7*a373024eSAngelo Dureghello	default "stmark2"
8*a373024eSAngelo Dureghello
9*a373024eSAngelo Dureghelloconfig SYS_VENDOR
10*a373024eSAngelo Dureghello	default "sysam"
11*a373024eSAngelo Dureghello
12*a373024eSAngelo Dureghelloconfig SYS_CONFIG_NAME
13*a373024eSAngelo Dureghello	default "stmark2"
14*a373024eSAngelo Dureghello
15*a373024eSAngelo Dureghelloendif
16