mbox

[GIT,PULL] ARM: mvebu: defconfig for v4.6 (#2)

Message ID 87bn73o885.fsf@free-electrons.com
State New
Headers show

Pull-request

git://git.infradead.org/linux-mvebu.git tags/mvebu-defconfig-4.6-2

Message

Gregory CLEMENT Feb. 26, 2016, 2:29 p.m. UTC
Hi,

Here is the second pull request for defconfig for mvebu for v4.6.

Gregory

The following changes since commit e1995f5586c9a60eefb188bc4ce3d4f37a6b835b:

  ARM: mvebu_v5_defconfig: Enable sound module needed for OpenRD (2016-01-26 09:40:58 +0100)

are available in the git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-defconfig-4.6-2

for you to fetch changes up to 9a571eb6fefe0a4d8eb6e82acbba88e31ea23bcf:

  ARM: mvebu: enable SRAM support in mvebu_v7_defconfig (2016-02-16 11:42:53 +0100)

----------------------------------------------------------------
mvebu defconfig for 4.6 (part 2)

enable SRAM support in mvebu_v7_defconfig

----------------------------------------------------------------
Marcin Wojtas (1):
      ARM: mvebu: enable SRAM support in mvebu_v7_defconfig

 arch/arm/configs/mvebu_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Arnd Bergmann Feb. 29, 2016, 11 p.m. UTC | #1
On Friday 26 February 2016 15:29:46 Gregory CLEMENT wrote:
> mvebu defconfig for 4.6 (part 2)
> 
> enable SRAM support in mvebu_v7_defconfig
> 
> 

Merged into next/defconfig.

I see that the SRAM support is not enabled in multi_v7_defconfig, can
you enable that as well?

Thanks!

	Arnd
Gregory CLEMENT March 3, 2016, 10:35 a.m. UTC | #2
Hi Arnd,
 
 On mar., mars 01 2016, Arnd Bergmann <arnd@arndb.de> wrote:

> On Friday 26 February 2016 15:29:46 Gregory CLEMENT wrote:
>> mvebu defconfig for 4.6 (part 2)
>> 
>> enable SRAM support in mvebu_v7_defconfig
>> 
>> 
>
> Merged into next/defconfig.
>
> I see that the SRAM support is not enabled in multi_v7_defconfig, can
> you enable that as well?

Actually it is already selected by CONFIG_ARCH_EXYNOS so there is no
need to add it in multi_v7_defconfig.

Gregory

>
> Thanks!
>
> 	Arnd
Arnd Bergmann March 3, 2016, 11:32 a.m. UTC | #3
On Thursday 03 March 2016 11:35:53 Gregory CLEMENT wrote:
> 
>  On mar., mars 01 2016, Arnd Bergmann <arnd@arndb.de> wrote:
> 
> > On Friday 26 February 2016 15:29:46 Gregory CLEMENT wrote:
> >> mvebu defconfig for 4.6 (part 2)
> >> 
> >> enable SRAM support in mvebu_v7_defconfig
> >> 
> >> 
> >
> > Merged into next/defconfig.
> >
> > I see that the SRAM support is not enabled in multi_v7_defconfig, can
> > you enable that as well?
> 
> Actually it is already selected by CONFIG_ARCH_EXYNOS so there is no
> need to add it in multi_v7_defconfig.

Ok, I see.

	Arnd