rtc: enable RTC framework on ARCH=um
authorJohannes Berg <johannes.berg@intel.com>
Fri, 20 Nov 2020 20:11:06 +0000 (21:11 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 3 Dec 2020 22:41:22 +0000 (23:41 +0100)
commit9c7957991e56291c59803cf0412127ae7177beac
treebe046bd8d1de09803f13650ba5b5bc36f3821d11
parent673536cc5f21b34785e386dd05510659bf6d92db
rtc: enable RTC framework on ARCH=um

There's no real reason it should be disabled, and at least we can
use it for development & testing with the RTC test driver.

However, two devices are missing a HAS_IOMEM dependency, so add
that to avoid build failures from e.g. allyesconfig.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20201120211103.6895ac740d11.Ic19a9926e8e4c70c03329e55f9e5b1d45095b904@changeid
drivers/rtc/Kconfig