diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-03-16 06:44:05 (GMT) |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-05-11 15:24:57 (GMT) |
commit | 793ffb9ed3179906760874689a99d4863d76914e (patch) | |
tree | 69d587d5b9f76807c926a8cbee4b5914833b9d49 /arch/arm/mach-pxa/Kconfig | |
parent | 639b91a364fafea24fc1d2e8853c12ce45d4ceea (diff) | |
download | linux-793ffb9ed3179906760874689a99d4863d76914e.tar.xz |
[ARM] pxa: remove the now 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 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 089579f..8f7eb12 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -653,11 +653,6 @@ config PXA_SSP help Enable support for PXA2xx SSP ports -config PXA_SSP_LEGACY - bool - help - Support of legacy SSP API - config TOSA_BT tristate "Control the state of built-in bluetooth chip on Sharp SL-6000" depends on MACH_TOSA |