xref: /openbmc/u-boot/board/toradex/colibri_pxa270/Kconfig (revision 461be2f96e4b87e5065208c6659a47dd0ad9e9f8)
1if TARGET_COLIBRI_PXA270
2
3config SYS_CPU
4	default "pxa"
5
6config SYS_BOARD
7	default "colibri_pxa270"
8
9config SYS_VENDOR
10	default "toradex"
11
12config SYS_CONFIG_NAME
13	default "colibri_pxa270"
14
15endif
16