diff options
Diffstat (limited to 'arch/arm/mach-s5p6442/Kconfig')
-rw-r--r-- | arch/arm/mach-s5p6442/Kconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p6442/Kconfig b/arch/arm/mach-s5p6442/Kconfig new file mode 100644 index 000000000000..33569e4007c4 --- /dev/null +++ b/arch/arm/mach-s5p6442/Kconfig @@ -0,0 +1,25 @@ +# 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 S3C_PL330_DMA + help + Enable S5P6442 CPU support + +config MACH_SMDK6442 + bool "SMDK6442" + select CPU_S5P6442 + select S3C_DEV_WDT + help + Machine support for Samsung SMDK6442 + +endif |