-
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.
yaml --- r: 48951 b: refs/heads/master c: e4d06e3 h: refs/heads/master i: 48949: df0ca2d 48947: 681026c 48943: d9a0889 v: v3
- Loading branch information
Ben Dooks
authored and
Russell King
committed
Feb 16, 2007
1 parent
9994ee6
commit ce3b828
Showing
12 changed files
with
1,307 additions
and
3 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 17908ed715e63a02484838b5456fb3fdbd1dfed6 | ||
refs/heads/master: e4d06e39530559513c7e335ef7ca4675f8146220 |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# arch/arm/mach-s3c2443/Kconfig | ||
# | ||
# Copyright 2007 Simtec Electronics | ||
# | ||
# Licensed under GPLv2 | ||
|
||
config CPU_S3C2443 | ||
bool | ||
depends on ARCH_S3C2410 | ||
select S3C2443_PM if PM | ||
select S3C2443_DMA if S3C2410_DMA | ||
help | ||
Support for the S3C2443 SoC from the S3C24XX line | ||
|
||
menu "S3C2443 Machines" | ||
|
||
endmenu | ||
|
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# arch/arm/mach-s3c2443/Makefile | ||
# | ||
# Copyright 2007 Simtec Electronics | ||
# | ||
# Licensed under GPLv2 | ||
|
||
obj-y := | ||
obj-m := | ||
obj-n := | ||
obj- := | ||
|
||
obj-$(CONFIG_CPU_S3C2443) += s3c2443.o | ||
obj-$(CONFIG_CPU_S3C2443) += irq.o | ||
obj-$(CONFIG_CPU_S3C2443) += clock.o | ||
|
||
# Machine support |
Oops, something went wrong.