diff options
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 2455dcc744a0..b31b6f123122 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -10,6 +10,7 @@ config ARCH_OMAP2420 | |||
10 | config ARCH_OMAP2430 | 10 | config ARCH_OMAP2430 |
11 | bool "OMAP2430 support" | 11 | bool "OMAP2430 support" |
12 | depends on ARCH_OMAP2 | 12 | depends on ARCH_OMAP2 |
13 | select ARCH_OMAP_OTG | ||
13 | 14 | ||
14 | config ARCH_OMAP3430 | 15 | config ARCH_OMAP3430 |
15 | bool "OMAP3430 support" | 16 | bool "OMAP3430 support" |
@@ -141,6 +142,12 @@ config MACH_IGEP0020 | |||
141 | depends on ARCH_OMAP3 | 142 | depends on ARCH_OMAP3 |
142 | select OMAP_PACKAGE_CBB | 143 | select OMAP_PACKAGE_CBB |
143 | 144 | ||
145 | config MACH_SBC3530 | ||
146 | bool "OMAP3 SBC STALKER board" | ||
147 | depends on ARCH_OMAP3 | ||
148 | select OMAP_PACKAGE_CUS | ||
149 | select OMAP_MUX | ||
150 | |||
144 | config MACH_OMAP_3630SDP | 151 | config MACH_OMAP_3630SDP |
145 | bool "OMAP3630 SDP board" | 152 | bool "OMAP3630 SDP board" |
146 | depends on ARCH_OMAP3 | 153 | depends on ARCH_OMAP3 |