linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7_defconfig: Enable shmobile r8a7778 (M1A)
@ 2015-04-16 15:08 Ulrich Hecht
  2015-04-16 16:04 ` Sergei Shtylyov
  0 siblings, 1 reply; 4+ messages in thread
From: Ulrich Hecht @ 2015-04-16 15:08 UTC (permalink / raw)
  To: linux-arm-kernel

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
@@ -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
-- 
2.3.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: Enable shmobile r8a7778 (M1A)
  2015-04-16 15:08 [PATCH] ARM: multi_v7_defconfig: Enable shmobile r8a7778 (M1A) Ulrich Hecht
@ 2015-04-16 16:04 ` Sergei Shtylyov
  2015-04-16 16:08   ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Sergei Shtylyov @ 2015-04-16 16:04 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: Enable shmobile r8a7778 (M1A)
  2015-04-16 16:04 ` Sergei Shtylyov
@ 2015-04-16 16:08   ` Geert Uytterhoeven
  2015-05-25  1:14     ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2015-04-16 16:08 UTC (permalink / raw)
  To: linux-arm-kernel

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 at 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: Enable shmobile r8a7778 (M1A)
  2015-04-16 16:08   ` Geert Uytterhoeven
@ 2015-05-25  1:14     ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2015-05-25  1:14 UTC (permalink / raw)
  To: linux-arm-kernel

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 at 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
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-25  1:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-16 15:08 [PATCH] ARM: multi_v7_defconfig: Enable shmobile r8a7778 (M1A) Ulrich Hecht
2015-04-16 16:04 ` Sergei Shtylyov
2015-04-16 16:08   ` Geert Uytterhoeven
2015-05-25  1:14     ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).