diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2019-02-20 12:17:27 +0000 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2019-02-20 09:01:44 -0700 |
commit | 747fed56d3876d7de89959f9a927901e02166151 (patch) | |
tree | 1d3c4e5fd5e6ff74637fd1a4953bd73f9b849927 /include/configs/p2371-2180.h | |
parent | 02253d4d12667b99dc7538b0427353a8c8221514 (diff) |
Kconfig: tegra: Migrate USB_EHCI_TEGRA
Migrate USB_EHCI_TEGRA from headers to Kconfig
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: Tom Warren <twarren@nvidia.com>
Cc: Stephen Warren <swarren@nvidia.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Cc: Peter.Chubb@data61.csiro.au
Cc: Lucas Stach <dev@lynxeye.de>
Cc: Stefan Agner <stefan.agner@toradex.com>
Cc: Alban Bedel <alban.bedel@avionic-design.de>
Cc: Allen Martin <amartin@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/p2371-2180.h')
-rw-r--r-- | include/configs/p2371-2180.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/p2371-2180.h b/include/configs/p2371-2180.h index 3486cc8117e..c97b2260277 100644 --- a/include/configs/p2371-2180.h +++ b/include/configs/p2371-2180.h @@ -27,9 +27,6 @@ #define CONFIG_SF_DEFAULT_SPEED 24000000 #define CONFIG_SPI_FLASH_SIZE (4 << 20) -/* USB2.0 Host support */ -#define CONFIG_USB_EHCI_TEGRA - #include "tegra-common-usb-gadget.h" #include "tegra-common-post.h" |