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