blob: 84c7b03e5a306b239d851ad67b967fda1f30719b [file] [log] [blame]
Yauhen Kharuzhyf1290a42010-04-28 18:09:01 +09001# arch/arm/mach-s3c2416/Kconfig
2#
3# Copyright 2009 Yauhen Kharuzhy <jekhor@gmail.com>
4#
5# Licensed under GPLv2
6
Ben Dooks63b1f512010-04-30 16:32:26 +09007# note, this also supports the S3C2450 which is so similar it has the same
8# ID code as the S3C2416.
9
Yauhen Kharuzhyf1290a42010-04-28 18:09:01 +090010config CPU_S3C2416
11 bool
12 depends on ARCH_S3C2410
13 select CPU_ARM926T
14 select S3C2416_DMA if S3C2410_DMA
15 select CPU_LLSERIAL_S3C2440
Ben Dooks8d6f8652010-04-30 11:12:58 +090016 select SAMSUNG_CLKSRC
17 select S3C2443_CLOCK
Yauhen Kharuzhyf1290a42010-04-28 18:09:01 +090018 help
19 Support for the S3C2416 SoC from the S3C24XX line
20
21config S3C2416_DMA
22 bool
23 depends on CPU_S3C2416
24 help
25 Internal config node for S3C2416 DMA support
26
Abhilash Kesavan6436b6a2010-10-20 19:43:35 +090027config S3C2416_PM
28 bool
Yauhen Kharuzhy0f8f9c22010-12-17 14:45:01 +090029 select S3C2412_PM_SLEEP
Abhilash Kesavan6436b6a2010-10-20 19:43:35 +090030 help
31 Internal config node to apply S3C2416 power management
32
Yauhen Kharuzhyc29cfa62010-12-17 14:42:09 +090033config S3C2416_SETUP_SDHCI
34 bool
35 select S3C2416_SETUP_SDHCI_GPIO
36 help
37 Internal helper functions for S3C2416 based SDHCI systems
38
39config S3C2416_SETUP_SDHCI_GPIO
40 bool
41 help
42 Common setup code for SDHCI gpio.
43
Yauhen Kharuzhyf1290a42010-04-28 18:09:01 +090044menu "S3C2416 Machines"
45
Yauhen Kharuzhyd2413142009-08-19 16:31:07 +030046config MACH_SMDK2416
47 bool "SMDK2416"
48 select CPU_S3C2416
Yauhen Kharuzhy4249f8a2010-11-28 20:30:19 +020049 select MACH_SMDK
Ben Dooksf64bea42010-05-03 15:29:44 +090050 select S3C_DEV_FB
Yauhen Kharuzhyd2413142009-08-19 16:31:07 +030051 select S3C_DEV_HSMMC
Ben Dooksc140c982010-04-29 18:59:43 +090052 select S3C_DEV_HSMMC1
Yauhen Kharuzhy4249f8a2010-11-28 20:30:19 +020053 select S3C_DEV_NAND
54 select S3C_DEV_USB_HOST
Yauhen Kharuzhyc29cfa62010-12-17 14:42:09 +090055 select S3C2416_SETUP_SDHCI
Abhilash Kesavan6436b6a2010-10-20 19:43:35 +090056 select S3C2416_PM if PM
Yauhen Kharuzhyd2413142009-08-19 16:31:07 +030057 help
58 Say Y here if you are using an SMDK2416
Yauhen Kharuzhyf1290a42010-04-28 18:09:01 +090059
60endmenu