Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
[deliverable/linux.git] / arch / arm / mach-s5pc100 / Kconfig
1 # arch/arm/mach-s5pc100/Kconfig
2 #
3 # Copyright 2009 Samsung Electronics Co.
4 # Byungho Min <bhmin@samsung.com>
5 #
6 # Licensed under GPLv2
7
8 # Configuration options for the S5PC100 CPU
9
10 config CPU_S5PC100
11 bool
12 select CPU_S5PC100_INIT
13 select CPU_S5PC100_CLOCK
14 help
15 Enable S5PC100 CPU support
16
17 config MACH_SMDKC100
18 bool "SMDKC100"
19 select CPU_S5PC100
20 select S5PC1XX_SETUP_I2C1
21 help
22 Machine support for the Samsung SMDKC100
This page took 0.038711 seconds and 6 git commands to generate.