diff options
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index a6f8eab14ba5..ce6519c000a6 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -421,12 +421,17 @@ config MACH_PALMZ72 | |||
421 | Say Y here if you intend to run this kernel on Palm Zire 72 | 421 | Say Y here if you intend to run this kernel on Palm Zire 72 |
422 | handheld computer. | 422 | handheld computer. |
423 | 423 | ||
424 | config PALM_TREO | ||
425 | bool | ||
426 | depends on ARCH_PXA_PALM | ||
427 | |||
424 | config MACH_TREO680 | 428 | config MACH_TREO680 |
425 | bool "Palm Treo 680" | 429 | bool "Palm Treo 680" |
426 | default y | 430 | default y |
427 | depends on ARCH_PXA_PALM | 431 | depends on ARCH_PXA_PALM |
428 | select PXA27x | 432 | select PXA27x |
429 | select IWMMXT | 433 | select IWMMXT |
434 | select PALM_TREO | ||
430 | help | 435 | help |
431 | Say Y here if you intend to run this kernel on Palm Treo 680 | 436 | Say Y here if you intend to run this kernel on Palm Treo 680 |
432 | smartphone. | 437 | smartphone. |