]> exis.tech > repos - linux.git/commit
rtc: ds1307: update reference to removed CONFIG_RTC_DRV_DS1307_HWMON
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Wed, 10 Jun 2026 05:47:22 +0000 (22:47 -0700)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 25 Jun 2026 12:44:39 +0000 (14:44 +0200)
commit3c8f28578a0d68bc7fb91d881b832d55f734270c
treee54612a77f8a0ea7ed4974f89fe7590ad05762e4
parentf7ecfc3fe5753d10e9c4d0d7955c160ea8cbf0ea
rtc: ds1307: update reference to removed CONFIG_RTC_DRV_DS1307_HWMON

The CONFIG_RTC_DRV_DS1307_HWMON macro was removed in favor of
CONFIG_HWMON in commit 6b583a64fd1e ("rtc: ds1307: simplify hwmon
config"), but a reference to it remained in a comment. Correct this
reference.

Discovered while searching for CONFIG_* symbols referenced in code but
not defined in any Kconfig file.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Link: https://patch.msgid.link/20260610054723.261008-1-enelsonmoore@gmail.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-ds1307.c