diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2010-01-29 10:19:26 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-24 01:52:17 +0000 |
commit | 550db7f155c9e51288fbe114fbb33d7a044d8a75 (patch) | |
tree | 723170fde69dc87f383d8f3a9d20cb6a2870d5cb /arch/arm/plat-s5p | |
parent | d13de2ab8a7afe2d915be4c4758fe25825204226 (diff) | |
download | linux-3.10-550db7f155c9e51288fbe114fbb33d7a044d8a75.tar.gz linux-3.10-550db7f155c9e51288fbe114fbb33d7a044d8a75.tar.bz2 linux-3.10-550db7f155c9e51288fbe114fbb33d7a044d8a75.zip |
ARM: S5P6442: Update Kconfig and Makefiles
Updates arch/arm Kconfig and Makefile for building the S5P6442 support.
Also modifies the plat-s5p Kconfig file to include the support for plat-s5p
for S5P6442.
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')
-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 e5d1305764a..7cf7f5e2c5f 100644 --- a/arch/arm/plat-s5p/Kconfig +++ b/arch/arm/plat-s5p/Kconfig @@ -7,7 +7,7 @@ config PLAT_S5P bool - depends on ARCH_S5P6440 + depends on (ARCH_S5P6440 || ARCH_S5P6442) default y select ARM_VIC select NO_IOPORT |