mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00:00
64dbc4dd7a
There are two drivers in arch/arm/plat-pxa: mfp and ssp. Both of them should ideally not be needed at all, as there are proper subsystems to replace them. OTOH, they are self-contained and can simply be normal SoC drivers, so move them over there to eliminate one more of the plat-* directories. Acked-by: Robert Jarzmik <robert.jarzmik@free.fr> (mach-pxa) Acked-by: Lubomir Rintel <lkundrak@v3.sk> (mach-mmp) Signed-off-by: Arnd Bergmann <arnd@arndb.de>
8 lines
133 B
Text
8 lines
133 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
config PLAT_PXA
|
|
bool
|
|
|
|
config PXA_SSP
|
|
tristate
|
|
help
|
|
Enable support for PXA2xx SSP ports
|