]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/cogent/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / cogent / Kconfig
1 if TARGET_COGENT_MPC8260
2
3 config SYS_BOARD
4         string
5         default "cogent"
6
7 config SYS_CONFIG_NAME
8         string
9         default "cogent_mpc8260"
10
11 endif
12
13 if TARGET_COGENT_MPC8XX
14
15 config SYS_BOARD
16         string
17         default "cogent"
18
19 config SYS_CONFIG_NAME
20         string
21         default "cogent_mpc8xx"
22
23 endif