[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3238534.Bk1TS2fSCp@diego>
Date: Mon, 16 Oct 2017 20:02:29 +0200
From: Heiko Stübner <heiko@...ech.de>
To: Jagan Teki <jagannadh.teki@...il.com>
Cc: linux-arm-kernel@...ts.infradead.org,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Russell King <linux@...linux.org.uk>,
Michael Trimarchi <michael@...rulasolutions.com>,
linux-rockchip@...ts.infradead.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, Jagan Teki <jagan@...rulasolutions.com>
Subject: Re: [PATCH 9/9] ARM: multi_v7_defconfig: Statically build RTC_DRV_RK808
Hi,
Am Montag, 16. Oktober 2017, 17:46:27 CEST schrieb Jagan Teki:
> RTC_DRV_RK808 need to have build statically for the platforms
> do use MFB_RK808 so replace module with statical link.
why would you need this to be compiled on? MFD_RK808 will happily
just create the platform-devices which are then bound to the RTC
driver later once the module is ready.
Heiko
>
> Signed-off-by: Jagan Teki <jagan@...rulasolutions.com>
> ---
> arch/arm/configs/multi_v7_defconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig
> b/arch/arm/configs/multi_v7_defconfig index 2adef49..6ddc35c 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -768,7 +768,7 @@ CONFIG_RTC_DRV_MAX8907=y
> CONFIG_RTC_DRV_MAX8998=m
> CONFIG_RTC_DRV_MAX8997=m
> CONFIG_RTC_DRV_MAX77686=y
> -CONFIG_RTC_DRV_RK808=m
> +CONFIG_RTC_DRV_RK808=y
> CONFIG_RTC_DRV_RS5C372=m
> CONFIG_RTC_DRV_BQ32K=m
> CONFIG_RTC_DRV_PALMAS=y
Powered by blists - more mailing lists