From: Fabio Estevam Date: Sat, 31 Dec 2016 19:00:39 +0000 (-0200) Subject: udoo: mx6qdl: Use the preferred form for disabling a symbol X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=027d8141c56d03a7bbaad3c5242c1263454b10b2;p=buildroot.git udoo: mx6qdl: Use the preferred form for disabling a symbol 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 Signed-off-by: Thomas Petazzoni --- diff --git a/board/udoo/mx6qdl/linux.fragment b/board/udoo/mx6qdl/linux.fragment index 2acad15757..1d2509982b 100644 --- a/board/udoo/mx6qdl/linux.fragment +++ b/board/udoo/mx6qdl/linux.fragment @@ -1 +1 @@ -CONFIG_USB=n +# CONFIG_USB is not set