blob: 29103a6047dee8d830a352c015fea2378fa2a57f [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 Dookseb90de42010-04-30 19:48:02 +090016 select S3C_GPIO_PULL_UPDOWN
Ben Dooks8d6f8652010-04-30 11:12:58 +090017 select SAMSUNG_CLKSRC
18 select S3C2443_CLOCK
Yauhen Kharuzhyf1290a42010-04-28 18:09:01 +090019 help
20 Support for the S3C2416 SoC from the S3C24XX line
21
22config S3C2416_DMA
23 bool
24 depends on CPU_S3C2416
25 help
26 Internal config node for S3C2416 DMA support
27
28menu "S3C2416 Machines"
29
Yauhen Kharuzhyd2413142009-08-19 16:31:07 +030030config MACH_SMDK2416
31 bool "SMDK2416"
32 select CPU_S3C2416
33 select S3C_DEV_HSMMC
Ben Dooksc140c982010-04-29 18:59:43 +090034 select S3C_DEV_HSMMC1
Yauhen Kharuzhyd2413142009-08-19 16:31:07 +030035 help
36 Say Y here if you are using an SMDK2416
Yauhen Kharuzhyf1290a42010-04-28 18:09:01 +090037
38endmenu