diff options
author | Daniel Mack <daniel@zonque.org> | 2019-01-07 08:32:57 +0100 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2019-01-09 21:39:37 +0100 |
commit | 0f884f8a090e08c47795cd99c3f079acf967d353 (patch) | |
tree | eb33d39e48972e07ae1e1e60bc5f1a5f93bb9edb /arch/arm/mach-pxa/Kconfig | |
parent | Linux 5.0-rc1 (diff) | |
download | linux-0f884f8a090e08c47795cd99c3f079acf967d353.tar.xz linux-0f884f8a090e08c47795cd99c3f079acf967d353.zip |
ARM: pxa: remove raumfeld board files and defconfig
These boards are now fully ported to device-tree, so the old implementation
can go away.
The defconfig needs downstream quirks anyway, so we can just remove it from
mainline.
Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index dc8e4f4b7ade..8839c72fdee3 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -454,24 +454,6 @@ config MACH_TREO680 Say Y here if you intend to run this kernel on Palm Treo 680 smartphone. -config MACH_RAUMFELD_RC - bool "Raumfeld Controller" - select CPU_PXA300 - select POWER_SUPPLY - select PXA3xx - -config MACH_RAUMFELD_CONNECTOR - bool "Raumfeld Connector" - select CPU_PXA300 - select POWER_SUPPLY - select PXA3xx - -config MACH_RAUMFELD_SPEAKER - bool "Raumfeld Speaker" - select CPU_PXA300 - select POWER_SUPPLY - select PXA3xx - config PXA_SHARPSL bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models" select SHARP_PARAM |