diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2009-11-09 01:40:47 -0500 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2009-11-30 20:02:57 -0500 |
commit | 9035a9ece9819155ed6a12654ab5d5293d3f2545 (patch) | |
tree | 29b57ec903a0b61bf4845dec8760a24f44144275 /arch/arm/mach-pxa/Kconfig | |
parent | 1493df7319e06fb6ae6daa7e0d28355e6e8be1c9 (diff) |
[ARM] pxa: select CPU_PXA310 for MACH_COLIBRI300
MACH_COLIBRI300 is supposed to support both PXA300 and PXA310, select
the missing CPU_PXA310.
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Acked-by: Daniel Mack <daniel@caiaq.de>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index ca2bd593ca30..4bd0f8740b24 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -254,6 +254,7 @@ config MACH_COLIBRI300 | |||
254 | bool "Toradex Colibri PXA300/310" | 254 | bool "Toradex Colibri PXA300/310" |
255 | select PXA3xx | 255 | select PXA3xx |
256 | select CPU_PXA300 | 256 | select CPU_PXA300 |
257 | select CPU_PXA310 | ||
257 | 258 | ||
258 | config MACH_COLIBRI320 | 259 | config MACH_COLIBRI320 |
259 | bool "Toradex Colibri PXA320" | 260 | bool "Toradex Colibri PXA320" |