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 |
Ben Dooks | 7bb56d0 | 2008-12-18 22:06:42 +0000 | [diff] [blame] | 12 | default y |
| 13 | select CPU_V6 |
Ben Dooks | a08ab63 | 2008-10-21 14:06:39 +0100 | [diff] [blame] | 14 | select PLAT_S3C |
Ben Dooks | d9b79fb | 2008-10-21 14:06:51 +0100 | [diff] [blame] | 15 | select ARM_VIC |
Ben Dooks | a08ab63 | 2008-10-21 14:06:39 +0100 | [diff] [blame] | 16 | select NO_IOPORT |
| 17 | select ARCH_REQUIRE_GPIOLIB |
Ben Dooks | 8a53bdb | 2008-10-31 16:14:32 +0000 | [diff] [blame] | 18 | select S3C_GPIO_TRACK |
Ben Dooks | 21b2366 | 2008-10-31 16:14:34 +0000 | [diff] [blame] | 19 | select S3C_GPIO_PULL_UPDOWN |
| 20 | select S3C_GPIO_CFG_S3C24XX |
| 21 | select S3C_GPIO_CFG_S3C64XX |
Ben Dooks | a08ab63 | 2008-10-21 14:06:39 +0100 | [diff] [blame] | 22 | help |
| 23 | Base platform code for any Samsung S3C64XX device |
| 24 | |
| 25 | if PLAT_S3C64XX |
| 26 | |
| 27 | # Configuration options shared by all S3C64XX implementations |
| 28 | |
Ben Dooks | aa64ea3 | 2008-10-21 14:06:58 +0100 | [diff] [blame] | 29 | config CPU_S3C6400_INIT |
| 30 | bool |
| 31 | help |
| 32 | Common initialisation code for the S3C6400 that is shared |
| 33 | by other CPUs in the series, such as the S3C6410. |
| 34 | |
Ben Dooks | cf18acf | 2008-10-21 14:07:02 +0100 | [diff] [blame] | 35 | config CPU_S3C6400_CLOCK |
| 36 | bool |
| 37 | help |
| 38 | Common clock support code for the S3C6400 that is shared |
| 39 | by other CPUs in the series, such as the S3C6410. |
| 40 | |
Ben Dooks | 55132b8 | 2008-10-31 16:14:51 +0000 | [diff] [blame] | 41 | # platform specific device setup |
| 42 | |
| 43 | config S3C64XX_SETUP_I2C0 |
| 44 | bool |
| 45 | default y |
| 46 | help |
| 47 | Common setup code for i2c bus 0. |
| 48 | |
| 49 | Note, currently since i2c0 is always compiled, this setup helper |
| 50 | is always compiled with it. |
| 51 | |
Ben Dooks | f9e2f34 | 2008-10-31 16:14:56 +0000 | [diff] [blame] | 52 | config S3C64XX_SETUP_I2C1 |
| 53 | bool |
| 54 | help |
| 55 | Common setup code for i2c bus 1. |
| 56 | |
Ben Dooks | c7a0401 | 2008-11-19 15:41:33 +0000 | [diff] [blame] | 57 | config S3C64XX_SETUP_FB_24BPP |
| 58 | bool |
| 59 | help |
| 60 | Common setup code for S3C64XX with an 24bpp RGB display helper. |
| 61 | |
Ben Dooks | a08ab63 | 2008-10-21 14:06:39 +0100 | [diff] [blame] | 62 | endif |