diff options
author | Cory Maccarrone <darkstar6262@gmail.com> | 2009-11-22 19:11:34 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-11-22 19:24:33 +0100 |
commit | 9c2816f7bd445c5eb152babff4d6fb3f8f556610 (patch) | |
tree | ad5e9f3fd72c9471c22bb0f9cff05812db10a5e0 /arch/arm/mach-omap1/Kconfig | |
parent | omap: zoom2: update defconfig for LL_DEBUG_NONE (diff) | |
download | linux-9c2816f7bd445c5eb152babff4d6fb3f8f556610.tar.xz linux-9c2816f7bd445c5eb152babff4d6fb3f8f556610.zip |
omap1: Add board support and LCD for HTC Herald
This patch introduces support for the HTC Herald (T-Mobile
Wing, etc.) series of smart phones -- board support and LCD
panel settings.
Signed-off-by: Cory Maccarrone <darkstar6262@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/Kconfig')
-rw-r--r-- | arch/arm/mach-omap1/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig index 323272651933..27f489747bbd 100644 --- a/arch/arm/mach-omap1/Kconfig +++ b/arch/arm/mach-omap1/Kconfig @@ -57,6 +57,12 @@ config MACH_OMAP_HTCWIZARD help HTC Wizard smartphone support (AKA QTEK 9100, ...) +config MACH_HERALD + bool "HTC Herald" + depends on ARCH_OMAP850 + help + HTC Herald smartphone support (AKA T-Mobile Wing, ...) + config MACH_OMAP_OSK bool "TI OSK Support" depends on ARCH_OMAP1 && ARCH_OMAP16XX |