From c532811c51aaf98349d76539b1550f86ce90e485 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Tue, 8 May 2018 11:28:06 +0900 Subject: [PATCH] configs: tizen: remove the unused configurations Remove the unused configurations. (CONFIG_UHB_HCI is replaced to CONFIG_USB_EHCI_HCD.) Change-Id: I132d04517193544523230429dd6d373725ea32f2 Signed-off-by: Jaehoon Chung --- include/configs/tizen.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/tizen.h b/include/configs/tizen.h index b710e9c370..83cdd97aa8 100644 --- a/include/configs/tizen.h +++ b/include/configs/tizen.h @@ -82,10 +82,8 @@ #define CONFIG_LIB_HW_RAND /* USB */ -#define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_EXYNOS -#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_NET_RANDOM_ETHADDR -- 2.34.1