diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-30 18:07:13 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-08 09:05:19 -0400 |
commit | bd3ef27886dcb1c496a4583eb8b894296edf045d (patch) | |
tree | be0efd473b1793df444bb58f8be25a08adc30578 /include/configs/cei-tk1-som.h | |
parent | 4e4fff7d93035d19189a805fcde3120339663247 (diff) | |
download | u-boot-bd3ef27886dcb1c496a4583eb8b894296edf045d.tar.gz u-boot-bd3ef27886dcb1c496a4583eb8b894296edf045d.tar.bz2 u-boot-bd3ef27886dcb1c496a4583eb8b894296edf045d.zip |
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 <trini@konsulko.com>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Tested-by: Peter Robinson <pbrobinson@gmail.com>
Diffstat (limited to 'include/configs/cei-tk1-som.h')
-rw-r--r-- | include/configs/cei-tk1-som.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cei-tk1-som.h b/include/configs/cei-tk1-som.h index 1cc8609102..0672b7dbbe 100644 --- a/include/configs/cei-tk1-som.h +++ b/include/configs/cei-tk1-som.h @@ -25,7 +25,6 @@ /* SPI */ #define CONFIG_SPI_FLASH_SIZE (4 << 20) -#include "tegra-common-usb-gadget.h" #include "tegra-common-post.h" #endif /* __CONFIG_H */ |