remarkable-linux/drivers/staging/ipack/Kconfig
Jens Taprogge 7953e44cef staging: ipack: only build on platforms that provide ioread/iowrite.
Do so by depending on HAS_IOMEM.

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jens Taprogge <jens.taprogge@taprogge.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-09-06 15:31:43 -07:00

22 lines
528 B
Plaintext

#
# IPACK configuration.
#
menuconfig IPACK_BUS
tristate "IndustryPack bus support"
depends on HAS_IOMEM
---help---
If you say Y here you get support for the IndustryPack Framework
for drivers for many types of boards that support this industrial
bus. The IndustryPack Framework is a virtual bus allowing to
communicate between carrier and mezzanine cards connected through
this bus.
if IPACK_BUS
source "drivers/staging/ipack/bridges/Kconfig"
source "drivers/staging/ipack/devices/Kconfig"
endif # IPACK