diff options
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
| -rw-r--r-- | arch/arm/plat-omap/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index 46d3b0b9ce69..9dd68fafb374 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
| @@ -11,14 +11,17 @@ choice | |||
| 11 | 11 | ||
| 12 | config ARCH_OMAP1 | 12 | config ARCH_OMAP1 |
| 13 | bool "TI OMAP1" | 13 | bool "TI OMAP1" |
| 14 | select COMMON_CLKDEV | ||
| 14 | 15 | ||
| 15 | config ARCH_OMAP2 | 16 | config ARCH_OMAP2 |
| 16 | bool "TI OMAP2" | 17 | bool "TI OMAP2" |
| 17 | select CPU_V6 | 18 | select CPU_V6 |
| 19 | select COMMON_CLKDEV | ||
| 18 | 20 | ||
| 19 | config ARCH_OMAP3 | 21 | config ARCH_OMAP3 |
| 20 | bool "TI OMAP3" | 22 | bool "TI OMAP3" |
| 21 | select CPU_V7 | 23 | select CPU_V7 |
| 24 | select COMMON_CLKDEV | ||
| 22 | 25 | ||
| 23 | endchoice | 26 | endchoice |
| 24 | 27 | ||
| @@ -104,6 +107,14 @@ config OMAP_MCBSP | |||
| 104 | Say Y here if you want support for the OMAP Multichannel | 107 | Say Y here if you want support for the OMAP Multichannel |
| 105 | Buffered Serial Port. | 108 | Buffered Serial Port. |
| 106 | 109 | ||
| 110 | config OMAP_MBOX_FWK | ||
| 111 | tristate "Mailbox framework support" | ||
| 112 | depends on ARCH_OMAP | ||
| 113 | default n | ||
| 114 | help | ||
| 115 | Say Y here if you want to use OMAP Mailbox framework support for | ||
| 116 | DSP, IVA1.0 and IVA2 in OMAP1/2/3. | ||
| 117 | |||
| 107 | choice | 118 | choice |
| 108 | prompt "System timer" | 119 | prompt "System timer" |
| 109 | default OMAP_MPU_TIMER | 120 | default OMAP_MPU_TIMER |
