diff options
Diffstat (limited to 'arch/arm/plat-s5p/Kconfig')
-rw-r--r-- | arch/arm/plat-s5p/Kconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/plat-s5p/Kconfig b/arch/arm/plat-s5p/Kconfig new file mode 100644 index 000000000000..d400a6a20fe4 --- /dev/null +++ b/arch/arm/plat-s5p/Kconfig | |||
@@ -0,0 +1,25 @@ | |||
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 || ARCH_S5P6442 || ARCH_S5PV210) | ||
11 | default y | ||
12 | select ARM_VIC | ||
13 | select NO_IOPORT | ||
14 | select ARCH_REQUIRE_GPIOLIB | ||
15 | select S3C_GPIO_TRACK | ||
16 | select SAMSUNG_GPIOLIB_4BIT | ||
17 | select S3C_GPIO_CFG_S3C64XX | ||
18 | select S3C_GPIO_PULL_UPDOWN | ||
19 | select S3C_GPIO_CFG_S3C24XX | ||
20 | select PLAT_SAMSUNG | ||
21 | select SAMSUNG_CLKSRC | ||
22 | select SAMSUNG_IRQ_VIC_TIMER | ||
23 | select SAMSUNG_IRQ_UART | ||
24 | help | ||
25 | Base platform code for Samsung's S5P series SoC. | ||