[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1423083406.27378.5.camel@x220>
Date: Wed, 04 Feb 2015 21:56:46 +0100
From: Paul Bolle <pebolle@...cali.nl>
To: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@...tec.com>
Cc: linux-mips@...ux-mips.org, devicetree@...r.kernel.org,
linux-serial@...r.kernel.org, linux-kernel@...r.kernel.org,
gregkh@...uxfoundation.org, mturquette@...aro.org,
sboyd@...eaurora.org, ralf@...ux-mips.org, jslaby@...e.cz,
tglx@...utronix.de, jason@...edaemon.net, lars@...afoo.de,
paul.burton@...tec.com
Subject: Re: [PATCH_V2 33/34] MIPS: initial MIPS Creator CI20 board support
On Wed, 2015-02-04 at 15:22 +0000, Zubair Lutfullah Kakakhel wrote:
> From: Paul Burton <paul.burton@...tec.com>
>
> Add a device tree for the Ingenic jz4780 based MIPS Creator CI20 board.
> Note that this is unselectable via Kconfig until the jz4780 SoC is made
> selectable in a later commit.
>
> Signed-off-by: Paul Burton <paul.burton@...tec.com>
> Cc: Lars-Peter Clausen <lars@...afoo.de>
> ---
> arch/mips/boot/dts/Makefile | 1 +
> arch/mips/boot/dts/ci20.dts | 21 +++++++
> arch/mips/configs/ci20_defconfig | 127 +++++++++++++++++++++++++++++++++++++++
> arch/mips/jz4740/Kconfig | 10 +++
> 4 files changed, 159 insertions(+)
> create mode 100644 arch/mips/boot/dts/ci20.dts
> create mode 100644 arch/mips/configs/ci20_defconfig
>[...]
> diff --git a/arch/mips/jz4740/Kconfig b/arch/mips/jz4740/Kconfig
> index 4689030..72ac174 100644
> --- a/arch/mips/jz4740/Kconfig
> +++ b/arch/mips/jz4740/Kconfig
> @@ -7,3 +7,13 @@ config JZ4740_QI_LB60
> bool "Qi Hardware Ben NanoNote"
>
> endchoice
> +
> +choice
> + prompt "Machine type"
> + depends on MACH_JZ4780
> + default JZ4780_CI20
> +
> +config JZ4780_CI20
> + bool "MIPS Creator CI20"
> +
> +endchoice
This adds a choice with a single entry. What's the point?
Paul Bolle
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists