diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 86eec4159cbc..9075461999c1 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -51,11 +51,13 @@ config MACH_LITTLETON | |||
51 | config MACH_TAVOREVB | 51 | config MACH_TAVOREVB |
52 | bool "PXA930 Evaluation Board (aka TavorEVB)" | 52 | bool "PXA930 Evaluation Board (aka TavorEVB)" |
53 | select CPU_PXA930 | 53 | select CPU_PXA930 |
54 | select CPU_PXA935 | ||
54 | select PXA3xx | 55 | select PXA3xx |
55 | 56 | ||
56 | config MACH_SAAR | 57 | config MACH_SAAR |
57 | bool "PXA930 Handheld Platform (aka SAAR)" | 58 | bool "PXA930 Handheld Platform (aka SAAR)" |
58 | select CPU_PXA930 | 59 | select CPU_PXA930 |
60 | select CPU_PXA935 | ||
59 | select PXA3xx | 61 | select PXA3xx |
60 | 62 | ||
61 | comment "Third Party Dev Platforms (sorted by vendor name)" | 63 | comment "Third Party Dev Platforms (sorted by vendor name)" |