diff options
| author | Tom Rini <[email protected]> | 2022-11-19 18:45:31 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-05 16:08:37 -0500 |
| commit | ea467ea1cda0c9f6b85be34b5e1bbb6f905fa814 (patch) | |
| tree | 114229d90173db2a66448139df1957ca93dd353c /configs/eb_cpu5282_internal_defconfig | |
| parent | c3187fb1448baf142d43fcc3d6f0e88e082050b9 (diff) | |
Convert CONFIG_RTC_DS1337 et al to Kconfig
This converts the following to Kconfig:
CONFIG_RTC_DS1337
CONFIG_RTC_DS1337_NOOSC
CONFIG_RTC_DS1338
CONFIG_RTC_DS1374
CONFIG_RTC_DS3231
CONFIG_RTC_MC13XXX
CONFIG_RTC_MXS
CONFIG_RTC_PT7C4338
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/eb_cpu5282_internal_defconfig')
| -rw-r--r-- | configs/eb_cpu5282_internal_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/eb_cpu5282_internal_defconfig b/configs/eb_cpu5282_internal_defconfig index 2ce6ff91403..6a673c91811 100644 --- a/configs/eb_cpu5282_internal_defconfig +++ b/configs/eb_cpu5282_internal_defconfig @@ -50,4 +50,5 @@ CONFIG_SYS_FLASH_CFI=y CONFIG_SYS_MAX_FLASH_SECT=128 CONFIG_MCFFEC=y CONFIG_MII=y +CONFIG_RTC_DS1338=y CONFIG_MCFUART=y |
