Message ID | 1429196897-18822-1-git-send-email-ulrich.hecht+renesas@gmail.com (mailing list archive) |
---|---|
State | Rejected |
Delegated to: | Simon Horman |
Headers | show |
Hello. On 04/16/2015 06:08 PM, Ulrich Hecht wrote: > Also enables RTC (RX8581) and camera (ML86V7667) drivers as modules. > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> > --- > arch/arm/configs/multi_v7_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > index 06075b6..212199a 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig [...] > @@ -500,6 +502,7 @@ CONFIG_RTC_DRV_SUN6I=y > CONFIG_RTC_DRV_SUNXI=y > CONFIG_RTC_DRV_MV=y > CONFIG_RTC_DRV_TEGRA=y > +CONFIG_RTC_DRV_RX8581=m The other RTC drivers seem to be built-in. WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, Apr 16, 2015 at 6:04 PM, Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> wrote: > On 04/16/2015 06:08 PM, Ulrich Hecht wrote: > >> Also enables RTC (RX8581) and camera (ML86V7667) drivers as modules. I think this is identical to http://lists.infradead.org/pipermail/linux-arm-kernel/2015-March/327624.html? >> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> >> --- >> arch/arm/configs/multi_v7_defconfig | 3 +++ >> 1 file changed, 3 insertions(+) > > >> diff --git a/arch/arm/configs/multi_v7_defconfig >> b/arch/arm/configs/multi_v7_defconfig >> index 06075b6..212199a 100644 >> --- a/arch/arm/configs/multi_v7_defconfig >> +++ b/arch/arm/configs/multi_v7_defconfig > > [...] >> >> @@ -500,6 +502,7 @@ CONFIG_RTC_DRV_SUN6I=y >> CONFIG_RTC_DRV_SUNXI=y >> CONFIG_RTC_DRV_MV=y >> CONFIG_RTC_DRV_TEGRA=y >> +CONFIG_RTC_DRV_RX8581=m > > The other RTC drivers seem to be built-in. The current trend is to make "non-core" functionalities modular, to reduce kernel size. Yes, this means many of the existing options should be changed from y to m. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, Apr 16, 2015 at 06:08:08PM +0200, Geert Uytterhoeven wrote: > On Thu, Apr 16, 2015 at 6:04 PM, Sergei Shtylyov > <sergei.shtylyov@cogentembedded.com> wrote: > > On 04/16/2015 06:08 PM, Ulrich Hecht wrote: > > > >> Also enables RTC (RX8581) and camera (ML86V7667) drivers as modules. > > I think this is identical to > http://lists.infradead.org/pipermail/linux-arm-kernel/2015-March/327624.html? I think so too. And I also now understand that it is appropriate for me to take such patches. Accordingly I have queued up the patch at the link above for v4.2. > >> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> > >> --- > >> arch/arm/configs/multi_v7_defconfig | 3 +++ > >> 1 file changed, 3 insertions(+) > > > > > >> diff --git a/arch/arm/configs/multi_v7_defconfig > >> b/arch/arm/configs/multi_v7_defconfig > >> index 06075b6..212199a 100644 > >> --- a/arch/arm/configs/multi_v7_defconfig > >> +++ b/arch/arm/configs/multi_v7_defconfig > > > > [...] > >> > >> @@ -500,6 +502,7 @@ CONFIG_RTC_DRV_SUN6I=y > >> CONFIG_RTC_DRV_SUNXI=y > >> CONFIG_RTC_DRV_MV=y > >> CONFIG_RTC_DRV_TEGRA=y > >> +CONFIG_RTC_DRV_RX8581=m > > > > The other RTC drivers seem to be built-in. > > The current trend is to make "non-core" functionalities modular, to > reduce kernel size. > > Yes, this means many of the existing options should be changed from > y to m. > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds > -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 06075b6..212199a 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -67,6 +67,7 @@ CONFIG_ARCH_EMEV2=y CONFIG_ARCH_R7S72100=y CONFIG_ARCH_R8A73A4=y CONFIG_ARCH_R8A7740=y +CONFIG_ARCH_R8A7778=y CONFIG_ARCH_R8A7779=y CONFIG_ARCH_R8A7790=y CONFIG_ARCH_R8A7791=y @@ -377,6 +378,7 @@ CONFIG_V4L_MEM2MEM_DRIVERS=y CONFIG_VIDEO_RENESAS_VSP1=m # CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set CONFIG_VIDEO_ADV7180=m +CONFIG_VIDEO_ML86V7667=m CONFIG_DRM=y CONFIG_DRM_RCAR_DU=m CONFIG_DRM_TEGRA=y @@ -500,6 +502,7 @@ CONFIG_RTC_DRV_SUN6I=y CONFIG_RTC_DRV_SUNXI=y CONFIG_RTC_DRV_MV=y CONFIG_RTC_DRV_TEGRA=y +CONFIG_RTC_DRV_RX8581=m CONFIG_DMADEVICES=y CONFIG_DW_DMAC=y CONFIG_MV_XOR=y
Also enables RTC (RX8581) and camera (ML86V7667) drivers as modules. Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> --- arch/arm/configs/multi_v7_defconfig | 3 +++ 1 file changed, 3 insertions(+)