-
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.
Merge tag 'armsoc-for-3.8' of git://server.prisktech.co.nz/git/linuxw…
…mt into next/multiplatform From Tony Prisk <linux@prisktech.co.nz>: Convert arch-vt8500 to multiplatform * tag 'armsoc-for-3.8' of git://server.prisktech.co.nz/git/linuxwmt: ARM: vt8500: Convert arch-vt8500 to multiplatform arm: vt8500: Convert irq.c for multiplatform integration Signed-off-by: Arnd Bergmann <arnd@arndb.de>
- Loading branch information
Showing
7 changed files
with
91 additions
and
87 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
config ARCH_VT8500 | ||
bool "VIA/WonderMedia 85xx" if ARCH_MULTI_V5 | ||
default ARCH_VT8500_SINGLE | ||
select ARCH_HAS_CPUFREQ | ||
select ARCH_REQUIRE_GPIOLIB | ||
select CLKDEV_LOOKUP | ||
select CPU_ARM926T | ||
select GENERIC_CLOCKEVENTS | ||
select GENERIC_GPIO | ||
select HAVE_CLK | ||
help | ||
Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip. |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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