]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/cobra5272/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[karo-tx-uboot.git] / board / cobra5272 / Kconfig
1 if TARGET_COBRA5272
2
3 config SYS_CPU
4         string
5         default "mcf52x2"
6
7 config SYS_BOARD
8         string
9         default "cobra5272"
10
11 config SYS_CONFIG_NAME
12         string
13         default "cobra5272"
14
15 endif