mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
e96b234b7e
The s5p6440-clock.c and s5p6440-init.c code in the plat-s5p is specific to s5p6440 SoC based systems. So these files are being moved to the machine directory of s5p6440. And these files are renamed in the machine directory. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
22 lines
332 B
Plaintext
22 lines
332 B
Plaintext
# arch/arm/mach-s5p6440/Kconfig
|
|
#
|
|
# Copyright (c) 2009 Samsung Electronics Co., Ltd.
|
|
# http://www.samsung.com/
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
if ARCH_S5P6440
|
|
|
|
config CPU_S5P6440
|
|
bool
|
|
help
|
|
Enable S5P6440 CPU support
|
|
|
|
config MACH_SMDK6440
|
|
bool "SMDK6440"
|
|
select CPU_S5P6440
|
|
help
|
|
Machine support for the Samsung SMDK6440
|
|
|
|
endif
|