]> git.sur5r.net Git - u-boot/blob - board/phytec/pcm052/Kconfig
ARM: vf610: move to standard arch/board approach
[u-boot] / board / phytec / pcm052 / Kconfig
1 if TARGET_PCM052
2
3 config SYS_BOARD
4         default "pcm052"
5
6 config SYS_VENDOR
7         default "phytec"
8
9 config SYS_CONFIG_NAME
10         default "pcm052"
11
12 config PCM052_DDR_SIZE
13         int
14         default 256
15
16 endif
17
18 if TARGET_BK4R1
19
20 config SYS_BOARD
21         default "pcm052"
22
23 config SYS_VENDOR
24         default "phytec"
25
26 config SYS_CONFIG_NAME
27         default "bk4r1"
28
29 config PCM052_DDR_SIZE
30         int
31         default 512
32
33 endif