1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  | if TARGET_HRCON 
 |    
 |  config SYS_BOARD 
 |      default "mpc8308" 
 |    
 |  config SYS_VENDOR 
 |      default "gdsys" 
 |    
 |  config SYS_CONFIG_NAME 
 |      default "hrcon" 
 |    
 |  endif 
 |    
 |  if TARGET_STRIDER 
 |    
 |  config SYS_BOARD 
 |      default "mpc8308" 
 |    
 |  config SYS_VENDOR 
 |      default "gdsys" 
 |    
 |  config SYS_CONFIG_NAME 
 |      default "strider" 
 |    
 |  endif 
 |    
 |  config CMD_IOLOOP 
 |      bool "Enable 'ioloop' and 'ioreflect' commands" 
 |      help 
 |        These commands provide FPGA tests. 
 |  
  |