mbox series

[GIT,PULL] ARM: defconfig update for v4.20

Message ID 8bb0af1d-8323-9833-ee1c-bbbb9d65a686@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ARM: defconfig update for v4.20 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/

Message

Matthias Brugger Sept. 29, 2018, 3:16 p.m. UTC
Hi Olof and Arnd,

Please have a look on the following pull request.

Thanks,
Matthias

---
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
tags/v4.19-next-defconfig

for you to fetch changes up to f718739d1c219decf2e4e4f0121753439850e5ab:

  ARM: defconfig: add mediatek_v7_defconfig (2018-09-25 16:18:15 +0200)

----------------------------------------------------------------
- add arm32 defconfig for mediatek SoCs.

----------------------------------------------------------------
Sean Wang (1):
      ARM: defconfig: add mediatek_v7_defconfig

 arch/arm/configs/mediatek_v7_defconfig | 319 +++++++++++++++++++++++++++++++++
 1 file changed, 319 insertions(+)
 create mode 100644 arch/arm/configs/mediatek_v7_defconfig

Comments

Arnd Bergmann Oct. 1, 2018, 4:06 p.m. UTC | #1
On Sat, Sep 29, 2018 at 5:16 PM Matthias Brugger <matthias.bgg@gmail.com> wrote:

>
> for you to fetch changes up to f718739d1c219decf2e4e4f0121753439850e5ab:
>
>   ARM: defconfig: add mediatek_v7_defconfig (2018-09-25 16:18:15 +0200)
>
> ----------------------------------------------------------------
> - add arm32 defconfig for mediatek SoCs.

You probably don't want CONFIG_DEBUG_LL=y, or CONFIG_COMPILE_TEST=y
in there. Please review the file for additional options that might be incorrect.

       Arnd
Matthias Brugger Oct. 2, 2018, 11:09 a.m. UTC | #2
On 01/10/2018 18:06, Arnd Bergmann wrote:
> On Sat, Sep 29, 2018 at 5:16 PM Matthias Brugger <matthias.bgg@gmail.com> wrote:
> 
>>
>> for you to fetch changes up to f718739d1c219decf2e4e4f0121753439850e5ab:
>>
>>   ARM: defconfig: add mediatek_v7_defconfig (2018-09-25 16:18:15 +0200)
>>
>> ----------------------------------------------------------------
>> - add arm32 defconfig for mediatek SoCs.
> 
> You probably don't want CONFIG_DEBUG_LL=y, or CONFIG_COMPILE_TEST=y
> in there. Please review the file for additional options that might be incorrect.
> 

Correct. Apart I just realized that it only enabled mt7623 and leaves alone the
other armv7 mediatek SoCs. So there is more work to be done here.

I propose you drop the merge request for this release.

Sorry for the inconvenience.

Matthias