Skip to content

Commit

Permalink
rtc: goldfish: remove dependency to OF
Browse files Browse the repository at this point in the history
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 <laurent@vivier.eu>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210323221430.3735147-2-laurent@vivier.eu
  • Loading branch information
Laurent Vivier authored and Alexandre Belloni committed Apr 16, 2021
1 parent 8d69f62 commit 3fd00fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3fd00fd

Please sign in to comment.