diff options
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index ce8bc3304e19..a347fb5946c7 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -62,6 +62,14 @@ config OMAP_MUX_WARNINGS | |||
62 | to change the pin multiplexing setup. When there are no warnings | 62 | to change the pin multiplexing setup. When there are no warnings |
63 | printed, it's safe to deselect OMAP_MUX for your product. | 63 | printed, it's safe to deselect OMAP_MUX for your product. |
64 | 64 | ||
65 | config OMAP_MCBSP | ||
66 | bool "McBSP support" | ||
67 | depends on ARCH_OMAP | ||
68 | default y | ||
69 | help | ||
70 | Say Y here if you want support for the OMAP Multichannel | ||
71 | Buffered Serial Port. | ||
72 | |||
65 | choice | 73 | choice |
66 | prompt "System timer" | 74 | prompt "System timer" |
67 | default OMAP_MPU_TIMER | 75 | default OMAP_MPU_TIMER |