diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-02-08 22:10:10 -0500 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-03-01 18:40:52 -0500 |
commit | a056bef45529810183f56944dcea8b4e297c2dc3 (patch) | |
tree | 31155e0d6d746fbb2272e109a2d5790e03f0d1c5 /arch/arm/mach-pxa/Kconfig | |
parent | 98acdbe4cf83f5a2e21c7aac830146b5d6da9282 (diff) |
[ARM] pxa: introduce PXA_SSP_LEGACY for legacy SSP API
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 3602c729b89a..38fbd0a0e402 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -458,6 +458,7 @@ config SHARPSL_PM | |||
458 | config CORGI_SSP_DEPRECATED | 458 | config CORGI_SSP_DEPRECATED |
459 | bool | 459 | bool |
460 | select PXA_SSP | 460 | select PXA_SSP |
461 | select PXA_SSP_LEGACY | ||
461 | help | 462 | help |
462 | This option will include corgi_ssp.c and corgi_lcd.c | 463 | This option will include corgi_ssp.c and corgi_lcd.c |
463 | that corgi_ts.c and other legacy drivers (corgi_bl.c | 464 | that corgi_ts.c and other legacy drivers (corgi_bl.c |
@@ -658,6 +659,11 @@ config PXA_SSP | |||
658 | help | 659 | help |
659 | Enable support for PXA2xx SSP ports | 660 | Enable support for PXA2xx SSP ports |
660 | 661 | ||
662 | config PXA_SSP_LEGACY | ||
663 | bool | ||
664 | help | ||
665 | Support of legacy SSP API | ||
666 | |||
661 | config TOSA_BT | 667 | config TOSA_BT |
662 | tristate "Control the state of built-in bluetooth chip on Sharp SL-6000" | 668 | tristate "Control the state of built-in bluetooth chip on Sharp SL-6000" |
663 | depends on MACH_TOSA | 669 | depends on MACH_TOSA |