1config GDSYS_LEGACY_OSD_CMDS 2 bool 3 help 4 Use the 'osdw', 'osdp', and 'osdsize' legacy commands required by 5 gdsys devices. 6 7if 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 18config GDSYS_LEGACY_OSD_CMDS 19 default y 20 21endif 22 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 34config GDSYS_LEGACY_OSD_CMDS 35 default y 36endif 37 38config CMD_IOLOOP 39 bool "Enable 'ioloop' and 'ioreflect' commands" 40 help 41 These commands provide FPGA tests. 42