Kconfig (ae7b6dccf6711e8d5815688f1572ab55bf5b3069) | Kconfig (5c15bd28ff194b2d738f0fa408696f2684470a26) |
---|---|
1config ARM 2 bool 3 default y 4 select ARCH_BINFMT_ELF_RANDOMIZE_PIE 5 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE 6 select ARCH_HAVE_CUSTOM_GPIO_H 7 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST 8 select ARCH_WANT_IPC_PARSE_VERSION --- 356 unchanged lines hidden (view full) --- 365 bool "Cirrus Logic CLPS711x/EP721x/EP731x-based" 366 select ARCH_REQUIRE_GPIOLIB 367 select AUTO_ZRELADDR 368 select CLKDEV_LOOKUP 369 select COMMON_CLK 370 select CPU_ARM720T 371 select GENERIC_CLOCKEVENTS 372 select MULTI_IRQ_HANDLER | 1config ARM 2 bool 3 default y 4 select ARCH_BINFMT_ELF_RANDOMIZE_PIE 5 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE 6 select ARCH_HAVE_CUSTOM_GPIO_H 7 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST 8 select ARCH_WANT_IPC_PARSE_VERSION --- 356 unchanged lines hidden (view full) --- 365 bool "Cirrus Logic CLPS711x/EP721x/EP731x-based" 366 select ARCH_REQUIRE_GPIOLIB 367 select AUTO_ZRELADDR 368 select CLKDEV_LOOKUP 369 select COMMON_CLK 370 select CPU_ARM720T 371 select GENERIC_CLOCKEVENTS 372 select MULTI_IRQ_HANDLER |
373 select NEED_MACH_MEMORY_H | |
374 select SPARSE_IRQ 375 help 376 Support for Cirrus Logic 711x/721x/731x based boards. 377 378config ARCH_GEMINI 379 bool "Cortina Systems Gemini" 380 select ARCH_REQUIRE_GPIOLIB 381 select ARCH_USES_GETTIMEOFFSET --- 1667 unchanged lines hidden (view full) --- 2049 from start of memory. 2050 2051endmenu 2052 2053menu "CPU Power Management" 2054 2055if ARCH_HAS_CPUFREQ 2056source "drivers/cpufreq/Kconfig" | 373 select SPARSE_IRQ 374 help 375 Support for Cirrus Logic 711x/721x/731x based boards. 376 377config ARCH_GEMINI 378 bool "Cortina Systems Gemini" 379 select ARCH_REQUIRE_GPIOLIB 380 select ARCH_USES_GETTIMEOFFSET --- 1667 unchanged lines hidden (view full) --- 2048 from start of memory. 2049 2050endmenu 2051 2052menu "CPU Power Management" 2053 2054if ARCH_HAS_CPUFREQ 2055source "drivers/cpufreq/Kconfig" |
2056 2057config CPU_FREQ_S3C 2058 bool 2059 help 2060 Internal configuration node for common cpufreq on Samsung SoC 2061 2062config CPU_FREQ_S3C24XX 2063 bool "CPUfreq driver for Samsung S3C24XX series CPUs (EXPERIMENTAL)" 2064 depends on ARCH_S3C24XX && CPU_FREQ 2065 select CPU_FREQ_S3C 2066 help 2067 This enables the CPUfreq driver for the Samsung S3C24XX family 2068 of CPUs. 2069 2070 For details, take a look at <file:Documentation/cpu-freq>. 2071 2072 If in doubt, say N. 2073 2074config CPU_FREQ_S3C24XX_PLL 2075 bool "Support CPUfreq changing of PLL frequency (EXPERIMENTAL)" 2076 depends on CPU_FREQ_S3C24XX 2077 help 2078 Compile in support for changing the PLL frequency from the 2079 S3C24XX series CPUfreq driver. The PLL takes time to settle 2080 after a frequency change, so by default it is not enabled. 2081 2082 This also means that the PLL tables for the selected CPU(s) will 2083 be built which may increase the size of the kernel image. 2084 2085config CPU_FREQ_S3C24XX_DEBUG 2086 bool "Debug CPUfreq Samsung driver core" 2087 depends on CPU_FREQ_S3C24XX 2088 help 2089 Enable s3c_freq_dbg for the Samsung S3C CPUfreq core 2090 2091config CPU_FREQ_S3C24XX_IODEBUG 2092 bool "Debug CPUfreq Samsung driver IO timing" 2093 depends on CPU_FREQ_S3C24XX 2094 help 2095 Enable s3c_freq_iodbg for the Samsung S3C CPUfreq core 2096 2097config CPU_FREQ_S3C24XX_DEBUGFS 2098 bool "Export debugfs for CPUFreq" 2099 depends on CPU_FREQ_S3C24XX && DEBUG_FS 2100 help 2101 Export status information via debugfs. 2102 |
|
2057endif 2058 2059source "drivers/cpuidle/Kconfig" 2060 2061endmenu 2062 2063menu "Floating point emulation" 2064 --- 112 unchanged lines hidden --- | 2103endif 2104 2105source "drivers/cpuidle/Kconfig" 2106 2107endmenu 2108 2109menu "Floating point emulation" 2110 --- 112 unchanged lines hidden --- |