ARC: reset: Only build on archs that have IOMEM
authorThomas Meyer <thomas@m3y3r.de>
Sat, 9 Sep 2017 04:02:46 +0000 (06:02 +0200)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 18 Sep 2017 08:57:48 +0000 (10:57 +0200)
commit2d48a237c8b61b457d146310d7e1e61224d0ca56
tree6c13efaf37dd0c27d52e3345c474c0d91b2813d3
parent2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e
ARC: reset: Only build on archs that have IOMEM

This avoids the error:
drivers/reset/reset-hsdk-v1.o: In function `hsdkv1_reset_probe':
/home/thomas/git/linux/drivers/reset/reset-hsdk-v1.c:101: undefined
reference to `devm_ioremap_resource'
collect2: error: ld returned 1 exit status

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/Kconfig