xref: /openbmc/u-boot/board/cssi/MCR3000/Kconfig (revision 53193a4f)
1*53193a4fSChristophe Leroyif TARGET_MCR3000
2*53193a4fSChristophe Leroy
3*53193a4fSChristophe Leroyconfig SYS_BOARD
4*53193a4fSChristophe Leroy	default "MCR3000"
5*53193a4fSChristophe Leroy
6*53193a4fSChristophe Leroyconfig SYS_VENDOR
7*53193a4fSChristophe Leroy	default "cssi"
8*53193a4fSChristophe Leroy
9*53193a4fSChristophe Leroyconfig SYS_CONFIG_NAME
10*53193a4fSChristophe Leroy	default "MCR3000"
11*53193a4fSChristophe Leroy
12*53193a4fSChristophe Leroyconfig SYS_TEXT_BASE
13*53193a4fSChristophe Leroy	default 0x04000000
14*53193a4fSChristophe Leroy
15*53193a4fSChristophe Leroyendif
16