Skip to content

Commit

Permalink
Merge branch 'cleanups/remove-unused-kconfig' into imx-fixes-for-arnd
Browse files Browse the repository at this point in the history
  • Loading branch information
saschahauer committed Nov 22, 2011
2 parents 9a2ee71 + e760b52 commit 7378a62
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions arch/arm/mach-imx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ config HAVE_IMX_MMDC
config HAVE_IMX_SRC
bool

#
# ARCH_MX31 and ARCH_MX35 are left for compatibility
# Some usages assume that having one of them implies not having (e.g.) ARCH_MX2.
# To easily distinguish good and reviewed from unreviewed usages new (and IMHO
# more sensible) names are used: SOC_IMX31 and SOC_IMX35
config ARCH_MX1
bool

Expand All @@ -27,12 +22,6 @@ config ARCH_MX25
config MACH_MX27
bool

config ARCH_MX31
bool

config ARCH_MX35
bool

config SOC_IMX1
bool
select ARCH_MX1
Expand Down Expand Up @@ -72,7 +61,6 @@ config SOC_IMX31
select CPU_V6
select IMX_HAVE_PLATFORM_MXC_RNGA
select ARCH_MXC_AUDMUX_V2
select ARCH_MX31
select MXC_AVIC
select SMP_ON_UP if SMP

Expand All @@ -82,7 +70,6 @@ config SOC_IMX35
select ARCH_MXC_IOMUX_V3
select ARCH_MXC_AUDMUX_V2
select HAVE_EPIT
select ARCH_MX35
select MXC_AVIC
select SMP_ON_UP if SMP

Expand Down

0 comments on commit 7378a62

Please sign in to comment.