Samuel Iglesias Gonsalvez | d346587 | 2012-05-09 15:27:19 +0200 | [diff] [blame] | 1 | # |
| 2 | # IPACK configuration. |
| 3 | # |
| 4 | |
| 5 | menuconfig IPACK_BUS |
| 6 | tristate "IndustryPack bus support" |
Jens Taprogge | 7953e44 | 2012-09-06 21:45:18 +0200 | [diff] [blame] | 7 | depends on HAS_IOMEM |
Samuel Iglesias Gonsalvez | d346587 | 2012-05-09 15:27:19 +0200 | [diff] [blame] | 8 | ---help--- |
Jens Taprogge | 26c295c | 2012-09-27 12:37:40 +0200 | [diff] [blame] | 9 | This option provides support for the IndustryPack framework. There |
| 10 | are IndustryPack carrier boards, which interface another bus (such as |
| 11 | PCI) to an IndustryPack bus, and IndustryPack modules, that are |
| 12 | hosted on these buses. While IndustryPack modules can provide a |
| 13 | large variety of functionality, they are most often found in |
| 14 | industrial control applications. |
| 15 | |
| 16 | Say N if unsure. |
Samuel Iglesias Gonsalvez | d346587 | 2012-05-09 15:27:19 +0200 | [diff] [blame] | 17 | |
Samuel Iglesias Gonsalvez | 0eeca14 | 2012-05-09 15:27:20 +0200 | [diff] [blame] | 18 | if IPACK_BUS |
| 19 | |
Greg Kroah-Hartman | 05e5027 | 2012-11-16 08:14:18 -0800 | [diff] [blame] | 20 | source "drivers/ipack/carriers/Kconfig" |
Samuel Iglesias Gonsalvez | 0eeca14 | 2012-05-09 15:27:20 +0200 | [diff] [blame] | 21 | |
Greg Kroah-Hartman | 05e5027 | 2012-11-16 08:14:18 -0800 | [diff] [blame] | 22 | source "drivers/ipack/devices/Kconfig" |
Samuel Iglesias Gonsalvez | fc36f07 | 2012-05-11 10:17:11 +0200 | [diff] [blame] | 23 | |
Samuel Iglesias Gonsalvez | 0eeca14 | 2012-05-09 15:27:20 +0200 | [diff] [blame] | 24 | endif # IPACK |