blob: 9d99f686923a130b23f6e31612f3f834301d7ac8 [file] [log] [blame]
Mario Six3bf65cb2018-09-27 09:19:34 +02001config GDSYS_LEGACY_OSD_CMDS
2 bool
3 help
4 Use the 'osdw', 'osdp', and 'osdsize' legacy commands required by
5 gdsys devices.
6
Dirk Eibach50dcf892014-11-13 19:21:18 +01007if TARGET_HRCON
8
9config SYS_BOARD
10 default "mpc8308"
11
12config SYS_VENDOR
13 default "gdsys"
14
15config SYS_CONFIG_NAME
16 default "hrcon"
17
Mario Six3bf65cb2018-09-27 09:19:34 +020018config GDSYS_LEGACY_OSD_CMDS
19 default y
20
Dirk Eibach50dcf892014-11-13 19:21:18 +010021endif
Dirk Eibacha3f9d6c2015-10-28 11:46:32 +010022
23if TARGET_STRIDER
24
25config SYS_BOARD
26 default "mpc8308"
27
28config SYS_VENDOR
29 default "gdsys"
30
31config SYS_CONFIG_NAME
32 default "strider"
33
Mario Six3bf65cb2018-09-27 09:19:34 +020034config GDSYS_LEGACY_OSD_CMDS
35 default y
Dirk Eibacha3f9d6c2015-10-28 11:46:32 +010036endif
Simon Glass070f3162017-05-17 03:25:35 -060037
38config CMD_IOLOOP
39 bool "Enable 'ioloop' and 'ioreflect' commands"
40 help
41 These commands provide FPGA tests.