HID: sensor-hub: introduce Kconfig dependency on IOMEM
authorChen Gang <gang.chen.5i5j@gmail.com>
Tue, 10 Jun 2014 12:04:58 +0000 (20:04 +0800)
committerJiri Kosina <jkosina@suse.cz>
Wed, 11 Jun 2014 08:52:35 +0000 (10:52 +0200)
When NO_IOMEM is enabled (e.g. score architecture), some drivers which
need HAS_IOMEM need notice about it, or it will report related warning:

  warning: (GPIO_SCH && GPIO_ICH && GPIO_VX855 && GPIO_RDC321X && IE6XX_WDT && RADIO_WL1273 && HID_SENSOR_HUB && MFD_NVEC) selects MFD_CORE which has unmet direct dependencies (HAS_IOMEM)

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found