blob: e7c31e7060e583b361183de3cd72050a7ae4aaa9 [file] [log] [blame]
Kukjin Kimc4ffccd2010-01-14 08:19:36 +09001# 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
8config 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
Kukjin Kim42d828d2010-01-19 15:31:17 +090017 select SAMSUNG_GPIOLIB_4BIT
18 select S3C_GPIO_CFG_S3C64XX
19 select S3C_GPIO_PULL_UPDOWN
20 select S3C_GPIO_CFG_S3C24XX
Kukjin Kimc4ffccd2010-01-14 08:19:36 +090021 select PLAT_SAMSUNG
22 select SAMSUNG_CLKSRC
23 select SAMSUNG_IRQ_VIC_TIMER
24 select SAMSUNG_IRQ_UART
25 help
26 Base platform code for Samsung's S5P series SoC.
27
28if (PLAT_S5P && ARCH_S5P6440)
29
30# Configuration options shared by all S5P64XX implementations
31
32config CPU_S5P6440_INIT
33 bool
34 help
35 Initialisation code for the S5P6440.
36
37config CPU_S5P6440_CLOCK
38 bool
39 help
40 Clock support code for the S5P6440.
41
42endif