From: Jonas Gorski <jogo@openwrt.org>
To: linux-mips@linux-mips.org
Cc: Ralf Baechle <ralf@linux-mips.org>,
Kevin Cernekee <cernekee@gmail.com>,
Florian Fainelli <f.fainelli@gmail.com>,
Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>,
James Hogan <james.hogan@imgtec.com>,
John Crispin <blogic@openwrt.org>,
Ganesan Ramalingam <ganesanr@broadcom.com>,
Jayachandran C <jchandra@broadcom.com>,
Andrew Bresticker <abrestic@chromium.org>,
James Hartley <james.hartley@imgtec.com>
Subject: [PATCH 1/3] MIPS: use USE_OF as the guard for appended dtb
Date: Sat, 12 Sep 2015 18:26:12 +0200 [thread overview]
Message-ID: <1442075174-30414-2-git-send-email-jogo@openwrt.org> (raw)
In-Reply-To: <1442075174-30414-1-git-send-email-jogo@openwrt.org>
Since OF is now a user selectable symbol, the choice for appended dtb
support should only be visible when USE_OF is selected, as this
indicates actual machine support for device tree in MIPS.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
---
arch/mips/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 752acca..10fcd93 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -2684,7 +2684,7 @@ config BUILTIN_DTB
bool
choice
- prompt "Kernel appended dtb support" if OF
+ prompt "Kernel appended dtb support" if USE_OF
default MIPS_NO_APPENDED_DTB
config MIPS_NO_APPENDED_DTB
--
2.1.4
next prev parent reply other threads:[~2015-09-12 16:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-12 16:26 [PATCH 0/3] MIPS: allow keeping the dtb command line Jonas Gorski
2015-09-12 16:26 ` Jonas Gorski [this message]
2015-09-12 16:26 ` [PATCH 2/3] MIPS: make the kernel arguments from dtb available Jonas Gorski
2015-09-12 16:26 ` [PATCH 3/3] MIPS: make MIPS_CMDLINE_DTB default Jonas Gorski
2015-09-12 18:53 ` Hauke Mehrtens
2015-09-12 19:01 ` Jonas Gorski
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=1442075174-30414-2-git-send-email-jogo@openwrt.org \
--to=jogo@openwrt.org \
--cc=Zubair.Kakakhel@imgtec.com \
--cc=abrestic@chromium.org \
--cc=blogic@openwrt.org \
--cc=cernekee@gmail.com \
--cc=f.fainelli@gmail.com \
--cc=ganesanr@broadcom.com \
--cc=james.hartley@imgtec.com \
--cc=james.hogan@imgtec.com \
--cc=jchandra@broadcom.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.