Skip to content

Commit 0d2fdcd

Browse files
Paul Walmsleyolofj
authored andcommitted
arm64: Kconfig: clean up two no-op Kconfig options from CONFIG_ARCH_TEGRA*
Paul Bolle pointed out that commit d035fdf ("arm64: Add Tegra132 support") included two Kconfig symbols that are now no-ops: USB_ARCH_HAS_EHCI and HAVE_SMP. So, drop the two symbols. This second version corrects a thinko in Paul Bolle's E-mail address. Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: Paul Walmsley <pwalmsley@nvidia.com> Cc: Allen Martin <amartin@nvidia.com> Cc: Thierry Reding <treding@nvidia.com> Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Will Deacon <will.deacon@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Olof Johansson <olof@lixom.net>
1 parent 5118a6a commit 0d2fdcd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm64/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ config ARCH_TEGRA
190190
select CLKSRC_OF
191191
select GENERIC_CLOCKEVENTS
192192
select HAVE_CLK
193-
select HAVE_SMP
194193
select PINCTRL
195194
select RESET_CONTROLLER
196195
help
@@ -200,7 +199,6 @@ config ARCH_TEGRA_132_SOC
200199
bool "NVIDIA Tegra132 SoC"
201200
depends on ARCH_TEGRA
202201
select PINCTRL_TEGRA124
203-
select USB_ARCH_HAS_EHCI if USB_SUPPORT
204202
select USB_ULPI if USB_PHY
205203
select USB_ULPI_VIEWPORT if USB_PHY
206204
help

0 commit comments

Comments
 (0)