gdsys: mpc8308: Migrate SYS_FPGA{0, 1}_{BASE, SIZE} to Kconfig
[oweals/u-boot.git] / board / gdsys / mpc8308 / Kconfig
1 config GDSYS_LEGACY_OSD_CMDS
2         bool
3         help
4           Use the 'osdw', 'osdp', and 'osdsize' legacy commands required by
5           gdsys devices.
6
7 config SYS_FPGA0_BASE
8         hex
9         default E0600000
10         help
11           The base address of the first FPGA's register map.
12
13 config SYS_FPGA0_SIZE
14         hex
15         default 1
16         help
17           The base address of the first FPGA's register map.
18
19 config SYS_FPGA1_BASE
20         hex
21         help
22           The base address of the second FPGA's register map.
23
24 config SYS_FPGA1_SIZE
25         hex
26         help
27           The base address of the second FPGA's register map.
28
29 if TARGET_HRCON
30
31 config SYS_BOARD
32         default "mpc8308"
33
34 config SYS_VENDOR
35         default "gdsys"
36
37 config SYS_CONFIG_NAME
38         default "hrcon"
39
40 config GDSYS_LEGACY_OSD_CMDS
41         default y
42
43 endif
44
45 if TARGET_STRIDER
46
47 config SYS_BOARD
48         default "mpc8308"
49
50 config SYS_VENDOR
51         default "gdsys"
52
53 config SYS_CONFIG_NAME
54         default "strider"
55
56 config GDSYS_LEGACY_OSD_CMDS
57         default y
58 endif
59
60 config CMD_IOLOOP
61         bool "Enable 'ioloop' and 'ioreflect' commands"
62         help
63           These commands provide FPGA tests.