From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7C334C433EF for ; Fri, 21 Jan 2022 01:51:38 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 61EBF8390B; Fri, 21 Jan 2022 02:51:32 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="CixCgvYv"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 21378838F1; Fri, 21 Jan 2022 02:51:30 +0100 (CET) Received: from mail-oi1-x233.google.com (mail-oi1-x233.google.com [IPv6:2607:f8b0:4864:20::233]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 436A1838FE for ; Fri, 21 Jan 2022 02:51:27 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=mibodhi@gmail.com Received: by mail-oi1-x233.google.com with SMTP id bf5so11629951oib.4 for ; Thu, 20 Jan 2022 17:51:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Vhm545eCU6nNoEGYgXMDA2jt9y29swNUFNKMb2x7ubc=; b=CixCgvYvVT+NuxjLS8pRNI8WPDpi+7vjrKcU5SiFnR+BDFzNbW2mse6ttttEc91i9S /t0/B5aE6fUstRIhmYOr0ZqgQQ/CZgnWOslbyoel1bCHbtv21KS8jDwsz9LqAC0MrLmC Xt18IYPo5nv1kZ1U7S2hNuFdBgBbdjyaC/KJYIB7JTUuiBhD4RaJWRXVfsU8JACp3A69 OGsgauJEnkbsoE0br1LyhHDHX+DQLHdPEJA17HmqMW26PHTA9NK7+E3sDhwnNUlGiuxk Pzq4X+WntyERjRLQqnJLvmcQqN3L4k5C7Xp8Jw6ciqOcmAWhnvYfe8ov/WXEned4+jXt CIJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Vhm545eCU6nNoEGYgXMDA2jt9y29swNUFNKMb2x7ubc=; b=toND7ycmsLg3l3q29UwMpKCel9E4OQOUdXAC929u5g11hbo41UJVop+p+JyayOxUJk WcTYbcKSeTu/T3pWlpoJwb5/WTkazyy1PIxEW27sVQAGi3VYq5SQvPoo5BFi+oI67x9W otiHTkb5rmAjOnS8SJ6ygPpWAD2jDB7rBbsFNILMRHk0L5v64dJKfka+zDso4k5LZl1F ulKRiOkEHN/uilHDVyyf+G04/K7OXLbex+CIe5XNJ+dHxV6mXoFLigx4YYvuU9ZH/pSW g2iTkWYlkRam/auKyP+Zco9sNqowLleKDqKZL8KYkYbILXkPCaPntRFet2J1f6WIoXts g81w== X-Gm-Message-State: AOAM530htzwCeF3LZelpi3rVvCUg4p6hGe87Zeum3jcrRElRudIyC+24 TLfkUdP94MB/LxdxbJLKiq/pHkK6/Lo= X-Google-Smtp-Source: ABdhPJz0JQjDIIG9XGF3nWNSNSKN/Hv4bH4fRTxlHb414pArQ0tXxNuQUxuUuqBJefgsXNjiw/vvTA== X-Received: by 2002:aca:a80d:: with SMTP id r13mr10228573oie.21.1642729885983; Thu, 20 Jan 2022 17:51:25 -0800 (PST) Received: from localhost.localdomain (76-229-100-169.lightspeed.irvnca.sbcglobal.net. [76.229.100.169]) by smtp.gmail.com with ESMTPSA id v10sm426038otk.63.2022.01.20.17.51.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 Jan 2022 17:51:25 -0800 (PST) From: Tony Dinh To: U-Boot Mailing List , Stefan Roese Cc: =?UTF-8?q?Pali=20Roh=E1r?= , Tom Rini , David Purdy , =?UTF-8?q?Marek=20Beh=FAn?= , Tony Dinh Subject: [PATCH v4 2/4] arm: kirkwood: Pogoplug-V4 : Add Kconfig files Date: Thu, 20 Jan 2022 17:50:53 -0800 Message-Id: <20220121015055.8287-3-mibodhi@gmail.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220121015055.8287-1-mibodhi@gmail.com> References: <20220121015055.8287-1-mibodhi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Add Kconfig files for Pogoplug V4 board Signed-off-by: Tony Dinh --- (no changes since v3) Changes in v3: - Migrate symbols from board include header to Kconfig arch/arm/mach-kirkwood/Kconfig | 6 ++++++ board/cloudengines/pogo_v4/Kconfig | 16 ++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 board/cloudengines/pogo_v4/Kconfig diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig index c060cc8546..382b836267 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig @@ -51,6 +51,11 @@ config TARGET_POGO_E02 select FEROCEON_88FR131 select KW88F6281 +config TARGET_POGO_V4 + bool "Pogoplug V4 Board" + select FEROCEON_88FR131 + select KW88F6192 + config TARGET_DNS325 bool "dns325 Board" select FEROCEON_88FR131 @@ -123,6 +128,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 +# +if TARGET_POGO_V4 + +config SYS_BOARD + default "pogo_v4" + +config SYS_VENDOR + default "cloudengines" + +config SYS_CONFIG_NAME + default "pogo_v4" + +endif -- 2.30.2