xref: /openbmc/u-boot/board/ti/am57xx/Kconfig (revision ebca902a)
1if TARGET_AM57XX_EVM
2
3config SYS_BOARD
4	default "am57xx"
5
6config SYS_VENDOR
7	default "ti"
8
9config SYS_CONFIG_NAME
10	default "am57xx_evm"
11
12source "board/ti/common/Kconfig"
13
14endif
15