Skip to content

Commit c86f517

Browse files
shcgitarndb
authored andcommitted
ARM: clps711x: Switch to MULTIPLATFORM
Switch CLPS711X to multiplatform. Signed-off-by: Alexander Shiyan <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 4a56f46 commit c86f517

File tree

7 files changed

+12
-340
lines changed

7 files changed

+12
-340
lines changed

arch/arm/Kconfig

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -353,20 +353,6 @@ config ARM_SINGLE_ARMV7M
353353
select SPARSE_IRQ
354354
select USE_OF
355355

356-
357-
config ARCH_CLPS711X
358-
bool "Cirrus Logic CLPS711x/EP721x/EP731x-based"
359-
select ARCH_REQUIRE_GPIOLIB
360-
select AUTO_ZRELADDR
361-
select CLKSRC_MMIO
362-
select COMMON_CLK
363-
select CPU_ARM720T
364-
select GENERIC_CLOCKEVENTS
365-
select MFD_SYSCON
366-
select SOC_BUS
367-
help
368-
Support for Cirrus Logic 711x/721x/731x based boards.
369-
370356
config ARCH_GEMINI
371357
bool "Cortina Systems Gemini"
372358
select ARCH_REQUIRE_GPIOLIB

arch/arm/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ head-y := arch/arm/kernel/head$(MMUEXT).o
140140
# Text offset. This list is sorted numerically by address in order to
141141
# provide a means to avoid/resolve conflicts in multi-arch kernels.
142142
textofs-y := 0x00008000
143-
textofs-$(CONFIG_ARCH_CLPS711X) := 0x00028000
144143
# We don't want the htc bootloader to corrupt kernel during resume
145144
textofs-$(CONFIG_PM_H1940) := 0x00108000
146145
# SA1111 DMA bug: we don't want the kernel to live in precious DMA-able memory

arch/arm/mach-clps711x/Kconfig

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
if ARCH_CLPS711X
2-
3-
menu "CLPS711X/EP721X/EP731X Implementations"
4-
5-
config MACH_CLPS711X_DT
6-
bool "Device-tree support"
1+
menuconfig ARCH_CLPS711X
2+
bool "Cirrus Logic EP721x/EP731x-based"
3+
depends on ARCH_MULTI_V4T
4+
select ARCH_REQUIRE_GPIOLIB
5+
select AUTO_ZRELADDR
6+
select CLKSRC_MMIO
77
select CLKSRC_OF
8+
select COMMON_CLK
9+
select CPU_ARM720T
10+
select GENERIC_CLOCKEVENTS
11+
select MFD_SYSCON
812
select OF_IRQ
913
select USE_OF
1014
help
11-
Select this if you want to experiment device-tree with
12-
ARMv4T Cirrus Logic chips.
13-
14-
endmenu
15-
16-
endif
15+
Select this if you use ARMv4T Cirrus Logic chips.

arch/arm/mach-clps711x/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
obj-$(CONFIG_MACH_CLPS711X_DT) += board-dt.o
1+
obj-y += board-dt.o

arch/arm/mach-clps711x/include/mach/clps711x.h

Lines changed: 0 additions & 204 deletions
This file was deleted.

arch/arm/mach-clps711x/include/mach/hardware.h

Lines changed: 0 additions & 53 deletions
This file was deleted.

arch/arm/mach-clps711x/include/mach/uncompress.h

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)