diff options
author | Chen Gang <gang.chen.5i5j@gmail.com> | 2014-06-10 20:04:58 +0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-06-11 10:52:35 +0200 |
commit | 4732aee97b2b05adb472bd7a9ff31af95cbfe62a (patch) | |
tree | b2d1423b543e522237656f604c86594f4edc7b64 /drivers/phy | |
parent | 0ccf091d1fbc1f99bb7f93bff8cf346769a9b0cd (diff) | |
download | linux-stable-4732aee97b2b05adb472bd7a9ff31af95cbfe62a.tar.gz linux-stable-4732aee97b2b05adb472bd7a9ff31af95cbfe62a.tar.bz2 linux-stable-4732aee97b2b05adb472bd7a9ff31af95cbfe62a.zip |
HID: sensor-hub: introduce Kconfig dependency on IOMEM
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>
Diffstat (limited to 'drivers/phy')
-rw-r--r-- | drivers/phy/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 16a2f067c242..fcdfe7c0e4a7 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -122,6 +122,7 @@ config PHY_SUN4I_USB config PHY_SAMSUNG_USB2 tristate "Samsung USB 2.0 PHY driver" + depends on HAS_IOMEM select GENERIC_PHY select MFD_SYSCON help |