On Thu, 2012-09-06 at 21:45 +0200, Jens Taprogge wrote: > Do so by depending on HAS_IOMEM. > > Reported-by: Geert Uytterhoeven > > Signed-off-by: Jens Taprogge > --- > drivers/staging/ipack/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/staging/ipack/Kconfig b/drivers/staging/ipack/Kconfig > index af32178..4cf4706 100644 > --- a/drivers/staging/ipack/Kconfig > +++ b/drivers/staging/ipack/Kconfig > @@ -4,6 +4,7 @@ > > 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 Acked-by: Samuel Iglesias Gonsálvez Thanks, Sam