You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
386 B
25 lines
386 B
15 years ago
|
# 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
|
||
|
select PLAT_S5P
|
||
|
help
|
||
|
Enable S5P6442 CPU support
|
||
|
|
||
|
config MACH_SMDK6442
|
||
|
bool "SMDK6442"
|
||
|
select CPU_S5P6442
|
||
|
help
|
||
|
Machine support for Samsung SMDK6442
|
||
|
|
||
|
endif
|