[linux-yocto] [PATCH 10/10] intel-quark: Remove support for serial-all
Alejandro Hernandez
alejandro.hernandez at linux.intel.com
Thu Dec 22 10:18:54 PST 2016
From: Tom Zanussi <tom.zanussi at linux.intel.com>
The 'serial-all' feature doesn't really make sense to begin with, and
certainly isn't required for all quark-derived BSPs, so remove it and
replace it with just the base USB serial support.
If a particular bsp requires more specific support, it should include
it explicitly.
Signed-off-by: Tom Zanussi <tom.zanussi at linux.intel.com>
---
bsp/intel-common/intel-quark.scc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bsp/intel-common/intel-quark.scc b/bsp/intel-common/intel-quark.scc
index 8ca5ef9..6d60afb 100644
--- a/bsp/intel-common/intel-quark.scc
+++ b/bsp/intel-common/intel-quark.scc
@@ -11,7 +11,7 @@ include cfg/timer/hz_100.scc
# Supported platforms and SoCs
include features/soc/x1000/x1000.scc
-include features/usb/serial-all.scc
+include features/usb/serial.scc
# This line comes last as it has the final word on
# CONFIG values.
--
2.6.6
More information about the linux-yocto
mailing list