diff options
Diffstat (limited to 'arch/arm/plat-s3c64xx')
-rw-r--r-- | arch/arm/plat-s3c64xx/Kconfig | 3 |
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 @@ | |||
9 | config PLAT_S3C64XX | 9 | config PLAT_S3C64XX |
10 | bool | 10 | bool |
11 | depends on ARCH_S3C64XX | 11 | depends on ARCH_S3C64XX |
12 | default y | ||
13 | select CPU_V6 | ||
12 | select PLAT_S3C | 14 | select PLAT_S3C |
13 | select ARM_VIC | 15 | select ARM_VIC |
14 | default y | ||
15 | select NO_IOPORT | 16 | select NO_IOPORT |
16 | select ARCH_REQUIRE_GPIOLIB | 17 | select ARCH_REQUIRE_GPIOLIB |
17 | select S3C_GPIO_TRACK | 18 | select S3C_GPIO_TRACK |