[PATCH v2 3/8] arm: kirkwood: Pogoplug-V4 : Add Kconfig files

Stefan Roese sr at denx.de
Thu Jan 13 14:35:52 CET 2022


On 12/23/21 08:26, Tony Dinh wrote:
> Add Kconfig files for Pogoplug V4 board
> 
> Signed-off-by: Tony Dinh <mibodhi at gmail.com>
> ---
> 
> (no changes since v1)
> 
>   arch/arm/mach-kirkwood/Kconfig     |  4 ++++
>   board/cloudengines/pogo_v4/Kconfig | 16 ++++++++++++++++
>   2 files changed, 20 insertions(+)
>   create mode 100644 board/cloudengines/pogo_v4/Kconfig
> 
> diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig
> index cb4e9f29ef..e8ea4a9956 100644
> --- a/arch/arm/mach-kirkwood/Kconfig
> +++ b/arch/arm/mach-kirkwood/Kconfig
> @@ -25,6 +25,9 @@ config TARGET_LSXL
>   config TARGET_POGO_E02
>   	bool "pogo_e02 Board"
>   
> +config TARGET_POGO_V4
> +	bool "Pogoplug V4 Board"
> +

I now see, that the KW88F6281 Kconfig support was just recently added to
this file by Tom. Please re-base your patchset on top of latest master.

Thanks,
Stefan

>   config TARGET_DNS325
>   	bool "dns325 Board"
>   
> @@ -74,6 +77,7 @@ source "board/Marvell/guruplug/Kconfig"
>   source "board/Marvell/sheevaplug/Kconfig"
>   source "board/buffalo/lsxl/Kconfig"
>   source "board/cloudengines/pogo_e02/Kconfig"
> +source "board/cloudengines/pogo_v4/Kconfig"
>   source "board/d-link/dns325/Kconfig"
>   source "board/iomega/iconnect/Kconfig"
>   source "board/keymile/Kconfig"
> diff --git a/board/cloudengines/pogo_v4/Kconfig b/board/cloudengines/pogo_v4/Kconfig
> new file mode 100644
> index 0000000000..db3b76b4d4
> --- /dev/null
> +++ b/board/cloudengines/pogo_v4/Kconfig
> @@ -0,0 +1,16 @@
> +# SPDX-License-Identifier: GPL-2.0+
> +#
> +# (C) Copyright 2014-2021 Tony Dinh <mibodhi at gmail.com>
> +#
> +if TARGET_POGO_V4
> +
> +config SYS_BOARD
> +	default "pogo_v4"
> +
> +config SYS_VENDOR
> +	default "cloudengines"
> +
> +config SYS_CONFIG_NAME
> +	default "pogo_v4"
> +
> +endif
> 

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de


More information about the U-Boot mailing list