Re: [PATCH 6/7] ARM: meson: update defconfigs
From: Carlo Caione <hidden>
Date: 2014-08-18 13:31:35
Also in:
linux-arm-kernel, linux-serial
From: Carlo Caione <hidden>
Date: 2014-08-18 13:31:35
Also in:
linux-arm-kernel, linux-serial
On Mon, Aug 18, 2014 at 12:31:22PM +0200, Matthias Brugger wrote:
On 17/08/14 12:49, Carlo Caione wrote:quoted
This patch updates the multi_v7_defconfig with the CONFIG_* needed by the just added Meson anch. It also adds a new defconfig specifically for the Meson SoCs. Signed-off-by: Carlo Caione <redacted> --- arch/arm/configs/meson_defconfig | 99 +++++++++++++++++++++++++++++++++++++ arch/arm/configs/multi_v7_defconfig | 3 ++ 2 files changed, 102 insertions(+) create mode 100644 arch/arm/configs/meson_defconfigdiff --git a/arch/arm/configs/meson_defconfig b/arch/arm/configs/meson_defconfig new file mode 100644 index 0000000..3c9d976 --- /dev/null +++ b/arch/arm/configs/meson_defconfigI doubt that we need a meson_defconfig when we can get the SoC up and running using multi_v7_defconfig.
It was because multi_v7_defconfig is becoming a bit too crowded. But I'll get rid of it in v2. Thank you, -- Carlo Caione