diff options
Diffstat (limited to 'arch/arm/mach-omap2')
| -rw-r--r-- | arch/arm/mach-omap2/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 2793feafaae..ea592541f0c 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -237,6 +237,7 @@ config MACH_OMAP3_H1_DVT2 config MACH_OMAP3_H1_PV bool "PV Build of the H1 board" depends on MACH_OMAP3_H1 + endchoice choice @@ -259,6 +260,13 @@ config MACH_OMAP3_H1_PV2 the kernel as well. endchoice +config OLIO_H1_PRODUCTION + bool "Olio H1 Production build" + depends on MACH_OMAP3_H1 + select MACH_OMAP3_H1_PV2 + help + Turns off UART3 pins. Don't forget to also turn off the console! (In device drivers -> character devices -> serial, and in kernel hacking as well). + config MACH_DEVKIT8000 bool "DEVKIT8000 board" depends on ARCH_OMAP3 |