diff options
author | Ian Molton <spyro@f2s.com> | 2008-06-25 22:39:31 +0100 |
---|---|---|
committer | Ian Molton <spyro@f2s.com> | 2008-07-10 20:15:05 +0100 |
commit | b3d354b8d8d676c97794a5b984613d51ad683f17 (patch) | |
tree | 0ac1d373c1b63b836b845c0a7b9b37178053fc20 /arch/arm/mach-pxa/Kconfig | |
parent | 877e03d4aeabb88018c533eeb7386cf8c3aec689 (diff) |
Add e350 support
Signed-off-by: Ian Molton <spyro@f2s.com>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index faa2c3f6c1a..0c96229a2db 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -124,6 +124,14 @@ config MACH_E330 Say Y here if you intend to run this kernel on a Toshiba e330 family PDA. +config MACH_E350 + bool "Toshiba e350" + default y + depends on ARCH_PXA_ESERIES + help + Say Y here if you intend to run this kernel on a Toshiba + e350 family PDA. + config MACH_E740 bool "Toshiba e740" default y |