diff options
author | Brian Swetland <swetland@google.com> | 2007-11-26 07:12:13 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 09:39:14 -0500 |
commit | 9e73c84c89b7c91ad5d6a141c58efbbe139f6b6c (patch) | |
tree | c8e7e77f4eb307ccec8751853fee2ee8c464506a /arch/arm/Kconfig | |
parent | 3e4ea3728a38b224d8b35ff8a9281407f603aa20 (diff) |
[ARM] msm: board file for MACH_HALIBUT (QCT MSM7200A)
Add support for the Qualcomm MSM7200A eval board.
Common devices are defined in common.c, to avoid excessive
cut'n'pasting them into other board files.
Signed-off-by: Brian Swetland <swetland@google.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 89c3811132c2..ec294995e63c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -488,6 +488,8 @@ source "arch/arm/mach-davinci/Kconfig" | |||
488 | 488 | ||
489 | source "arch/arm/mach-ks8695/Kconfig" | 489 | source "arch/arm/mach-ks8695/Kconfig" |
490 | 490 | ||
491 | source "arch/arm/mach-msm/Kconfig" | ||
492 | |||
491 | # Definitions to make life easier | 493 | # Definitions to make life easier |
492 | config ARCH_ACORN | 494 | config ARCH_ACORN |
493 | bool | 495 | bool |