ARM: SAMSUNG: move options for common s5p into plat-samsung/Kconfig
[linux-2.6.git] / arch / arm / plat-s5p / Kconfig
blobe7d5d77b1b64b7a4c62c03ca4d11104422540a5a
1 # arch/arm/plat-s5p/Kconfig
3 # Copyright (c) 2009 Samsung Electronics Co., Ltd.
4 #               http://www.samsung.com/
6 # Licensed under GPLv2
8 config PLAT_S5P
9         bool
10         depends on (ARCH_S5P64X0 || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_EXYNOS)
11         default y
12         select ARM_VIC if !ARCH_EXYNOS
13         select ARM_GIC if ARCH_EXYNOS
14         select GIC_NON_BANKED if ARCH_EXYNOS4
15         select NO_IOPORT
16         select ARCH_REQUIRE_GPIOLIB
17         select S3C_GPIO_TRACK
18         select S5P_GPIO_DRVSTR
19         select SAMSUNG_GPIOLIB_4BIT
20         select PLAT_SAMSUNG
21         select SAMSUNG_CLKSRC
22         select SAMSUNG_IRQ_VIC_TIMER
23         help
24           Base platform code for Samsung's S5P series SoC.