diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2010-02-24 02:40:44 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-24 17:47:23 -0500 |
commit | 170f4e425808b801f81bb6be24b2c1eb80313d8e (patch) | |
tree | 9366cdac2cd33475e25dbb496026af78f2b90dae /arch/arm/plat-s5p/Kconfig | |
parent | 2c798557b9e0961e545e526197654d9437a6330e (diff) |
ARM: S5PV210: Update Kconfig and Makefiles
Updates arch/arm Kconfig and Makefile for building the S5PV210 support.
Also modifies the plat-s5p Kconfig file to include the support for plat-s5p
for S5PV210.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s5p/Kconfig')
-rw-r--r-- | arch/arm/plat-s5p/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s5p/Kconfig b/arch/arm/plat-s5p/Kconfig index 7cf7f5e2c5fd..d400a6a20fe4 100644 --- a/arch/arm/plat-s5p/Kconfig +++ b/arch/arm/plat-s5p/Kconfig | |||
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | config PLAT_S5P | 8 | config PLAT_S5P |
9 | bool | 9 | bool |
10 | depends on (ARCH_S5P6440 || ARCH_S5P6442) | 10 | depends on (ARCH_S5P6440 || ARCH_S5P6442 || ARCH_S5PV210) |
11 | default y | 11 | default y |
12 | select ARM_VIC | 12 | select ARM_VIC |
13 | select NO_IOPORT | 13 | select NO_IOPORT |