Skip to content

Commit

Permalink
ARM: imx: remove unnecessary ARCH_HAS_OPP select
Browse files Browse the repository at this point in the history
Since ARCH_MXC already selects ARCH_HAS_OPP, it's really unnecessary for
SOC_IMX27 and SOC_IMX5 to select it again.

Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
  • Loading branch information
Shawn Guo committed Aug 18, 2014
1 parent 59d05b5 commit df21607
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-imx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ config SOC_IMX25

config SOC_IMX27
bool
select ARCH_HAS_OPP
select CPU_ARM926T
select IMX_HAVE_IOMUX_V1
select MXC_AVIC
Expand Down Expand Up @@ -659,7 +658,6 @@ comment "Device tree only"

config SOC_IMX5
bool
select ARCH_HAS_OPP
select HAVE_IMX_SRC
select MXC_TZIC

Expand Down

0 comments on commit df21607

Please sign in to comment.