mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
662394fb30
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
45 lines
1.4 KiB
Diff
45 lines
1.4 KiB
Diff
From ffc0a3d88dd316ba8d8902e5e0318cfc2956b820 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.org>
|
|
Date: Thu, 28 Mar 2019 13:13:52 +0000
|
|
Subject: [PATCH 394/782] 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
|