* [Buildroot] [PATCH] udoo: mx6qdl: Use the preferred form for disabling a symbol
@ 2016-12-31 19:00 Fabio Estevam
2017-01-01 8:24 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2016-12-31 19:00 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] udoo: mx6qdl: Use the preferred form for disabling a symbol
2016-12-31 19:00 [Buildroot] [PATCH] udoo: mx6qdl: Use the preferred form for disabling a symbol Fabio Estevam
@ 2017-01-01 8:24 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-01-01 8:24 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 31 Dec 2016 17:00:39 -0200, Fabio Estevam wrote:
> 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(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-01 8:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-31 19:00 [Buildroot] [PATCH] udoo: mx6qdl: Use the preferred form for disabling a symbol Fabio Estevam
2017-01-01 8:24 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox