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