Ben Dooks | a08ab63 | 2008-10-21 14:06:39 +0100 | [diff] [blame] | 1 | # arch/arm/plat-s3c64xx/Kconfig |
| 2 | # |
| 3 | # Copyright 2008 Openmoko, Inc. |
| 4 | # Copyright 2008 Simtec Electronics |
| 5 | # Ben Dooks <ben@simtec.co.uk> |
| 6 | # |
| 7 | # Licensed under GPLv2 |
| 8 | |
| 9 | config PLAT_S3C64XX |
| 10 | bool |
| 11 | depends on ARCH_S3C64XX |
| 12 | select PLAT_S3C |
Ben Dooks | d9b79fb | 2008-10-21 14:06:51 +0100 | [diff] [blame] | 13 | select ARM_VIC |
Ben Dooks | a08ab63 | 2008-10-21 14:06:39 +0100 | [diff] [blame] | 14 | default y |
| 15 | select NO_IOPORT |
| 16 | select ARCH_REQUIRE_GPIOLIB |
Ben Dooks | 8a53bdb | 2008-10-31 16:14:32 +0000 | [diff] [blame^] | 17 | select S3C_GPIO_TRACK |
Ben Dooks | a08ab63 | 2008-10-21 14:06:39 +0100 | [diff] [blame] | 18 | help |
| 19 | Base platform code for any Samsung S3C64XX device |
| 20 | |
| 21 | if PLAT_S3C64XX |
| 22 | |
| 23 | # Configuration options shared by all S3C64XX implementations |
| 24 | |
Ben Dooks | aa64ea3 | 2008-10-21 14:06:58 +0100 | [diff] [blame] | 25 | config CPU_S3C6400_INIT |
| 26 | bool |
| 27 | help |
| 28 | Common initialisation code for the S3C6400 that is shared |
| 29 | by other CPUs in the series, such as the S3C6410. |
| 30 | |
Ben Dooks | cf18acf | 2008-10-21 14:07:02 +0100 | [diff] [blame] | 31 | config CPU_S3C6400_CLOCK |
| 32 | bool |
| 33 | help |
| 34 | Common clock support code for the S3C6400 that is shared |
| 35 | by other CPUs in the series, such as the S3C6410. |
| 36 | |
Ben Dooks | a08ab63 | 2008-10-21 14:06:39 +0100 | [diff] [blame] | 37 | endif |