ARM: S3C64XX: Move core support to mach-s3c64xx
[deliverable/linux.git] / arch / arm / plat-s3c64xx / Kconfig
1 # Copyright 2008 Openmoko, Inc.
2 # Copyright 2008 Simtec Electronics
3 # Ben Dooks <ben@simtec.co.uk>
4 #
5 # Licensed under GPLv2
6
7 config PLAT_S3C64XX
8 bool
9 depends on ARCH_S3C64XX
10 default y
11 select CPU_V6
12 select PLAT_S3C
13 select ARM_VIC
14 select NO_IOPORT
15 select ARCH_REQUIRE_GPIOLIB
16 select SAMSUNG_CLKSRC
17 select SAMSUNG_IRQ_VIC_TIMER
18 select SAMSUNG_IRQ_UART
19 select S3C_GPIO_TRACK
20 select S3C_GPIO_PULL_UPDOWN
21 select S3C_GPIO_CFG_S3C24XX
22 select S3C_GPIO_CFG_S3C64XX
23 select S3C_DEV_NAND
24 select USB_ARCH_HAS_OHCI
25 select SAMSUNG_GPIOLIB_4BIT
26 help
27 Base platform code for any Samsung S3C64XX device
28
29 if PLAT_S3C64XX
30
31 # Configuration options shared by all S3C64XX implementations
32
33 config CPU_S3C6400_INIT
34 bool
35 help
36 Common initialisation code for the S3C6400 that is shared
37 by other CPUs in the series, such as the S3C6410.
38
39 config CPU_S3C6400_CLOCK
40 bool
41 help
42 Common clock support code for the S3C6400 that is shared
43 by other CPUs in the series, such as the S3C6410.
44
45 endif
This page took 0.046712 seconds and 5 git commands to generate.