Kconfig (89c52ed4687faca6bf0eabf6d46eaee4a14376b3) Kconfig (9d56c02a5a171e1fdb87f3b718b418cb0522d2b1)
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux Kernel Configuration"
7
8config ARM

--- 559 unchanged lines hidden (view full) ---

568 select TICK_ONESHOT
569 select ARCH_REQUIRE_GPIOLIB
570 help
571 Support for StrongARM 11x0 based boards.
572
573config ARCH_S3C2410
574 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443"
575 select GENERIC_GPIO
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux Kernel Configuration"
7
8config ARM

--- 559 unchanged lines hidden (view full) ---

568 select TICK_ONESHOT
569 select ARCH_REQUIRE_GPIOLIB
570 help
571 Support for StrongARM 11x0 based boards.
572
573config ARCH_S3C2410
574 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443"
575 select GENERIC_GPIO
576 select ARCH_HAS_CPUFREQ
576 select HAVE_CLK
577 help
578 Samsung S3C2410X CPU based systems, such as the Simtec Electronics
579 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
580 the Samsung SMDK2410 development board (and derivatives).
581
582config ARCH_S3C64XX
583 bool "Samsung S3C64XX"

--- 699 unchanged lines hidden (view full) ---

1283 depends on CPU_FREQ && ARCH_PXA && PXA25x
1284 default y
1285 select CPU_FREQ_DEFAULT_GOV_USERSPACE
1286
1287config CPU_FREQ_S3C64XX
1288 bool "CPUfreq support for Samsung S3C64XX CPUs"
1289 depends on CPU_FREQ && CPU_S3C6410
1290
577 select HAVE_CLK
578 help
579 Samsung S3C2410X CPU based systems, such as the Simtec Electronics
580 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
581 the Samsung SMDK2410 development board (and derivatives).
582
583config ARCH_S3C64XX
584 bool "Samsung S3C64XX"

--- 699 unchanged lines hidden (view full) ---

1284 depends on CPU_FREQ && ARCH_PXA && PXA25x
1285 default y
1286 select CPU_FREQ_DEFAULT_GOV_USERSPACE
1287
1288config CPU_FREQ_S3C64XX
1289 bool "CPUfreq support for Samsung S3C64XX CPUs"
1290 depends on CPU_FREQ && CPU_S3C6410
1291
1292config CPU_FREQ_S3C
1293 bool
1294 help
1295 Internal configuration node for common cpufreq on Samsung SoC
1296
1297config CPU_FREQ_S3C24XX
1298 bool "CPUfreq driver for Samsung S3C24XX series CPUs"
1299 depends on ARCH_S3C2410 && CPU_FREQ && EXPERIMENTAL
1300 select CPU_FREQ_S3C
1301 help
1302 This enables the CPUfreq driver for the Samsung S3C24XX family
1303 of CPUs.
1304
1305 For details, take a look at <file:Documentation/cpu-freq>.
1306
1307 If in doubt, say N.
1308
1309config CPU_FREQ_S3C24XX_PLL
1310 bool "Support CPUfreq changing of PLL frequency"
1311 depends on CPU_FREQ_S3C24XX && EXPERIMENTAL
1312 help
1313 Compile in support for changing the PLL frequency from the
1314 S3C24XX series CPUfreq driver. The PLL takes time to settle
1315 after a frequency change, so by default it is not enabled.
1316
1317 This also means that the PLL tables for the selected CPU(s) will
1318 be built which may increase the size of the kernel image.
1319
1320config CPU_FREQ_S3C24XX_DEBUG
1321 bool "Debug CPUfreq Samsung driver core"
1322 depends on CPU_FREQ_S3C24XX
1323 help
1324 Enable s3c_freq_dbg for the Samsung S3C CPUfreq core
1325
1326config CPU_FREQ_S3C24XX_IODEBUG
1327 bool "Debug CPUfreq Samsung driver IO timing"
1328 depends on CPU_FREQ_S3C24XX
1329 help
1330 Enable s3c_freq_iodbg for the Samsung S3C CPUfreq core
1331
1291endif
1292
1293source "drivers/cpuidle/Kconfig"
1294
1295endmenu
1296
1297menu "Floating point emulation"
1298

--- 204 unchanged lines hidden ---
1332endif
1333
1334source "drivers/cpuidle/Kconfig"
1335
1336endmenu
1337
1338menu "Floating point emulation"
1339

--- 204 unchanged lines hidden ---