| Byungho Min | 5a7652f | 2009-06-23 21:39:42 +0900 | [diff] [blame] | 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 | ||||