blob: 26d131a77074ae7efe431099491b1ade31738109 [file] [log] [blame]
Ben Dooksa21765a2007-02-11 18:31:01 +01001# arch/arm/mach-s3c2442/Kconfig
2#
3# Copyright 2007 Simtec Electronics
4#
5# Licensed under GPLv2
6
7config CPU_S3C2442
8 bool
Krzysztof Helt9857caa2007-08-09 16:37:01 +01009 depends on ARCH_S3C2410
Ben Dooksa21765a2007-02-11 18:31:01 +010010 select S3C2410_CLOCK
11 select S3C2410_GPIO
12 select S3C2410_PM if PM
13 select CPU_S3C244X
Ben Dooksb2627582007-07-22 16:09:44 +010014 select CPU_LLSERIAL_S3C2440
Ben Dooksa21765a2007-02-11 18:31:01 +010015 help
16 Support for S3C2442 Samsung Mobile CPU based systems.
17
18
19menu "S3C2442 Machines"
20
21config SMDK2440_CPU2442
22 bool "SMDM2440 with S3C2442 CPU module"
23 depends on ARCH_S3C2440
24 select CPU_S3C2442
25
26
27endmenu
28