diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/Kconfig')
| -rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index 7b786d725636..f5d9cd498a5f 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
| @@ -81,6 +81,12 @@ config SMDK2440_CPU2442 | |||
| 81 | depends on ARCH_S3C2440 | 81 | depends on ARCH_S3C2440 |
| 82 | select CPU_S3C2442 | 82 | select CPU_S3C2442 |
| 83 | 83 | ||
| 84 | config MACH_SMDK2413 | ||
| 85 | bool "SMDK2413" | ||
| 86 | select CPU_S3C2412 | ||
| 87 | select MACH_SMDK | ||
| 88 | help | ||
| 89 | Say Y here if you are using an SMDK2413 | ||
| 84 | 90 | ||
| 85 | config MACH_VR1000 | 91 | config MACH_VR1000 |
| 86 | bool "Thorcom VR1000" | 92 | bool "Thorcom VR1000" |
| @@ -127,6 +133,20 @@ config CPU_S3C2410 | |||
| 127 | Support for S3C2410 and S3C2410A family from the S3C24XX line | 133 | Support for S3C2410 and S3C2410A family from the S3C24XX line |
| 128 | of Samsung Mobile CPUs. | 134 | of Samsung Mobile CPUs. |
| 129 | 135 | ||
| 136 | # internal node to signify if we are only dealing with an S3C2412 | ||
| 137 | |||
| 138 | config CPU_S3C2412_ONLY | ||
| 139 | bool | ||
| 140 | depends on ARCH_S3C2410 && !CPU_S3C2400 && !CPU_S3C2410 && \ | ||
| 141 | !CPU_S3C2440 && !CPU_S3C2442 && CPU_S3C2412 | ||
| 142 | default y if CPU_S3C2412 | ||
| 143 | |||
| 144 | config CPU_S3C2412 | ||
| 145 | bool | ||
| 146 | depends on ARCH_S3C2410 | ||
| 147 | help | ||
| 148 | Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line | ||
| 149 | |||
| 130 | config CPU_S3C244X | 150 | config CPU_S3C244X |
| 131 | bool | 151 | bool |
| 132 | depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442) | 152 | depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442) |
