From bd3ef27886dcb1c496a4583eb8b894296edf045d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 30 Mar 2022 18:07:13 -0400 Subject: tegra: Migrate CI_UDC_HAS_HOSTPC to Kconfig This option is only enabled for CI_UDC and !TEGRA20, so implement it as such in Kconfig directly. Signed-off-by: Tom Rini Reviewed-by: Peter Robinson Tested-by: Peter Robinson --- include/configs/p2571.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/p2571.h') diff --git a/include/configs/p2571.h b/include/configs/p2571.h index 5a89dc8a4a3..50cddb4a4ac 100644 --- a/include/configs/p2571.h +++ b/include/configs/p2571.h @@ -22,7 +22,6 @@ /* SPI */ #define CONFIG_SPI_FLASH_SIZE (4 << 20) -#include "tegra-common-usb-gadget.h" #include "tegra-common-post.h" #endif /* _P2571_H */ -- cgit v1.2.3