Skip to content

Commit

Permalink
arm64: Kconfig: clean up two no-op Kconfig options from CONFIG_ARCH_T…
Browse files Browse the repository at this point in the history
…EGRA*

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 <[email protected]>
Cc: Paul Walmsley <[email protected]>
Cc: Allen Martin <[email protected]>
Cc: Thierry Reding <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Paul Bolle <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
  • Loading branch information
Paul Walmsley authored and olofj committed Jan 29, 2015
1 parent 5118a6a commit 0d2fdcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ config ARCH_TEGRA
select CLKSRC_OF
select GENERIC_CLOCKEVENTS
select HAVE_CLK
select HAVE_SMP
select PINCTRL
select RESET_CONTROLLER
help
Expand All @@ -200,7 +199,6 @@ config ARCH_TEGRA_132_SOC
bool "NVIDIA Tegra132 SoC"
depends on ARCH_TEGRA
select PINCTRL_TEGRA124
select USB_ARCH_HAS_EHCI if USB_SUPPORT
select USB_ULPI if USB_PHY
select USB_ULPI_VIEWPORT if USB_PHY
help
Expand Down

0 comments on commit 0d2fdcd

Please sign in to comment.