summaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c64xx
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-12-18 22:06:42 +0000
committerBen Dooks <ben-linux@fluff.org>2008-12-18 22:06:42 +0000
commit7bb56d01f111890414fbe35412698485b68ed468 (patch)
tree8fa5a630fae84eb34b5bf368df3bede9a2f352e5 /arch/arm/plat-s3c64xx
parent6a148eaa20e660064261864e6a54742247ace9fe (diff)
[ARM] S3C64XX: Ensure CPU_V6 is selected
Select CPU_V6 with the S3C64XX series. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx')
-rw-r--r--arch/arm/plat-s3c64xx/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c64xx/Kconfig b/arch/arm/plat-s3c64xx/Kconfig
index 203dd730d1ca..54375a00a7d2 100644
--- a/arch/arm/plat-s3c64xx/Kconfig
+++ b/arch/arm/plat-s3c64xx/Kconfig
@@ -9,9 +9,10 @@
config PLAT_S3C64XX
bool
depends on ARCH_S3C64XX
+ default y
+ select CPU_V6
select PLAT_S3C
select ARM_VIC
- default y
select NO_IOPORT
select ARCH_REQUIRE_GPIOLIB
select S3C_GPIO_TRACK