[linux-yocto] [yocto-4.9][PATCH] bsp/romley: drop obsolete config

Anuj Mittal anuj.mittal at intel.com
Wed Aug 29 21:45:57 PDT 2018


CONFIG_USB_ARCH_HAS_EHCI was removed and isn't used anymore:

https://github.com/torvalds/linux/commit/b797b76fb464ed6939ce71386bee7fdda4b68632

Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
---
 bsp/romley/romley.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bsp/romley/romley.cfg b/bsp/romley/romley.cfg
index 5e7347a3..316b07fd 100644
--- a/bsp/romley/romley.cfg
+++ b/bsp/romley/romley.cfg
@@ -10,7 +10,6 @@ CONFIG_MMC=y
 CONFIG_MMC_SDHCI=y
 CONFIG_USB_SUPPORT=y
 CONFIG_USB=y
-CONFIG_USB_ARCH_HAS_EHCI=y
 CONFIG_R8169=y
 CONFIG_PATA_SCH=y
 CONFIG_MMC_SDHCI_PCI=y
-- 
2.17.1



More information about the linux-yocto mailing list