-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: clps711x: Switch to MULTIPLATFORM
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
Showing
7 changed files
with
12 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.