Skip to content

Commit

Permalink
ARM: clps711x: Switch to MULTIPLATFORM
Browse files Browse the repository at this point in the history
Switch CLPS711X to multiplatform.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Alexander Shiyan authored and Arnd Bergmann committed Jul 6, 2016
1 parent 4a56f46 commit c86f517
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 340 deletions.
14 changes: 0 additions & 14 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -353,20 +353,6 @@ config ARM_SINGLE_ARMV7M
select SPARSE_IRQ
select USE_OF


config ARCH_CLPS711X
bool "Cirrus Logic CLPS711x/EP721x/EP731x-based"
select ARCH_REQUIRE_GPIOLIB
select AUTO_ZRELADDR
select CLKSRC_MMIO
select COMMON_CLK
select CPU_ARM720T
select GENERIC_CLOCKEVENTS
select MFD_SYSCON
select SOC_BUS
help
Support for Cirrus Logic 711x/721x/731x based boards.

config ARCH_GEMINI
bool "Cortina Systems Gemini"
select ARCH_REQUIRE_GPIOLIB
Expand Down
1 change: 0 additions & 1 deletion arch/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ head-y := arch/arm/kernel/head$(MMUEXT).o
# Text offset. This list is sorted numerically by address in order to
# provide a means to avoid/resolve conflicts in multi-arch kernels.
textofs-y := 0x00008000
textofs-$(CONFIG_ARCH_CLPS711X) := 0x00028000
# We don't want the htc bootloader to corrupt kernel during resume
textofs-$(CONFIG_PM_H1940) := 0x00108000
# SA1111 DMA bug: we don't want the kernel to live in precious DMA-able memory
Expand Down
23 changes: 11 additions & 12 deletions arch/arm/mach-clps711x/Kconfig
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
if ARCH_CLPS711X

menu "CLPS711X/EP721X/EP731X Implementations"

config MACH_CLPS711X_DT
bool "Device-tree support"
menuconfig ARCH_CLPS711X
bool "Cirrus Logic EP721x/EP731x-based"
depends on ARCH_MULTI_V4T
select ARCH_REQUIRE_GPIOLIB
select AUTO_ZRELADDR
select CLKSRC_MMIO
select CLKSRC_OF
select COMMON_CLK
select CPU_ARM720T
select GENERIC_CLOCKEVENTS
select MFD_SYSCON
select OF_IRQ
select USE_OF
help
Select this if you want to experiment device-tree with
ARMv4T Cirrus Logic chips.

endmenu

endif
Select this if you use ARMv4T Cirrus Logic chips.
2 changes: 1 addition & 1 deletion arch/arm/mach-clps711x/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
obj-$(CONFIG_MACH_CLPS711X_DT) += board-dt.o
obj-y += board-dt.o
204 changes: 0 additions & 204 deletions arch/arm/mach-clps711x/include/mach/clps711x.h

This file was deleted.

53 changes: 0 additions & 53 deletions arch/arm/mach-clps711x/include/mach/hardware.h

This file was deleted.

55 changes: 0 additions & 55 deletions arch/arm/mach-clps711x/include/mach/uncompress.h

This file was deleted.

0 comments on commit c86f517

Please sign in to comment.