From: Tony Dinh <mibodhi@gmail.com>
To: U-Boot Mailing List <u-boot@lists.denx.de>, Stefan Roese <sr@denx.de>
Cc: "Pali Roh�r" <pali@kernel.org>, "Tom Rini" <trini@konsulko.com>,
"David Purdy" <david.c.purdy@gmail.com>,
"Marek Beh�n" <marek.behun@nic.cz>,
"Tony Dinh" <mibodhi@gmail.com>
Subject: [PATCH v4 2/4] arm: kirkwood: Pogoplug-V4 : Add Kconfig files
Date: Thu, 20 Jan 2022 17:50:53 -0800 [thread overview]
Message-ID: <20220121015055.8287-3-mibodhi@gmail.com> (raw)
In-Reply-To: <20220121015055.8287-1-mibodhi@gmail.com>
Add Kconfig files for Pogoplug V4 board
Signed-off-by: Tony Dinh <mibodhi@gmail.com>
---
(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 <mibodhi@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
--
2.30.2
next prev parent reply other threads:[~2022-01-21 1:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-21 1:50 [PATCH v4 0/4] arm: kirkwood: Add support for Pogoplug V4 Tony Dinh
2022-01-21 1:50 ` [PATCH v4 1/4] arm: kirkwood: Pogoplug-V4 : Add DTS files Tony Dinh
2022-01-21 1:50 ` Tony Dinh [this message]
2022-01-21 1:50 ` [PATCH v4 3/4] arm: kirkwood: Pogoplug-V4 : Add board implementation files Tony Dinh
2022-01-21 10:00 ` Pali Rohár
2022-01-21 21:33 ` Tony Dinh
2022-01-23 1:46 ` Tony Dinh
2022-01-21 1:50 ` [PATCH v4 4/4] arm: kirkwood: Pogoplug V4 : Add board include header and defconfig files Tony Dinh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220121015055.8287-3-mibodhi@gmail.com \
--to=mibodhi@gmail.com \
--cc=david.c.purdy@gmail.com \
--cc=marek.behun@nic.cz \
--cc=pali@kernel.org \
--cc=sr@denx.de \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox