File tree Expand file tree Collapse file tree 7 files changed +12
-340
lines changed Expand file tree Collapse file tree 7 files changed +12
-340
lines changed Original file line number Diff line number Diff line change @@ -353,20 +353,6 @@ config ARM_SINGLE_ARMV7M
353
353
select SPARSE_IRQ
354
354
select USE_OF
355
355
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
-
370
356
config ARCH_GEMINI
371
357
bool "Cortina Systems Gemini"
372
358
select ARCH_REQUIRE_GPIOLIB
Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ head-y := arch/arm/kernel/head$(MMUEXT).o
140
140
# Text offset. This list is sorted numerically by address in order to
141
141
# provide a means to avoid/resolve conflicts in multi-arch kernels.
142
142
textofs-y := 0x00008000
143
- textofs-$(CONFIG_ARCH_CLPS711X) := 0x00028000
144
143
# We don't want the htc bootloader to corrupt kernel during resume
145
144
textofs-$(CONFIG_PM_H1940) := 0x00108000
146
145
# SA1111 DMA bug: we don't want the kernel to live in precious DMA-able memory
Original file line number Diff line number Diff line change 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
7
7
select CLKSRC_OF
8
+ select COMMON_CLK
9
+ select CPU_ARM720T
10
+ select GENERIC_CLOCKEVENTS
11
+ select MFD_SYSCON
8
12
select OF_IRQ
9
13
select USE_OF
10
14
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.
Original file line number Diff line number Diff line change 1
- obj-$(CONFIG_MACH_CLPS711X_DT) += board-dt.o
1
+ obj-y += board-dt.o
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments