[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200203184820.4433-1-nsaenzjulienne@suse.de>
Date: Mon, 3 Feb 2020 19:48:17 +0100
From: Nicolas Saenz Julienne <nsaenzjulienne@...e.de>
To: linux@...linux.org.uk, linux-arm-kernel@...ts.infradead.org,
linuxppc-dev@...ts.ozlabs.org, linux-kbuild@...r.kernel.org
Cc: bcm-kernel-feedback-list@...adcom.com,
linux-rpi-kernel@...ts.infradead.org, f.fainelli@...il.com,
yamada.masahiro@...ionext.com,
Nicolas Saenz Julienne <nsaenzjulienne@...e.de>,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] ARM: Introduce multi_v7_lpae_defconfig
This series introduces a new configuration target,
multi_v7_lpae_defconfig, built by merging the config fragment
lpae.config with mult_v7_defconfig. Ultimately needed in order for
Raspberry Pi 4's PCIe bus to work on arm builds, but which may benefit
other boards out there.
---
Changes since RFC:
- Move merge function into the scripts directory.
Nicolas Saenz Julienne (2):
kbuild: Add config fragment merge functionality
ARM: add multi_v7_lpae_defconfig
arch/arm/Makefile | 4 ++++
arch/arm/configs/lpae.config | 1 +
arch/powerpc/Makefile | 12 +-----------
scripts/Makefile.defconf | 15 +++++++++++++++
4 files changed, 21 insertions(+), 11 deletions(-)
create mode 100644 arch/arm/configs/lpae.config
create mode 100644 scripts/Makefile.defconf
--
2.25.0
Powered by blists - more mailing lists