diff options
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 042f157a8f94..3649a34db00d 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -82,8 +82,10 @@ config SOC_TI81XX | |||
82 | 82 | ||
83 | config SOC_AM33XX | 83 | config SOC_AM33XX |
84 | bool "AM33XX support" | 84 | bool "AM33XX support" |
85 | depends on ARCH_OMAP3 | ||
86 | default y | 85 | default y |
86 | select CPU_V7 | ||
87 | select ARM_CPU_SUSPEND if PM | ||
88 | select MULTI_IRQ_HANDLER | ||
87 | 89 | ||
88 | config OMAP_PACKAGE_ZAF | 90 | config OMAP_PACKAGE_ZAF |
89 | bool | 91 | bool |