1
2
3
4
5
6
7
8
9
10
11
12
13
  | # 
 |  # MOST USB configuration 
 |  # 
 |    
 |  config MOST_USB 
 |      tristate "USB" 
 |      depends on USB && NET 
 |      ---help--- 
 |        Say Y here if you want to connect via USB to network tranceiver. 
 |        This device driver depends on the networking AIM. 
 |    
 |        To compile this driver as a module, choose M here: the 
 |        module will be called most_usb. 
 |  
  |