]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/freescale/m5282evb/Kconfig
net/ethoc: add Kconfig entry for the driver
[people/ms/u-boot.git] / board / freescale / m5282evb / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_M5282EVB
2
3config SYS_CPU
dd84058d
MY
4 default "mcf52x2"
5
6config SYS_BOARD
dd84058d
MY
7 default "m5282evb"
8
9config SYS_VENDOR
dd84058d
MY
10 default "freescale"
11
12config SYS_CONFIG_NAME
dd84058d
MY
13 default "M5282EVB"
14
15endif