blob: 0fda0a5df9684c679e82d3298c377b99b147d8be [file] [log] [blame]
Kukjin Kim5f7f6a42010-01-29 10:12:14 +09001# arch/arm/mach-s5p6442/Kconfig
2#
3# Copyright (c) 2010 Samsung Electronics Co., Ltd.
4# http://www.samsung.com/
5#
6# Licensed under GPLv2
7
8# Configuration options for the S5P6442
9
10if ARCH_S5P6442
11
12config CPU_S5P6442
13 bool
14 select PLAT_S5P
Jassi Brard460f5b02010-05-18 11:59:27 +090015 select S3C_PL330_DMA
Kukjin Kim5f7f6a42010-01-29 10:12:14 +090016 help
17 Enable S5P6442 CPU support
18
19config MACH_SMDK6442
20 bool "SMDK6442"
21 select CPU_S5P6442
Banajit Goswamid8653d92010-07-29 22:22:40 +090022 select S3C_DEV_WDT
Kukjin Kim5f7f6a42010-01-29 10:12:14 +090023 help
24 Machine support for Samsung SMDK6442
25
26endif