mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-01 03:26:51 +00:00
19226502bf
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
45 lines
1.4 KiB
Diff
45 lines
1.4 KiB
Diff
From bfb96e21b688b5c798db9a6082ad76e72721693e Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.org>
|
|
Date: Thu, 28 Mar 2019 13:13:52 +0000
|
|
Subject: [PATCH 397/725] configs: Add RTC_DRV_RV3028=m
|
|
|
|
See: https://github.com/raspberrypi/linux/issues/2912
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
|
|
---
|
|
arch/arm/configs/bcm2709_defconfig | 1 +
|
|
arch/arm/configs/bcmrpi_defconfig | 1 +
|
|
arch/arm64/configs/bcmrpi3_defconfig | 1 +
|
|
3 files changed, 3 insertions(+)
|
|
|
|
--- a/arch/arm/configs/bcm2709_defconfig
|
|
+++ b/arch/arm/configs/bcm2709_defconfig
|
|
@@ -1157,6 +1157,7 @@ CONFIG_RTC_DRV_FM3130=m
|
|
CONFIG_RTC_DRV_RX8581=m
|
|
CONFIG_RTC_DRV_RX8025=m
|
|
CONFIG_RTC_DRV_EM3027=m
|
|
+CONFIG_RTC_DRV_RV3028=m
|
|
CONFIG_RTC_DRV_M41T93=m
|
|
CONFIG_RTC_DRV_M41T94=m
|
|
CONFIG_RTC_DRV_DS1302=m
|
|
--- a/arch/arm/configs/bcmrpi_defconfig
|
|
+++ b/arch/arm/configs/bcmrpi_defconfig
|
|
@@ -1150,6 +1150,7 @@ CONFIG_RTC_DRV_FM3130=m
|
|
CONFIG_RTC_DRV_RX8581=m
|
|
CONFIG_RTC_DRV_RX8025=m
|
|
CONFIG_RTC_DRV_EM3027=m
|
|
+CONFIG_RTC_DRV_RV3028=m
|
|
CONFIG_RTC_DRV_M41T93=m
|
|
CONFIG_RTC_DRV_M41T94=m
|
|
CONFIG_RTC_DRV_DS1302=m
|
|
--- a/arch/arm64/configs/bcmrpi3_defconfig
|
|
+++ b/arch/arm64/configs/bcmrpi3_defconfig
|
|
@@ -1017,6 +1017,7 @@ CONFIG_RTC_DRV_FM3130=m
|
|
CONFIG_RTC_DRV_RX8581=m
|
|
CONFIG_RTC_DRV_RX8025=m
|
|
CONFIG_RTC_DRV_EM3027=m
|
|
+CONFIG_RTC_DRV_RV3028=m
|
|
CONFIG_RTC_DRV_M41T93=m
|
|
CONFIG_RTC_DRV_M41T94=m
|
|
CONFIG_RTC_DRV_DS1302=m
|