Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 1 | # arch/arm/mach-s3c24xx/Kconfig |
| 2 | # |
| 3 | # Copyright (c) 2012 Samsung Electronics Co., Ltd. |
| 4 | # http://www.samsung.com/ |
| 5 | # |
| 6 | # Copyright 2007 Simtec Electronics |
| 7 | # |
| 8 | # Licensed under GPLv2 |
| 9 | |
| 10 | if ARCH_S3C24XX |
| 11 | |
Kukjin Kim | 09ec1d7 | 2013-01-31 16:54:38 -0800 | [diff] [blame] | 12 | config PLAT_S3C24XX |
| 13 | def_bool y |
| 14 | select ARCH_REQUIRE_GPIOLIB |
| 15 | select NO_IOPORT |
| 16 | select S3C_DEV_NAND |
| 17 | select IRQ_DOMAIN |
| 18 | help |
| 19 | Base platform code for any Samsung S3C24XX device |
| 20 | |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 21 | menu "SAMSUNG S3C24XX SoCs Support" |
| 22 | |
| 23 | comment "S3C24XX SoCs" |
| 24 | |
| 25 | config CPU_S3C2410 |
| 26 | bool "SAMSUNG S3C2410" |
| 27 | default y |
| 28 | select CPU_ARM920T |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 29 | select CPU_LLSERIAL_S3C2410 |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 30 | select S3C2410_CLOCK |
Heiko Stuebner | da2f5f4 | 2013-10-21 05:32:48 +0900 | [diff] [blame] | 31 | select S3C2410_DMA if S3C24XX_DMA |
Viresh Kumar | f023f8d | 2013-04-04 12:54:15 +0000 | [diff] [blame] | 32 | select ARM_S3C2410_CPUFREQ if ARM_S3C24XX_CPUFREQ |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 33 | select S3C2410_PM if PM |
Tomasz Figa | 88f5973 | 2013-06-17 23:45:37 +0900 | [diff] [blame] | 34 | select SAMSUNG_WDT_RESET |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 35 | help |
| 36 | Support for S3C2410 and S3C2410A family from the S3C24XX line |
| 37 | of Samsung Mobile CPUs. |
| 38 | |
Kukjin Kim | 85e2a26 | 2012-02-06 10:02:01 +0900 | [diff] [blame] | 39 | config CPU_S3C2412 |
| 40 | bool "SAMSUNG S3C2412" |
Kukjin Kim | 85e2a26 | 2012-02-06 10:02:01 +0900 | [diff] [blame] | 41 | select CPU_ARM926T |
| 42 | select CPU_LLSERIAL_S3C2440 |
Kukjin Kim | 85e2a26 | 2012-02-06 10:02:01 +0900 | [diff] [blame] | 43 | select S3C2412_DMA if S3C24XX_DMA |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 44 | select S3C2412_PM if PM |
Kukjin Kim | 85e2a26 | 2012-02-06 10:02:01 +0900 | [diff] [blame] | 45 | help |
| 46 | Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line |
| 47 | |
Kukjin Kim | 26febf8 | 2012-02-06 10:59:47 +0900 | [diff] [blame] | 48 | config CPU_S3C2416 |
| 49 | bool "SAMSUNG S3C2416/S3C2450" |
Kukjin Kim | 26febf8 | 2012-02-06 10:59:47 +0900 | [diff] [blame] | 50 | select CPU_ARM926T |
| 51 | select CPU_LLSERIAL_S3C2440 |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 52 | select S3C2416_PM if PM |
Heiko Stuebner | 8c3d7c3 | 2012-03-03 07:49:12 +0900 | [diff] [blame] | 53 | select S3C2443_COMMON |
Heiko Stuebner | 46cdaba | 2012-03-07 01:53:17 -0800 | [diff] [blame] | 54 | select S3C2443_DMA if S3C24XX_DMA |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 55 | select SAMSUNG_CLKSRC |
Kukjin Kim | 26febf8 | 2012-02-06 10:59:47 +0900 | [diff] [blame] | 56 | help |
| 57 | Support for the S3C2416 SoC from the S3C24XX line |
| 58 | |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 59 | config CPU_S3C2440 |
| 60 | bool "SAMSUNG S3C2440" |
| 61 | select CPU_ARM920T |
| 62 | select CPU_LLSERIAL_S3C2440 |
| 63 | select S3C2410_CLOCK |
| 64 | select S3C2410_PM if PM |
| 65 | select S3C2440_DMA if S3C24XX_DMA |
| 66 | help |
| 67 | Support for S3C2440 Samsung Mobile CPU based systems. |
| 68 | |
| 69 | config CPU_S3C2442 |
| 70 | bool "SAMSUNG S3C2442" |
| 71 | select CPU_ARM920T |
| 72 | select CPU_LLSERIAL_S3C2440 |
| 73 | select S3C2410_CLOCK |
Heiko Stuebner | da2f5f4 | 2013-10-21 05:32:48 +0900 | [diff] [blame] | 74 | select S3C2410_DMA if S3C24XX_DMA |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 75 | select S3C2410_PM if PM |
| 76 | help |
| 77 | Support for S3C2442 Samsung Mobile CPU based systems. |
| 78 | |
| 79 | config CPU_S3C244X |
| 80 | def_bool y |
| 81 | depends on CPU_S3C2440 || CPU_S3C2442 |
Tomasz Figa | 88f5973 | 2013-06-17 23:45:37 +0900 | [diff] [blame] | 82 | select SAMSUNG_WDT_RESET |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 83 | |
Kukjin Kim | 84c028b | 2012-02-06 13:21:03 +0900 | [diff] [blame] | 84 | config CPU_S3C2443 |
| 85 | bool "SAMSUNG S3C2443" |
Kukjin Kim | 84c028b | 2012-02-06 13:21:03 +0900 | [diff] [blame] | 86 | select CPU_ARM920T |
| 87 | select CPU_LLSERIAL_S3C2440 |
Heiko Stuebner | 8c3d7c3 | 2012-03-03 07:49:12 +0900 | [diff] [blame] | 88 | select S3C2443_COMMON |
Kukjin Kim | 84c028b | 2012-02-06 13:21:03 +0900 | [diff] [blame] | 89 | select S3C2443_DMA if S3C24XX_DMA |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 90 | select SAMSUNG_CLKSRC |
Kukjin Kim | 84c028b | 2012-02-06 13:21:03 +0900 | [diff] [blame] | 91 | help |
| 92 | Support for the S3C2443 SoC from the S3C24XX line |
| 93 | |
Heiko Stuebner | 28c569f | 2012-03-07 01:47:01 -0800 | [diff] [blame] | 94 | # common code |
| 95 | |
Kukjin Kim | 09ec1d7 | 2013-01-31 16:54:38 -0800 | [diff] [blame] | 96 | config S3C2410_CLOCK |
| 97 | bool |
| 98 | help |
| 99 | Clock code for the S3C2410, and similar processors which |
| 100 | is currently includes the S3C2410, S3C2440, S3C2442. |
| 101 | |
| 102 | config S3C24XX_DCLK |
| 103 | bool |
| 104 | help |
| 105 | Clock code for supporting DCLK/CLKOUT on S3C24XX architectures |
| 106 | |
Heiko Stuebner | 28c569f | 2012-03-07 01:47:01 -0800 | [diff] [blame] | 107 | config S3C24XX_SMDK |
| 108 | bool |
| 109 | help |
| 110 | Common machine code for SMDK2410 and SMDK2440 |
| 111 | |
Heiko Stuebner | 9072dc9 | 2012-03-07 01:47:05 -0800 | [diff] [blame] | 112 | config S3C24XX_SIMTEC_AUDIO |
| 113 | bool |
| 114 | depends on (ARCH_BAST || MACH_VR1000 || MACH_OSIRIS || MACH_ANUBIS) |
| 115 | default y |
| 116 | help |
| 117 | Add audio devices for common Simtec S3C24XX boards |
| 118 | |
| 119 | config S3C24XX_SIMTEC_PM |
| 120 | bool |
| 121 | help |
| 122 | Common power management code for systems that are |
| 123 | compatible with the Simtec style of power management |
| 124 | |
Heiko Stuebner | ec2cc75 | 2012-03-07 01:47:11 -0800 | [diff] [blame] | 125 | config S3C24XX_SIMTEC_USB |
| 126 | bool |
| 127 | help |
| 128 | USB management code for common Simtec S3C24XX boards |
| 129 | |
Heiko Stuebner | 2c5689a | 2012-03-07 01:47:15 -0800 | [diff] [blame] | 130 | config S3C24XX_SETUP_TS |
| 131 | bool |
| 132 | help |
| 133 | Compile in platform device definition for Samsung TouchScreen. |
| 134 | |
Kukjin Kim | 09ec1d7 | 2013-01-31 16:54:38 -0800 | [diff] [blame] | 135 | config S3C24XX_DMA |
| 136 | bool "S3C2410 DMA support" |
Kukjin Kim | 09ec1d7 | 2013-01-31 16:54:38 -0800 | [diff] [blame] | 137 | select S3C_DMA |
| 138 | help |
| 139 | S3C2410 DMA support. This is needed for drivers like sound which |
| 140 | use the S3C2410's DMA system to move data to and from the |
| 141 | peripheral blocks. |
| 142 | |
| 143 | config S3C2410_DMA_DEBUG |
| 144 | bool "S3C2410 DMA support debug" |
Alexander Shiyan | 1c13786 | 2013-04-04 10:03:53 +0900 | [diff] [blame] | 145 | depends on S3C2410_DMA |
Kukjin Kim | 09ec1d7 | 2013-01-31 16:54:38 -0800 | [diff] [blame] | 146 | help |
| 147 | Enable debugging output for the DMA code. This option sends info |
| 148 | to the kernel log, at priority KERN_DEBUG. |
| 149 | |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 150 | config S3C2410_DMA |
| 151 | bool |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 152 | depends on S3C24XX_DMA && (CPU_S3C2410 || CPU_S3C2442) |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 153 | help |
| 154 | DMA device selection for S3C2410 and compatible CPUs |
| 155 | |
| 156 | config S3C2410_PM |
| 157 | bool |
| 158 | help |
| 159 | Power Management code common to S3C2410 and better |
| 160 | |
Kukjin Kim | 09ec1d7 | 2013-01-31 16:54:38 -0800 | [diff] [blame] | 161 | # low-level serial option nodes |
| 162 | |
| 163 | config CPU_LLSERIAL_S3C2410_ONLY |
| 164 | bool |
| 165 | default y if CPU_LLSERIAL_S3C2410 && !CPU_LLSERIAL_S3C2440 |
| 166 | |
| 167 | config CPU_LLSERIAL_S3C2440_ONLY |
| 168 | bool |
| 169 | default y if CPU_LLSERIAL_S3C2440 && !CPU_LLSERIAL_S3C2410 |
| 170 | |
| 171 | config CPU_LLSERIAL_S3C2410 |
| 172 | bool |
| 173 | help |
| 174 | Selected if there is an S3C2410 (or register compatible) serial |
| 175 | low-level implementation needed |
| 176 | |
| 177 | config CPU_LLSERIAL_S3C2440 |
| 178 | bool |
| 179 | help |
| 180 | Selected if there is an S3C2440 (or register compatible) serial |
| 181 | low-level implementation needed |
| 182 | |
Viresh Kumar | f023f8d | 2013-04-04 12:54:15 +0000 | [diff] [blame] | 183 | config S3C24XX_PLL |
| 184 | bool "Support CPUfreq changing of PLL frequency (EXPERIMENTAL)" |
Paul Bolle | 3715534 | 2013-07-14 14:02:19 +0200 | [diff] [blame] | 185 | depends on ARM_S3C24XX_CPUFREQ |
Viresh Kumar | f023f8d | 2013-04-04 12:54:15 +0000 | [diff] [blame] | 186 | help |
| 187 | Compile in support for changing the PLL frequency from the |
| 188 | S3C24XX series CPUfreq driver. The PLL takes time to settle |
| 189 | after a frequency change, so by default it is not enabled. |
| 190 | |
| 191 | This also means that the PLL tables for the selected CPU(s) will |
| 192 | be built which may increase the size of the kernel image. |
| 193 | |
Kukjin Kim | 09ec1d7 | 2013-01-31 16:54:38 -0800 | [diff] [blame] | 194 | # cpu frequency items common between s3c2410 and s3c2440/s3c2442 |
| 195 | |
| 196 | config S3C2410_IOTIMING |
| 197 | bool |
Viresh Kumar | f023f8d | 2013-04-04 12:54:15 +0000 | [diff] [blame] | 198 | depends on ARM_S3C24XX_CPUFREQ |
Kukjin Kim | 09ec1d7 | 2013-01-31 16:54:38 -0800 | [diff] [blame] | 199 | help |
| 200 | Internal node to select io timing code that is common to the s3c2410 |
| 201 | and s3c2440/s3c2442 cpu frequency support. |
| 202 | |
| 203 | config S3C2410_CPUFREQ_UTILS |
Viresh Kumar | f023f8d | 2013-04-04 12:54:15 +0000 | [diff] [blame] | 204 | bool |
| 205 | depends on ARM_S3C24XX_CPUFREQ |
| 206 | help |
| 207 | Internal node to select timing code that is common to the s3c2410 |
| 208 | and s3c2440/s3c244 cpu frequency support. |
Kukjin Kim | 09ec1d7 | 2013-01-31 16:54:38 -0800 | [diff] [blame] | 209 | |
| 210 | # cpu frequency support common to s3c2412, s3c2413 and s3c2442 |
| 211 | |
| 212 | config S3C2412_IOTIMING |
| 213 | bool |
Viresh Kumar | f023f8d | 2013-04-04 12:54:15 +0000 | [diff] [blame] | 214 | depends on ARM_S3C24XX_CPUFREQ && (CPU_S3C2412 || CPU_S3C2443) |
Kukjin Kim | 09ec1d7 | 2013-01-31 16:54:38 -0800 | [diff] [blame] | 215 | help |
| 216 | Intel node to select io timing code that is common to the s3c2412 |
| 217 | and the s3c2443. |
| 218 | |
Kukjin Kim | 7518dde | 2012-04-21 07:55:33 -0700 | [diff] [blame] | 219 | # cpu-specific sections |
| 220 | |
| 221 | if CPU_S3C2410 |
| 222 | |
Kukjin Kim | 82c1871 | 2013-01-21 15:16:35 -0800 | [diff] [blame] | 223 | config S3C2410_PLL |
| 224 | bool |
Viresh Kumar | f023f8d | 2013-04-04 12:54:15 +0000 | [diff] [blame] | 225 | depends on ARM_S3C2410_CPUFREQ && S3C24XX_PLL |
Kukjin Kim | 82c1871 | 2013-01-21 15:16:35 -0800 | [diff] [blame] | 226 | default y |
| 227 | help |
| 228 | Select the PLL table for the S3C2410 |
| 229 | |
Heiko Stuebner | ec2cc75 | 2012-03-07 01:47:11 -0800 | [diff] [blame] | 230 | config S3C24XX_SIMTEC_NOR |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 231 | bool |
| 232 | help |
| 233 | Internal node to specify machine has simtec NOR mapping |
| 234 | |
| 235 | config MACH_BAST_IDE |
| 236 | bool |
| 237 | select HAVE_PATA_PLATFORM |
| 238 | help |
| 239 | Internal node for machines with an BAST style IDE |
| 240 | interface |
| 241 | |
| 242 | comment "S3C2410 Boards" |
| 243 | |
| 244 | # |
| 245 | # The "S3C2410 Boards" list is ordered alphabetically by option text. |
| 246 | # (without ARCH_ or MACH_) |
| 247 | # |
| 248 | |
| 249 | config MACH_AML_M5900 |
| 250 | bool "AML M5900 Series" |
Heiko Stuebner | 9072dc9 | 2012-03-07 01:47:05 -0800 | [diff] [blame] | 251 | select S3C24XX_SIMTEC_PM if PM |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 252 | select S3C_DEV_USB_HOST |
| 253 | help |
| 254 | Say Y here if you are using the American Microsystems M5900 Series |
| 255 | <http://www.amltd.com> |
| 256 | |
| 257 | config ARCH_BAST |
| 258 | bool "Simtec Electronics BAST (EB2410ITX)" |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 259 | select ISA |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 260 | select MACH_BAST_IDE |
Viresh Kumar | f023f8d | 2013-04-04 12:54:15 +0000 | [diff] [blame] | 261 | select S3C2410_IOTIMING if ARM_S3C2410_CPUFREQ |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 262 | select S3C24XX_DCLK |
| 263 | select S3C24XX_SIMTEC_NOR |
| 264 | select S3C24XX_SIMTEC_PM if PM |
| 265 | select S3C24XX_SIMTEC_USB |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 266 | select S3C_DEV_HWMON |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 267 | select S3C_DEV_NAND |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 268 | select S3C_DEV_USB_HOST |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 269 | help |
| 270 | Say Y here if you are using the Simtec Electronics EB2410ITX |
| 271 | development board (also known as BAST) |
| 272 | |
| 273 | config BAST_PC104_IRQ |
| 274 | bool "BAST PC104 IRQ support" |
| 275 | depends on ARCH_BAST |
| 276 | default y |
| 277 | help |
| 278 | Say Y here to enable the PC104 IRQ routing on the |
| 279 | Simtec BAST (EB2410ITX) |
| 280 | |
| 281 | config ARCH_H1940 |
| 282 | bool "IPAQ H1940" |
| 283 | select PM_H1940 if PM |
Heiko Stuebner | 2c5689a | 2012-03-07 01:47:15 -0800 | [diff] [blame] | 284 | select S3C24XX_SETUP_TS |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 285 | select S3C_DEV_NAND |
| 286 | select S3C_DEV_USB_HOST |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 287 | help |
| 288 | Say Y here if you are using the HP IPAQ H1940 |
| 289 | |
| 290 | config H1940BT |
| 291 | tristate "Control the state of H1940 bluetooth chip" |
| 292 | depends on ARCH_H1940 |
| 293 | select RFKILL |
| 294 | help |
| 295 | This is a simple driver that is able to control |
| 296 | the state of built in bluetooth chip on h1940. |
| 297 | |
| 298 | config PM_H1940 |
| 299 | bool |
| 300 | help |
| 301 | Internal node for H1940 and related PM |
| 302 | |
| 303 | config MACH_N30 |
| 304 | bool "Acer N30 family" |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 305 | select S3C_DEV_NAND |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 306 | select S3C_DEV_USB_HOST |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 307 | help |
| 308 | Say Y here if you want suppt for the Acer N30, Acer N35, |
| 309 | Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs. |
| 310 | |
| 311 | config MACH_OTOM |
| 312 | bool "NexVision OTOM Board" |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 313 | select S3C_DEV_NAND |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 314 | select S3C_DEV_USB_HOST |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 315 | help |
| 316 | Say Y here if you are using the Nex Vision OTOM board |
| 317 | |
| 318 | config MACH_QT2410 |
| 319 | bool "QT2410" |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 320 | select S3C_DEV_NAND |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 321 | select S3C_DEV_USB_HOST |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 322 | help |
| 323 | Say Y here if you are using the Armzone QT2410 |
| 324 | |
| 325 | config ARCH_SMDK2410 |
| 326 | bool "SMDK2410/A9M2410" |
Heiko Stuebner | 28c569f | 2012-03-07 01:47:01 -0800 | [diff] [blame] | 327 | select S3C24XX_SMDK |
Alexander Shiyan | 1a4c2a1 | 2013-02-08 13:41:36 -0800 | [diff] [blame] | 328 | select S3C_DEV_USB_HOST |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 329 | help |
| 330 | Say Y here if you are using the SMDK2410 or the derived module A9M2410 |
| 331 | <http://www.fsforth.de> |
| 332 | |
| 333 | config MACH_TCT_HAMMER |
| 334 | bool "TCT Hammer Board" |
| 335 | select S3C_DEV_USB_HOST |
| 336 | help |
| 337 | Say Y here if you are using the TinCanTools Hammer Board |
| 338 | <http://www.tincantools.com> |
| 339 | |
| 340 | config MACH_VR1000 |
| 341 | bool "Thorcom VR1000" |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 342 | select MACH_BAST_IDE |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 343 | select S3C24XX_DCLK |
Heiko Stuebner | ec2cc75 | 2012-03-07 01:47:11 -0800 | [diff] [blame] | 344 | select S3C24XX_SIMTEC_NOR |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 345 | select S3C24XX_SIMTEC_PM if PM |
Heiko Stuebner | ec2cc75 | 2012-03-07 01:47:11 -0800 | [diff] [blame] | 346 | select S3C24XX_SIMTEC_USB |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 347 | select S3C_DEV_USB_HOST |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 348 | help |
| 349 | Say Y here if you are using the Thorcom VR1000 board. |
| 350 | |
| 351 | endif # CPU_S3C2410 |
| 352 | |
Kukjin Kim | 85e2a26 | 2012-02-06 10:02:01 +0900 | [diff] [blame] | 353 | config S3C2412_PM_SLEEP |
| 354 | bool |
| 355 | help |
| 356 | Internal config node to apply sleep for S3C2412 power management. |
| 357 | Can be selected by another SoCs such as S3C2416 with similar |
| 358 | sleep procedure. |
| 359 | |
| 360 | if CPU_S3C2412 |
| 361 | |
| 362 | config CPU_S3C2412_ONLY |
| 363 | bool |
Alexander Shiyan | 1c13786 | 2013-04-04 10:03:53 +0900 | [diff] [blame] | 364 | depends on !CPU_S3C2410 && !CPU_S3C2416 && !CPU_S3C2440 && \ |
Alexander Shiyan | a4e4d22 | 2013-04-04 10:04:00 +0900 | [diff] [blame] | 365 | !CPU_S3C2442 && !CPU_S3C2443 |
Kukjin Kim | 85e2a26 | 2012-02-06 10:02:01 +0900 | [diff] [blame] | 366 | default y |
| 367 | |
| 368 | config S3C2412_DMA |
| 369 | bool |
| 370 | help |
| 371 | Internal config node for S3C2412 DMA support |
| 372 | |
| 373 | config S3C2412_PM |
| 374 | bool |
Heiko Stuebner | 7eae354 | 2013-02-08 11:13:15 -0800 | [diff] [blame] | 375 | select S3C2412_PM_SLEEP |
Heiko Stuebner | 5929570 | 2013-02-12 10:09:10 -0800 | [diff] [blame] | 376 | select SAMSUNG_WAKEMASK |
Kukjin Kim | 85e2a26 | 2012-02-06 10:02:01 +0900 | [diff] [blame] | 377 | help |
| 378 | Internal config node to apply S3C2412 power management |
| 379 | |
| 380 | comment "S3C2412 Boards" |
| 381 | |
| 382 | # |
| 383 | # The "S3C2412 Boards" list is ordered alphabetically by option text. |
| 384 | # (without ARCH_ or MACH_) |
| 385 | # |
| 386 | |
| 387 | config MACH_JIVE |
| 388 | bool "Logitech Jive" |
Kukjin Kim | 85e2a26 | 2012-02-06 10:02:01 +0900 | [diff] [blame] | 389 | select S3C_DEV_NAND |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 390 | select S3C_DEV_USB_HOST |
Kukjin Kim | 85e2a26 | 2012-02-06 10:02:01 +0900 | [diff] [blame] | 391 | help |
| 392 | Say Y here if you are using the Logitech Jive. |
| 393 | |
| 394 | config MACH_JIVE_SHOW_BOOTLOADER |
Kees Cook | 5ec9b06 | 2013-01-16 18:53:15 -0800 | [diff] [blame] | 395 | bool "Allow access to bootloader partitions in MTD" |
| 396 | depends on MACH_JIVE |
Kukjin Kim | 85e2a26 | 2012-02-06 10:02:01 +0900 | [diff] [blame] | 397 | |
| 398 | config MACH_S3C2413 |
| 399 | bool |
| 400 | help |
| 401 | Internal node for S3C2413 version of SMDK2413, so that |
| 402 | machine_is_s3c2413() will work when MACH_SMDK2413 is |
| 403 | selected |
| 404 | |
| 405 | config MACH_SMDK2412 |
| 406 | bool "SMDK2412" |
| 407 | select MACH_SMDK2413 |
| 408 | help |
| 409 | Say Y here if you are using an SMDK2412 |
| 410 | |
| 411 | Note, this shares support with SMDK2413, so will automatically |
| 412 | select MACH_SMDK2413. |
| 413 | |
| 414 | config MACH_SMDK2413 |
| 415 | bool "SMDK2413" |
| 416 | select MACH_S3C2413 |
Heiko Stuebner | 28c569f | 2012-03-07 01:47:01 -0800 | [diff] [blame] | 417 | select S3C24XX_SMDK |
Kukjin Kim | 85e2a26 | 2012-02-06 10:02:01 +0900 | [diff] [blame] | 418 | select S3C_DEV_NAND |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 419 | select S3C_DEV_USB_HOST |
Kukjin Kim | 85e2a26 | 2012-02-06 10:02:01 +0900 | [diff] [blame] | 420 | help |
| 421 | Say Y here if you are using an SMDK2413 |
| 422 | |
| 423 | config MACH_VSTMS |
| 424 | bool "VMSTMS" |
Kukjin Kim | 85e2a26 | 2012-02-06 10:02:01 +0900 | [diff] [blame] | 425 | select S3C_DEV_NAND |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 426 | select S3C_DEV_USB_HOST |
Kukjin Kim | 85e2a26 | 2012-02-06 10:02:01 +0900 | [diff] [blame] | 427 | help |
| 428 | Say Y here if you are using an VSTMS board |
| 429 | |
| 430 | endif # CPU_S3C2412 |
| 431 | |
Kukjin Kim | 26febf8 | 2012-02-06 10:59:47 +0900 | [diff] [blame] | 432 | if CPU_S3C2416 |
| 433 | |
| 434 | config S3C2416_PM |
| 435 | bool |
| 436 | select S3C2412_PM_SLEEP |
| 437 | help |
| 438 | Internal config node to apply S3C2416 power management |
| 439 | |
| 440 | config S3C2416_SETUP_SDHCI |
| 441 | bool |
| 442 | select S3C2416_SETUP_SDHCI_GPIO |
| 443 | help |
| 444 | Internal helper functions for S3C2416 based SDHCI systems |
| 445 | |
| 446 | config S3C2416_SETUP_SDHCI_GPIO |
| 447 | bool |
| 448 | help |
| 449 | Common setup code for SDHCI gpio. |
| 450 | |
| 451 | comment "S3C2416 Boards" |
| 452 | |
| 453 | config MACH_SMDK2416 |
| 454 | bool "SMDK2416" |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 455 | select S3C2416_SETUP_SDHCI |
Heiko Stuebner | 28c569f | 2012-03-07 01:47:01 -0800 | [diff] [blame] | 456 | select S3C24XX_SMDK |
Kukjin Kim | 26febf8 | 2012-02-06 10:59:47 +0900 | [diff] [blame] | 457 | select S3C_DEV_FB |
| 458 | select S3C_DEV_HSMMC |
| 459 | select S3C_DEV_HSMMC1 |
| 460 | select S3C_DEV_NAND |
| 461 | select S3C_DEV_USB_HOST |
Kukjin Kim | 26febf8 | 2012-02-06 10:59:47 +0900 | [diff] [blame] | 462 | help |
| 463 | Say Y here if you are using an SMDK2416 |
| 464 | |
Heiko Stuebner | 35aca36 | 2013-05-21 01:06:04 +0900 | [diff] [blame] | 465 | config MACH_S3C2416_DT |
| 466 | bool "Samsung S3C2416 machine using devicetree" |
| 467 | select CLKSRC_OF |
| 468 | select USE_OF |
| 469 | select PINCTRL |
| 470 | select PINCTRL_S3C24XX |
| 471 | help |
| 472 | Machine support for Samsung S3C2416 machines with device tree enabled. |
| 473 | Select this if a fdt blob is available for the S3C2416 SoC based board. |
| 474 | Note: This is under development and not all peripherals can be supported |
| 475 | with this machine file. |
| 476 | |
Kukjin Kim | 26febf8 | 2012-02-06 10:59:47 +0900 | [diff] [blame] | 477 | endif # CPU_S3C2416 |
| 478 | |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 479 | if CPU_S3C2440 |
| 480 | |
| 481 | config S3C2440_DMA |
| 482 | bool |
| 483 | help |
| 484 | Support for S3C2440 specific DMA code5A |
| 485 | |
Kukjin Kim | acf2d41 | 2013-01-21 15:39:09 -0800 | [diff] [blame] | 486 | config S3C2440_XTAL_12000000 |
| 487 | bool |
| 488 | help |
| 489 | Indicate that the build needs to support 12MHz system |
| 490 | crystal. |
| 491 | |
| 492 | config S3C2440_XTAL_16934400 |
| 493 | bool |
| 494 | help |
| 495 | Indicate that the build needs to support 16.9344MHz system |
| 496 | crystal. |
| 497 | |
| 498 | config S3C2440_PLL_12000000 |
| 499 | bool |
Viresh Kumar | f023f8d | 2013-04-04 12:54:15 +0000 | [diff] [blame] | 500 | depends on ARM_S3C2440_CPUFREQ && S3C2440_XTAL_12000000 |
| 501 | default y if S3C24XX_PLL |
Kukjin Kim | acf2d41 | 2013-01-21 15:39:09 -0800 | [diff] [blame] | 502 | help |
| 503 | PLL tables for S3C2440 or S3C2442 CPUs with 12MHz crystals. |
| 504 | |
| 505 | config S3C2440_PLL_16934400 |
| 506 | bool |
Viresh Kumar | f023f8d | 2013-04-04 12:54:15 +0000 | [diff] [blame] | 507 | depends on ARM_S3C2440_CPUFREQ && S3C2440_XTAL_16934400 |
| 508 | default y if S3C24XX_PLL |
Kukjin Kim | acf2d41 | 2013-01-21 15:39:09 -0800 | [diff] [blame] | 509 | help |
| 510 | PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals. |
| 511 | |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 512 | comment "S3C2440 Boards" |
| 513 | |
| 514 | # |
| 515 | # The "S3C2440 Boards" list is ordered alphabetically by option text. |
| 516 | # (without ARCH_ or MACH_) |
| 517 | # |
| 518 | |
| 519 | config MACH_ANUBIS |
| 520 | bool "Simtec Electronics ANUBIS" |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 521 | select HAVE_PATA_PLATFORM |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 522 | select S3C2440_XTAL_12000000 |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 523 | select S3C24XX_DCLK |
| 524 | select S3C24XX_GPIO_EXTRA64 |
| 525 | select S3C24XX_SIMTEC_PM if PM |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 526 | select S3C_DEV_USB_HOST |
| 527 | help |
| 528 | Say Y here if you are using the Simtec Electronics ANUBIS |
| 529 | development system |
| 530 | |
| 531 | config MACH_AT2440EVB |
| 532 | bool "Avantech AT2440EVB development board" |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 533 | select S3C_DEV_NAND |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 534 | select S3C_DEV_USB_HOST |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 535 | help |
| 536 | Say Y here if you are using the AT2440EVB development board |
| 537 | |
| 538 | config MACH_MINI2440 |
| 539 | bool "MINI2440 development board" |
| 540 | select EEPROM_AT24 |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 541 | select LEDS_CLASS |
Alexander Shiyan | 678a099 | 2012-11-25 18:53:40 +0400 | [diff] [blame] | 542 | select LEDS_TRIGGERS |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 543 | select LEDS_TRIGGER_BACKLIGHT |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 544 | select NEW_LEDS |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 545 | select S3C_DEV_NAND |
| 546 | select S3C_DEV_USB_HOST |
Sylwester Nawrocki | e51d548 | 2012-11-22 14:29:18 +0900 | [diff] [blame] | 547 | select S3C_SETUP_CAMIF |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 548 | help |
| 549 | Say Y here to select support for the MINI2440. Is a 10cm x 10cm board |
| 550 | available via various sources. It can come with a 3.5" or 7" touch LCD. |
| 551 | |
| 552 | config MACH_NEXCODER_2440 |
| 553 | bool "NexVision NEXCODER 2440 Light Board" |
| 554 | select S3C2440_XTAL_12000000 |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 555 | select S3C_DEV_NAND |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 556 | select S3C_DEV_USB_HOST |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 557 | help |
| 558 | Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board |
| 559 | |
| 560 | config MACH_OSIRIS |
| 561 | bool "Simtec IM2440D20 (OSIRIS) module" |
Viresh Kumar | f023f8d | 2013-04-04 12:54:15 +0000 | [diff] [blame] | 562 | select S3C2410_IOTIMING if ARM_S3C2440_CPUFREQ |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 563 | select S3C2440_XTAL_12000000 |
| 564 | select S3C24XX_DCLK |
| 565 | select S3C24XX_GPIO_EXTRA128 |
| 566 | select S3C24XX_SIMTEC_PM if PM |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 567 | select S3C_DEV_NAND |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 568 | select S3C_DEV_USB_HOST |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 569 | help |
| 570 | Say Y here if you are using the Simtec IM2440D20 module, also |
| 571 | known as the Osiris. |
| 572 | |
| 573 | config MACH_OSIRIS_DVS |
| 574 | tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver" |
| 575 | depends on MACH_OSIRIS |
| 576 | select TPS65010 |
| 577 | help |
| 578 | Say Y/M here if you want to have dynamic voltage scaling support |
| 579 | on the Simtec IM2440D20 (OSIRIS) module via the TPS65011. |
| 580 | |
| 581 | The DVS driver alters the voltage supplied to the ARM core |
| 582 | depending on the frequency it is running at. The driver itself |
| 583 | does not do any of the frequency alteration, which is left up |
| 584 | to the cpufreq driver. |
| 585 | |
| 586 | config MACH_RX3715 |
| 587 | bool "HP iPAQ rx3715" |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 588 | select PM_H1940 if PM |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 589 | select S3C2440_XTAL_16934400 |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 590 | select S3C_DEV_NAND |
| 591 | help |
| 592 | Say Y here if you are using the HP iPAQ rx3715. |
| 593 | |
| 594 | config ARCH_S3C2440 |
| 595 | bool "SMDK2440" |
| 596 | select S3C2440_XTAL_16934400 |
Heiko Stuebner | 28c569f | 2012-03-07 01:47:01 -0800 | [diff] [blame] | 597 | select S3C24XX_SMDK |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 598 | select S3C_DEV_NAND |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 599 | select S3C_DEV_USB_HOST |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 600 | help |
| 601 | Say Y here if you are using the SMDK2440. |
| 602 | |
| 603 | config SMDK2440_CPU2440 |
| 604 | bool "SMDK2440 with S3C2440 CPU module" |
| 605 | default y if ARCH_S3C2440 |
| 606 | select S3C2440_XTAL_16934400 |
| 607 | |
| 608 | endif # CPU_S3C2440 |
| 609 | |
| 610 | if CPU_S3C2442 |
| 611 | |
| 612 | comment "S3C2442 Boards" |
| 613 | |
| 614 | # |
| 615 | # The "S3C2442 Boards" list is ordered alphabetically by option text. |
| 616 | # (without ARCH_ or MACH_) |
| 617 | # |
| 618 | |
| 619 | config MACH_NEO1973_GTA02 |
| 620 | bool "Openmoko GTA02 / Freerunner phone" |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 621 | select I2C |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 622 | select MFD_PCF50633 |
| 623 | select PCF50633_GPIO |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 624 | select POWER_SUPPLY |
Arnd Bergmann | 35e7906 | 2012-08-04 07:52:19 +0000 | [diff] [blame] | 625 | select S3C24XX_PWM |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 626 | select S3C_DEV_USB_HOST |
| 627 | help |
| 628 | Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone |
| 629 | |
| 630 | config MACH_RX1950 |
| 631 | bool "HP iPAQ rx1950" |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 632 | select I2C |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 633 | select PM_H1940 if PM |
Viresh Kumar | f023f8d | 2013-04-04 12:54:15 +0000 | [diff] [blame] | 634 | select S3C2410_IOTIMING if ARM_S3C2440_CPUFREQ |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 635 | select S3C2440_XTAL_16934400 |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 636 | select S3C24XX_DCLK |
| 637 | select S3C24XX_PWM |
| 638 | select S3C_DEV_NAND |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 639 | help |
| 640 | Say Y here if you're using HP iPAQ rx1950 |
| 641 | |
Paul Bolle | bd338d0 | 2013-03-22 19:03:55 +0900 | [diff] [blame] | 642 | endif # CPU_S3C2442 |
Kukjin Kim | dd6f01b | 2012-02-06 13:10:11 +0900 | [diff] [blame] | 643 | |
Heiko Stuebner | 8c3d7c3 | 2012-03-03 07:49:12 +0900 | [diff] [blame] | 644 | if CPU_S3C2443 || CPU_S3C2416 |
| 645 | |
| 646 | config S3C2443_COMMON |
| 647 | bool |
| 648 | help |
| 649 | Common code for the S3C2443 and similar processors, which includes |
| 650 | the S3C2416 and S3C2450. |
| 651 | |
Kukjin Kim | 84c028b | 2012-02-06 13:21:03 +0900 | [diff] [blame] | 652 | config S3C2443_DMA |
| 653 | bool |
| 654 | help |
| 655 | Internal config node for S3C2443 DMA support |
| 656 | |
Heiko Stuebner | f03eb25e | 2012-04-24 18:07:10 -0700 | [diff] [blame] | 657 | config S3C2443_SETUP_SPI |
| 658 | bool |
| 659 | help |
| 660 | Common setup code for SPI GPIO configurations |
| 661 | |
Heiko Stuebner | 46cdaba | 2012-03-07 01:53:17 -0800 | [diff] [blame] | 662 | endif # CPU_S3C2443 || CPU_S3C2416 |
| 663 | |
| 664 | if CPU_S3C2443 |
| 665 | |
Kukjin Kim | 84c028b | 2012-02-06 13:21:03 +0900 | [diff] [blame] | 666 | comment "S3C2443 Boards" |
| 667 | |
| 668 | config MACH_SMDK2443 |
| 669 | bool "SMDK2443" |
Heiko Stuebner | 28c569f | 2012-03-07 01:47:01 -0800 | [diff] [blame] | 670 | select S3C24XX_SMDK |
Kukjin Kim | 84c028b | 2012-02-06 13:21:03 +0900 | [diff] [blame] | 671 | select S3C_DEV_HSMMC1 |
| 672 | help |
| 673 | Say Y here if you are using an SMDK2443 |
| 674 | |
| 675 | endif # CPU_S3C2443 |
| 676 | |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 677 | endmenu # SAMSUNG S3C24XX SoCs Support |
| 678 | |
| 679 | endif # ARCH_S3C24XX |