Kukjin Kim | c4ffccd | 2010-01-14 08:19:36 +0900 | [diff] [blame^] | 1 | # arch/arm/plat-s5p/Kconfig |
| 2 | # |
| 3 | # Copyright (c) 2009 Samsung Electronics Co., Ltd. |
| 4 | # http://www.samsung.com/ |
| 5 | # |
| 6 | # Licensed under GPLv2 |
| 7 | |
| 8 | config PLAT_S5P |
| 9 | bool |
| 10 | depends on ARCH_S5P6440 |
| 11 | default y |
| 12 | select PLAT_S3C |
| 13 | select ARM_VIC |
| 14 | select NO_IOPORT |
| 15 | select ARCH_REQUIRE_GPIOLIB |
| 16 | select S3C_GPIO_TRACK |
| 17 | select PLAT_SAMSUNG |
| 18 | select SAMSUNG_CLKSRC |
| 19 | select SAMSUNG_IRQ_VIC_TIMER |
| 20 | select SAMSUNG_IRQ_UART |
| 21 | help |
| 22 | Base platform code for Samsung's S5P series SoC. |
| 23 | |
| 24 | if (PLAT_S5P && ARCH_S5P6440) |
| 25 | |
| 26 | # Configuration options shared by all S5P64XX implementations |
| 27 | |
| 28 | config CPU_S5P6440_INIT |
| 29 | bool |
| 30 | help |
| 31 | Initialisation code for the S5P6440. |
| 32 | |
| 33 | config CPU_S5P6440_CLOCK |
| 34 | bool |
| 35 | help |
| 36 | Clock support code for the S5P6440. |
| 37 | |
| 38 | endif |