2010-01-29 02:12:14 +01:00
|
|
|
# arch/arm/mach-s5p6442/Kconfig
|
|
|
|
#
|
|
|
|
# Copyright (c) 2010 Samsung Electronics Co., Ltd.
|
|
|
|
# http://www.samsung.com/
|
|
|
|
#
|
|
|
|
# Licensed under GPLv2
|
|
|
|
|
|
|
|
# Configuration options for the S5P6442
|
|
|
|
|
|
|
|
if ARCH_S5P6442
|
|
|
|
|
|
|
|
config CPU_S5P6442
|
|
|
|
bool
|
2010-05-18 04:59:27 +02:00
|
|
|
select S3C_PL330_DMA
|
2010-01-29 02:12:14 +01:00
|
|
|
help
|
|
|
|
Enable S5P6442 CPU support
|
|
|
|
|
|
|
|
config MACH_SMDK6442
|
|
|
|
bool "SMDK6442"
|
|
|
|
select CPU_S5P6442
|
2010-07-29 15:22:40 +02:00
|
|
|
select S3C_DEV_WDT
|
2010-01-29 02:12:14 +01:00
|
|
|
help
|
|
|
|
Machine support for Samsung SMDK6442
|
|
|
|
|
|
|
|
endif
|