From: Laurent Vivier Date: Tue, 23 Mar 2021 22:14:29 +0000 (+0100) Subject: rtc: goldfish: remove dependency to OF X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3fd00fdc4f11c656a63e6a6280c0bcb63cf109a2;p=linux.git rtc: goldfish: remove dependency to OF We want to use the goldfish RTC on a machine without OF. As there is no real dependency on it, remove the OF dependency from the goldfish entry in Kconfig Signed-off-by: Laurent Vivier Signed-off-by: Alexandre Belloni Link: https://lore.kernel.org/r/20210323221430.3735147-2-laurent@vivier.eu --- diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 9a82cb57586f8..993fd399f5908 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -1899,7 +1899,7 @@ config RTC_DRV_HID_SENSOR_TIME config RTC_DRV_GOLDFISH tristate "Goldfish Real Time Clock" - depends on OF && HAS_IOMEM + depends on HAS_IOMEM help Say yes to enable RTC driver for the Goldfish based virtual platform.