]> git.ipfire.org Git - people/ms/u-boot.git/blame_incremental - board/amcc/katmai/Kconfig
powerpc: ppc4xx: convert AMCC boards to generic board
[people/ms/u-boot.git] / board / amcc / katmai / Kconfig
... / ...
CommitLineData
1if TARGET_KATMAI
2
3config SYS_BOARD
4 default "katmai"
5
6config SYS_VENDOR
7 default "amcc"
8
9config SYS_CONFIG_NAME
10 default "katmai"
11
12config DISPLAY_BOARDINFO
13 bool
14 default y
15
16endif