From: Tom Zanussi <tom.zanu...@intel.com> Use the available ehci and uhci usb features and remove the associated config settings from the top-level common-pc feature.
Signed-off-by: Tom Zanussi <tom.zanu...@intel.com> --- meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg | 5 ----- meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg index d3dac93..db6ffb1 100644 --- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg +++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg @@ -73,12 +73,7 @@ CONFIG_SERIAL_8250_CONSOLE=y CONFIG_VT=y CONFIG_VGA_CONSOLE=y -CONFIG_USB_SUPPORT=y -CONFIG_USB=y CONFIG_USB_DEVICEFS=y -CONFIG_USB_EHCI_HCD=y -CONFIG_USB_EHCI_ROOT_HUB_TT=y -CONFIG_USB_UHCI_HCD=y CONFIG_USB_STORAGE=y CONFIG_USB_HID=y CONFIG_USB_HIDDEV=y diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc index bab45e6..2338ea6 100644 --- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc +++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc @@ -2,6 +2,8 @@ kconf hardware common-pc.cfg kconf hardware common-pc-gfx.cfg include cfg/boot-live.scc +include features/usb/ehci-hcd.scc +include features/usb/uhci-hcd.scc include features/intel-e1xxxx/intel-e100.scc include features/intel-e1xxxx/intel-e1xxxx.scc include features/latencytop/latencytop.scc -- 1.7.0.4 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto