summaryrefslogtreecommitdiff
path: root/configs/eb_cpu5282_internal_defconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-20 14:53:31 -0600
committerTom Rini <[email protected]>2026-04-03 12:06:21 -0600
commit592c244a3a76e17df165f3662a596f2f9e970ef7 (patch)
treeb988278fe9ccf685aa23b2369ed86a69d224f6d0 /configs/eb_cpu5282_internal_defconfig
parente5e268091e5ead232e2938a152ae0662fefc2ae4 (diff)
rtc: Remove legacy DS1338 support
The DS1338 RTC chip is supported in DM mode by the DS1307 driver, and at this point all users have been using this functionality. It was a function of Kconfig configuration that implied otherwise. Remove the unused legacy symbols. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/eb_cpu5282_internal_defconfig')
-rw-r--r--configs/eb_cpu5282_internal_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/eb_cpu5282_internal_defconfig b/configs/eb_cpu5282_internal_defconfig
index 137b346e569..cf25d24bf9d 100644
--- a/configs/eb_cpu5282_internal_defconfig
+++ b/configs/eb_cpu5282_internal_defconfig
@@ -42,6 +42,6 @@ CONFIG_SYS_MAX_FLASH_SECT=128
CONFIG_MCFFEC=y
CONFIG_MII=y
CONFIG_DM_RTC=y
-CONFIG_RTC_DS1338=y
+CONFIG_RTC_DS1307=y
CONFIG_MCFUART=y
CONFIG_WDT=y