forked from torvalds/linux
-
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: add base support for Marvell Dove SoC
The Marvell Dove (88AP510) is a high-performance, highly integrated, low power SoC with high-end ARM-compatible processor (known as PJ4), graphics processing unit, high-definition video decoding acceleration hardware, and a broad range of peripherals. Signed-off-by: Lennert Buytenhek <[email protected]> Signed-off-by: Saeed Bishara <[email protected]> Signed-off-by: Nicolas Pitre <[email protected]>
- Loading branch information
Showing
29 changed files
with
3,773 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -433,6 +433,17 @@ config ARCH_L7200 | |
If you have any questions or comments about the Linux kernel port | ||
to this board, send e-mail to <[email protected]>. | ||
|
||
config ARCH_DOVE | ||
bool "Marvell Dove" | ||
select PCI | ||
select GENERIC_GPIO | ||
select ARCH_REQUIRE_GPIOLIB | ||
select GENERIC_TIME | ||
select GENERIC_CLOCKEVENTS | ||
select PLAT_ORION | ||
help | ||
Support for the Marvell Dove SoC 88AP510 | ||
|
||
config ARCH_KIRKWOOD | ||
bool "Marvell Kirkwood" | ||
select CPU_FEROCEON | ||
|
@@ -747,6 +758,8 @@ source "arch/arm/mach-orion5x/Kconfig" | |
|
||
source "arch/arm/mach-kirkwood/Kconfig" | ||
|
||
source "arch/arm/mach-dove/Kconfig" | ||
|
||
source "arch/arm/plat-s3c24xx/Kconfig" | ||
source "arch/arm/plat-s3c64xx/Kconfig" | ||
source "arch/arm/plat-s3c/Kconfig" | ||
|
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
Oops, something went wrong.