From: Fabio Estevam <festevam@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] udoo: mx6qdl: Use the preferred form for disabling a symbol
Date: Sat, 31 Dec 2016 17:00:39 -0200 [thread overview]
Message-ID: <1483210839-23311-1-git-send-email-festevam@gmail.com> (raw)
Even though 'CONFIG_USB=n' does the job, let's switch to the more
standard way for disabling a Kconfig symbol.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
board/udoo/mx6qdl/linux.fragment | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/udoo/mx6qdl/linux.fragment b/board/udoo/mx6qdl/linux.fragment
index 2acad15..1d25099 100644
--- a/board/udoo/mx6qdl/linux.fragment
+++ b/board/udoo/mx6qdl/linux.fragment
@@ -1 +1 @@
-CONFIG_USB=n
+# CONFIG_USB is not set
--
2.7.4
next reply other threads:[~2016-12-31 19:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-31 19:00 Fabio Estevam [this message]
2017-01-01 8:24 ` [Buildroot] [PATCH] udoo: mx6qdl: Use the preferred form for disabling a symbol Thomas Petazzoni
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=1483210839-23311-1-git-send-email-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=buildroot@busybox.net \
/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