diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index 7b786d725636..b61af3a6a414 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
@@ -127,6 +127,20 @@ config CPU_S3C2410 | |||
127 | Support for S3C2410 and S3C2410A family from the S3C24XX line | 127 | Support for S3C2410 and S3C2410A family from the S3C24XX line |
128 | of Samsung Mobile CPUs. | 128 | of Samsung Mobile CPUs. |
129 | 129 | ||
130 | # internal node to signify if we are only dealing with an S3C2412 | ||
131 | |||
132 | config CPU_S3C2412_ONLY | ||
133 | bool | ||
134 | depends on ARCH_S3C2410 && !CPU_S3C2400 && !CPU_S3C2410 && \ | ||
135 | !CPU_S3C2440 && !CPU_S3C2442 && CPU_S3C2412 | ||
136 | default y if CPU_S3C2412 | ||
137 | |||
138 | config CPU_S3C2412 | ||
139 | bool | ||
140 | depends on ARCH_S3C2410 | ||
141 | help | ||
142 | Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line | ||
143 | |||
130 | config CPU_S3C244X | 144 | config CPU_S3C244X |
131 | bool | 145 | bool |
132 | depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442) | 146 | depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442) |