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>
This commit is contained in:
parent
13f7952f8f
commit
7953e44cef
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
menuconfig IPACK_BUS
|
menuconfig IPACK_BUS
|
||||||
tristate "IndustryPack bus support"
|
tristate "IndustryPack bus support"
|
||||||
|
depends on HAS_IOMEM
|
||||||
---help---
|
---help---
|
||||||
If you say Y here you get support for the IndustryPack Framework
|
If you say Y here you get support for the IndustryPack Framework
|
||||||
for drivers for many types of boards that support this industrial
|
for drivers for many types of boards that support this industrial
|
||||||
|
|
Loading…
Reference in New Issue