mbox series

[GIT,PULL] Qualcomm ARM64 Defconfig updates for 5.2

Message ID 1555997248-11513-1-git-send-email-agross@kernel.org
State New
Headers show
Series [GIT,PULL] Qualcomm ARM64 Defconfig updates for 5.2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-defconfig-for-5.2

Message

Andy Gross April 23, 2019, 5:27 a.m. UTC
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-defconfig-for-5.2

for you to fetch changes up to 2e8382955a3efa133c2e9d8e154681a8aa2cd92d:

  arm64: defconfig: Enable stmmac qualcomm ethernet config (2019-04-18 23:32:25 -0500)

----------------------------------------------------------------
Qualcomm ARM64 Based defconfig Updates for v5.2

* Enable stmmac qualcomm ethernet

----------------------------------------------------------------
Vinod Koul (1):
      arm64: defconfig: Enable stmmac qualcomm ethernet config

 arch/arm64/configs/defconfig | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Olof Johansson April 29, 2019, 4:39 p.m. UTC | #1
On Tue, Apr 23, 2019 at 12:27:24AM -0500, Andy Gross wrote:
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-defconfig-for-5.2
> 
> for you to fetch changes up to 2e8382955a3efa133c2e9d8e154681a8aa2cd92d:
> 
>   arm64: defconfig: Enable stmmac qualcomm ethernet config (2019-04-18 23:32:25 -0500)
> 
> ----------------------------------------------------------------
> Qualcomm ARM64 Based defconfig Updates for v5.2
> 
> * Enable stmmac qualcomm ethernet
> 
> ----------------------------------------------------------------
> Vinod Koul (1):
>       arm64: defconfig: Enable stmmac qualcomm ethernet config

CONFIG_NET_DSA is a tristate, and you're enabling the driver as a module
already. CONFIG_NET_DSA should be =m as well to avoid bloating the main
kernel for non-rootfs-critical drivers.

Mind respinning?


Thanks,

-Olof