]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
udoo: mx6qdl: Use the preferred form for disabling a symbol
authorFabio Estevam <festevam@gmail.com>
Sat, 31 Dec 2016 19:00:39 +0000 (17:00 -0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 1 Jan 2017 08:23:57 +0000 (09:23 +0100)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/udoo/mx6qdl/linux.fragment

index 2acad157573e9163b0fdc42312cb4cb25f7f5f51..1d2509982be17fdceee75f5217f1d5fa0b057aa2 100644 (file)
@@ -1 +1 @@
-CONFIG_USB=n
+# CONFIG_USB is not set