Blame view

drivers/ipack/Kconfig 630 Bytes
d3465872c   Samuel Iglesias Gonsalvez   Staging: Industry...
1
2
3
4
5
6
  #
  # IPACK configuration.
  #
  
  menuconfig IPACK_BUS
  	tristate "IndustryPack bus support"
7953e44ce   Jens Taprogge   staging: ipack: o...
7
  	depends on HAS_IOMEM
d3465872c   Samuel Iglesias Gonsalvez   Staging: Industry...
8
  	---help---
26c295cb4   Jens Taprogge   staging: ipack: D...
9
10
11
12
13
14
15
16
  	  This option provides support for the IndustryPack framework.  There
  	  are IndustryPack carrier boards, which interface another bus (such as
  	  PCI) to an IndustryPack bus, and IndustryPack modules, that are
  	  hosted on these buses.  While IndustryPack modules can provide a
  	  large variety of functionality, they are most often found in
  	  industrial control applications.
  
  	  Say N if unsure.
d3465872c   Samuel Iglesias Gonsalvez   Staging: Industry...
17

0eeca14f5   Samuel Iglesias Gonsalvez   Staging: ipack: a...
18
  if IPACK_BUS
05e5027ef   Greg Kroah-Hartman   Staging: ipack: m...
19
  source "drivers/ipack/carriers/Kconfig"
0eeca14f5   Samuel Iglesias Gonsalvez   Staging: ipack: a...
20

05e5027ef   Greg Kroah-Hartman   Staging: ipack: m...
21
  source "drivers/ipack/devices/Kconfig"
fc36f0730   Samuel Iglesias Gonsalvez   Staging: ipack: m...
22

0eeca14f5   Samuel Iglesias Gonsalvez   Staging: ipack: a...
23
  endif # IPACK