|
@@ -2,18 +2,20 @@ config ARM
|
|
bool
|
|
bool
|
|
default y
|
|
default y
|
|
select HAVE_AOUT
|
|
select HAVE_AOUT
|
|
|
|
+ select HAVE_DMA_API_DEBUG
|
|
select HAVE_IDE
|
|
select HAVE_IDE
|
|
select HAVE_MEMBLOCK
|
|
select HAVE_MEMBLOCK
|
|
select RTC_LIB
|
|
select RTC_LIB
|
|
select SYS_SUPPORTS_APM_EMULATION
|
|
select SYS_SUPPORTS_APM_EMULATION
|
|
- select GENERIC_ATOMIC64 if (!CPU_32v6K)
|
|
|
|
|
|
+ select GENERIC_ATOMIC64 if (!CPU_32v6K || !AEABI)
|
|
select HAVE_OPROFILE if (HAVE_PERF_EVENTS)
|
|
select HAVE_OPROFILE if (HAVE_PERF_EVENTS)
|
|
select HAVE_ARCH_KGDB
|
|
select HAVE_ARCH_KGDB
|
|
- select HAVE_KPROBES if (!XIP_KERNEL)
|
|
|
|
|
|
+ select HAVE_KPROBES if (!XIP_KERNEL && !THUMB2_KERNEL)
|
|
select HAVE_KRETPROBES if (HAVE_KPROBES)
|
|
select HAVE_KRETPROBES if (HAVE_KPROBES)
|
|
select HAVE_FUNCTION_TRACER if (!XIP_KERNEL)
|
|
select HAVE_FUNCTION_TRACER if (!XIP_KERNEL)
|
|
select HAVE_FTRACE_MCOUNT_RECORD if (!XIP_KERNEL)
|
|
select HAVE_FTRACE_MCOUNT_RECORD if (!XIP_KERNEL)
|
|
select HAVE_DYNAMIC_FTRACE if (!XIP_KERNEL)
|
|
select HAVE_DYNAMIC_FTRACE if (!XIP_KERNEL)
|
|
|
|
+ select HAVE_FUNCTION_GRAPH_TRACER if (!THUMB2_KERNEL)
|
|
select HAVE_GENERIC_DMA_COHERENT
|
|
select HAVE_GENERIC_DMA_COHERENT
|
|
select HAVE_KERNEL_GZIP
|
|
select HAVE_KERNEL_GZIP
|
|
select HAVE_KERNEL_LZO
|
|
select HAVE_KERNEL_LZO
|
|
@@ -23,6 +25,7 @@ config ARM
|
|
select PERF_USE_VMALLOC
|
|
select PERF_USE_VMALLOC
|
|
select HAVE_REGS_AND_STACK_ACCESS_API
|
|
select HAVE_REGS_AND_STACK_ACCESS_API
|
|
select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V7))
|
|
select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V7))
|
|
|
|
+ select HAVE_C_RECORDMCOUNT
|
|
help
|
|
help
|
|
The ARM series is a line of low-power-consumption RISC chip designs
|
|
The ARM series is a line of low-power-consumption RISC chip designs
|
|
licensed by ARM Ltd and targeted at embedded applications and
|
|
licensed by ARM Ltd and targeted at embedded applications and
|
|
@@ -34,9 +37,15 @@ config ARM
|
|
config HAVE_PWM
|
|
config HAVE_PWM
|
|
bool
|
|
bool
|
|
|
|
|
|
|
|
+config MIGHT_HAVE_PCI
|
|
|
|
+ bool
|
|
|
|
+
|
|
config SYS_SUPPORTS_APM_EMULATION
|
|
config SYS_SUPPORTS_APM_EMULATION
|
|
bool
|
|
bool
|
|
|
|
|
|
|
|
+config HAVE_SCHED_CLOCK
|
|
|
|
+ bool
|
|
|
|
+
|
|
config GENERIC_GPIO
|
|
config GENERIC_GPIO
|
|
bool
|
|
bool
|
|
|
|
|
|
@@ -221,7 +230,7 @@ config ARCH_INTEGRATOR
|
|
bool "ARM Ltd. Integrator family"
|
|
bool "ARM Ltd. Integrator family"
|
|
select ARM_AMBA
|
|
select ARM_AMBA
|
|
select ARCH_HAS_CPUFREQ
|
|
select ARCH_HAS_CPUFREQ
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
select ICST
|
|
select ICST
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
select PLAT_VERSATILE
|
|
select PLAT_VERSATILE
|
|
@@ -231,7 +240,8 @@ config ARCH_INTEGRATOR
|
|
config ARCH_REALVIEW
|
|
config ARCH_REALVIEW
|
|
bool "ARM Ltd. RealView family"
|
|
bool "ARM Ltd. RealView family"
|
|
select ARM_AMBA
|
|
select ARM_AMBA
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
|
|
+ select HAVE_SCHED_CLOCK
|
|
select ICST
|
|
select ICST
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
select ARCH_WANT_OPTIONAL_GPIOLIB
|
|
select ARCH_WANT_OPTIONAL_GPIOLIB
|
|
@@ -245,7 +255,8 @@ config ARCH_VERSATILE
|
|
bool "ARM Ltd. Versatile family"
|
|
bool "ARM Ltd. Versatile family"
|
|
select ARM_AMBA
|
|
select ARM_AMBA
|
|
select ARM_VIC
|
|
select ARM_VIC
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
|
|
+ select HAVE_SCHED_CLOCK
|
|
select ICST
|
|
select ICST
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
select ARCH_WANT_OPTIONAL_GPIOLIB
|
|
select ARCH_WANT_OPTIONAL_GPIOLIB
|
|
@@ -259,9 +270,10 @@ config ARCH_VEXPRESS
|
|
select ARCH_WANT_OPTIONAL_GPIOLIB
|
|
select ARCH_WANT_OPTIONAL_GPIOLIB
|
|
select ARM_AMBA
|
|
select ARM_AMBA
|
|
select ARM_TIMER_SP804
|
|
select ARM_TIMER_SP804
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
select HAVE_CLK
|
|
select HAVE_CLK
|
|
|
|
+ select HAVE_SCHED_CLOCK
|
|
select ICST
|
|
select ICST
|
|
select PLAT_VERSATILE
|
|
select PLAT_VERSATILE
|
|
help
|
|
help
|
|
@@ -280,7 +292,7 @@ config ARCH_BCMRING
|
|
depends on MMU
|
|
depends on MMU
|
|
select CPU_V6
|
|
select CPU_V6
|
|
select ARM_AMBA
|
|
select ARM_AMBA
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
select ARCH_WANT_OPTIONAL_GPIOLIB
|
|
select ARCH_WANT_OPTIONAL_GPIOLIB
|
|
help
|
|
help
|
|
@@ -298,6 +310,7 @@ config ARCH_CNS3XXX
|
|
select CPU_V6
|
|
select CPU_V6
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
select ARM_GIC
|
|
select ARM_GIC
|
|
|
|
+ select MIGHT_HAVE_PCI
|
|
select PCI_DOMAINS if PCI
|
|
select PCI_DOMAINS if PCI
|
|
help
|
|
help
|
|
Support for Cavium Networks CNS3XXX platform.
|
|
Support for Cavium Networks CNS3XXX platform.
|
|
@@ -327,7 +340,7 @@ config ARCH_EP93XX
|
|
select CPU_ARM920T
|
|
select CPU_ARM920T
|
|
select ARM_AMBA
|
|
select ARM_AMBA
|
|
select ARM_VIC
|
|
select ARM_VIC
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARCH_HAS_HOLES_MEMORYMODEL
|
|
select ARCH_HAS_HOLES_MEMORYMODEL
|
|
select ARCH_USES_GETTIMEOFFSET
|
|
select ARCH_USES_GETTIMEOFFSET
|
|
@@ -347,14 +360,22 @@ config ARCH_MXC
|
|
bool "Freescale MXC/iMX-based"
|
|
bool "Freescale MXC/iMX-based"
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
help
|
|
help
|
|
Support for Freescale MXC/iMX-based family of processors
|
|
Support for Freescale MXC/iMX-based family of processors
|
|
|
|
|
|
|
|
+config ARCH_MXS
|
|
|
|
+ bool "Freescale MXS-based"
|
|
|
|
+ select GENERIC_CLOCKEVENTS
|
|
|
|
+ select ARCH_REQUIRE_GPIOLIB
|
|
|
|
+ select COMMON_CLKDEV
|
|
|
|
+ help
|
|
|
|
+ Support for Freescale MXS-based family of processors
|
|
|
|
+
|
|
config ARCH_STMP3XXX
|
|
config ARCH_STMP3XXX
|
|
bool "Freescale STMP3xxx"
|
|
bool "Freescale STMP3xxx"
|
|
select CPU_ARM926T
|
|
select CPU_ARM926T
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
select USB_ARCH_HAS_EHCI
|
|
select USB_ARCH_HAS_EHCI
|
|
@@ -433,6 +454,8 @@ config ARCH_IXP4XX
|
|
select CPU_XSCALE
|
|
select CPU_XSCALE
|
|
select GENERIC_GPIO
|
|
select GENERIC_GPIO
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
|
|
+ select HAVE_SCHED_CLOCK
|
|
|
|
+ select MIGHT_HAVE_PCI
|
|
select DMABOUNCE if PCI
|
|
select DMABOUNCE if PCI
|
|
help
|
|
help
|
|
Support for Intel's IXP4XX (XScale) family of processors.
|
|
Support for Intel's IXP4XX (XScale) family of processors.
|
|
@@ -472,7 +495,7 @@ config ARCH_LPC32XX
|
|
select HAVE_IDE
|
|
select HAVE_IDE
|
|
select ARM_AMBA
|
|
select ARM_AMBA
|
|
select USB_ARCH_HAS_OHCI
|
|
select USB_ARCH_HAS_OHCI
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
select GENERIC_TIME
|
|
select GENERIC_TIME
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
help
|
|
help
|
|
@@ -506,8 +529,9 @@ config ARCH_MMP
|
|
bool "Marvell PXA168/910/MMP2"
|
|
bool "Marvell PXA168/910/MMP2"
|
|
depends on MMU
|
|
depends on MMU
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
|
|
+ select HAVE_SCHED_CLOCK
|
|
select TICK_ONESHOT
|
|
select TICK_ONESHOT
|
|
select PLAT_PXA
|
|
select PLAT_PXA
|
|
select SPARSE_IRQ
|
|
select SPARSE_IRQ
|
|
@@ -539,7 +563,7 @@ config ARCH_W90X900
|
|
bool "Nuvoton W90X900 CPU"
|
|
bool "Nuvoton W90X900 CPU"
|
|
select CPU_ARM926T
|
|
select CPU_ARM926T
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
help
|
|
help
|
|
Support for Nuvoton (Winbond logic dept.) ARM9 processor,
|
|
Support for Nuvoton (Winbond logic dept.) ARM9 processor,
|
|
@@ -553,18 +577,19 @@ config ARCH_W90X900
|
|
config ARCH_NUC93X
|
|
config ARCH_NUC93X
|
|
bool "Nuvoton NUC93X CPU"
|
|
bool "Nuvoton NUC93X CPU"
|
|
select CPU_ARM926T
|
|
select CPU_ARM926T
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
help
|
|
help
|
|
Support for Nuvoton (Winbond logic dept.) NUC93X MCU,The NUC93X is a
|
|
Support for Nuvoton (Winbond logic dept.) NUC93X MCU,The NUC93X is a
|
|
low-power and high performance MPEG-4/JPEG multimedia controller chip.
|
|
low-power and high performance MPEG-4/JPEG multimedia controller chip.
|
|
|
|
|
|
config ARCH_TEGRA
|
|
config ARCH_TEGRA
|
|
bool "NVIDIA Tegra"
|
|
bool "NVIDIA Tegra"
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
select GENERIC_TIME
|
|
select GENERIC_TIME
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_GPIO
|
|
select GENERIC_GPIO
|
|
select HAVE_CLK
|
|
select HAVE_CLK
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select HAVE_SCHED_CLOCK
|
|
select ARCH_HAS_BARRIERS if CACHE_L2X0
|
|
select ARCH_HAS_BARRIERS if CACHE_L2X0
|
|
select ARCH_HAS_CPUFREQ
|
|
select ARCH_HAS_CPUFREQ
|
|
help
|
|
help
|
|
@@ -574,7 +599,7 @@ config ARCH_TEGRA
|
|
config ARCH_PNX4008
|
|
config ARCH_PNX4008
|
|
bool "Philips Nexperia PNX4008 Mobile"
|
|
bool "Philips Nexperia PNX4008 Mobile"
|
|
select CPU_ARM926T
|
|
select CPU_ARM926T
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
select ARCH_USES_GETTIMEOFFSET
|
|
select ARCH_USES_GETTIMEOFFSET
|
|
help
|
|
help
|
|
This enables support for Philips PNX4008 mobile platform.
|
|
This enables support for Philips PNX4008 mobile platform.
|
|
@@ -584,9 +609,10 @@ config ARCH_PXA
|
|
depends on MMU
|
|
depends on MMU
|
|
select ARCH_MTD_XIP
|
|
select ARCH_MTD_XIP
|
|
select ARCH_HAS_CPUFREQ
|
|
select ARCH_HAS_CPUFREQ
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
|
|
+ select HAVE_SCHED_CLOCK
|
|
select TICK_ONESHOT
|
|
select TICK_ONESHOT
|
|
select PLAT_PXA
|
|
select PLAT_PXA
|
|
select SPARSE_IRQ
|
|
select SPARSE_IRQ
|
|
@@ -606,9 +632,15 @@ config ARCH_MSM
|
|
(clock and power control, etc).
|
|
(clock and power control, etc).
|
|
|
|
|
|
config ARCH_SHMOBILE
|
|
config ARCH_SHMOBILE
|
|
- bool "Renesas SH-Mobile"
|
|
|
|
|
|
+ bool "Renesas SH-Mobile / R-Mobile"
|
|
|
|
+ select HAVE_CLK
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
|
|
+ select GENERIC_CLOCKEVENTS
|
|
|
|
+ select NO_IOPORT
|
|
|
|
+ select SPARSE_IRQ
|
|
|
|
+ select MULTI_IRQ_HANDLER
|
|
help
|
|
help
|
|
- Support for Renesas's SH-Mobile ARM platforms
|
|
|
|
|
|
+ Support for Renesas's SH-Mobile and R-Mobile ARM platforms.
|
|
|
|
|
|
config ARCH_RPC
|
|
config ARCH_RPC
|
|
bool "RiscPC"
|
|
bool "RiscPC"
|
|
@@ -635,6 +667,7 @@ config ARCH_SA1100
|
|
select CPU_FREQ
|
|
select CPU_FREQ
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
select HAVE_CLK
|
|
select HAVE_CLK
|
|
|
|
+ select HAVE_SCHED_CLOCK
|
|
select TICK_ONESHOT
|
|
select TICK_ONESHOT
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
help
|
|
help
|
|
@@ -646,7 +679,7 @@ config ARCH_S3C2410
|
|
select ARCH_HAS_CPUFREQ
|
|
select ARCH_HAS_CPUFREQ
|
|
select HAVE_CLK
|
|
select HAVE_CLK
|
|
select ARCH_USES_GETTIMEOFFSET
|
|
select ARCH_USES_GETTIMEOFFSET
|
|
- select HAVE_S3C2410_I2C
|
|
|
|
|
|
+ select HAVE_S3C2410_I2C if I2C
|
|
help
|
|
help
|
|
Samsung S3C2410X CPU based systems, such as the Simtec Electronics
|
|
Samsung S3C2410X CPU based systems, such as the Simtec Electronics
|
|
BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
|
|
BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
|
|
@@ -676,8 +709,8 @@ config ARCH_S3C64XX
|
|
select S3C_DEV_NAND
|
|
select S3C_DEV_NAND
|
|
select USB_ARCH_HAS_OHCI
|
|
select USB_ARCH_HAS_OHCI
|
|
select SAMSUNG_GPIOLIB_4BIT
|
|
select SAMSUNG_GPIOLIB_4BIT
|
|
- select HAVE_S3C2410_I2C
|
|
|
|
- select HAVE_S3C2410_WATCHDOG
|
|
|
|
|
|
+ select HAVE_S3C2410_I2C if I2C
|
|
|
|
+ select HAVE_S3C2410_WATCHDOG if WATCHDOG
|
|
help
|
|
help
|
|
Samsung S3C64XX series based systems
|
|
Samsung S3C64XX series based systems
|
|
|
|
|
|
@@ -686,10 +719,10 @@ config ARCH_S5P64X0
|
|
select CPU_V6
|
|
select CPU_V6
|
|
select GENERIC_GPIO
|
|
select GENERIC_GPIO
|
|
select HAVE_CLK
|
|
select HAVE_CLK
|
|
- select HAVE_S3C2410_WATCHDOG
|
|
|
|
|
|
+ select HAVE_S3C2410_WATCHDOG if WATCHDOG
|
|
select ARCH_USES_GETTIMEOFFSET
|
|
select ARCH_USES_GETTIMEOFFSET
|
|
- select HAVE_S3C2410_I2C
|
|
|
|
- select HAVE_S3C_RTC
|
|
|
|
|
|
+ select HAVE_S3C2410_I2C if I2C
|
|
|
|
+ select HAVE_S3C_RTC if RTC_CLASS
|
|
help
|
|
help
|
|
Samsung S5P64X0 CPU based systems, such as the Samsung SMDK6440,
|
|
Samsung S5P64X0 CPU based systems, such as the Samsung SMDK6440,
|
|
SMDK6450.
|
|
SMDK6450.
|
|
@@ -700,7 +733,7 @@ config ARCH_S5P6442
|
|
select GENERIC_GPIO
|
|
select GENERIC_GPIO
|
|
select HAVE_CLK
|
|
select HAVE_CLK
|
|
select ARCH_USES_GETTIMEOFFSET
|
|
select ARCH_USES_GETTIMEOFFSET
|
|
- select HAVE_S3C2410_WATCHDOG
|
|
|
|
|
|
+ select HAVE_S3C2410_WATCHDOG if WATCHDOG
|
|
help
|
|
help
|
|
Samsung S5P6442 CPU based systems
|
|
Samsung S5P6442 CPU based systems
|
|
|
|
|
|
@@ -711,9 +744,9 @@ config ARCH_S5PC100
|
|
select CPU_V7
|
|
select CPU_V7
|
|
select ARM_L1_CACHE_SHIFT_6
|
|
select ARM_L1_CACHE_SHIFT_6
|
|
select ARCH_USES_GETTIMEOFFSET
|
|
select ARCH_USES_GETTIMEOFFSET
|
|
- select HAVE_S3C2410_I2C
|
|
|
|
- select HAVE_S3C_RTC
|
|
|
|
- select HAVE_S3C2410_WATCHDOG
|
|
|
|
|
|
+ select HAVE_S3C2410_I2C if I2C
|
|
|
|
+ select HAVE_S3C_RTC if RTC_CLASS
|
|
|
|
+ select HAVE_S3C2410_WATCHDOG if WATCHDOG
|
|
help
|
|
help
|
|
Samsung S5PC100 series based systems
|
|
Samsung S5PC100 series based systems
|
|
|
|
|
|
@@ -726,9 +759,9 @@ config ARCH_S5PV210
|
|
select ARM_L1_CACHE_SHIFT_6
|
|
select ARM_L1_CACHE_SHIFT_6
|
|
select ARCH_HAS_CPUFREQ
|
|
select ARCH_HAS_CPUFREQ
|
|
select ARCH_USES_GETTIMEOFFSET
|
|
select ARCH_USES_GETTIMEOFFSET
|
|
- select HAVE_S3C2410_I2C
|
|
|
|
- select HAVE_S3C_RTC
|
|
|
|
- select HAVE_S3C2410_WATCHDOG
|
|
|
|
|
|
+ select HAVE_S3C2410_I2C if I2C
|
|
|
|
+ select HAVE_S3C_RTC if RTC_CLASS
|
|
|
|
+ select HAVE_S3C2410_WATCHDOG if WATCHDOG
|
|
help
|
|
help
|
|
Samsung S5PV210/S5PC110 series based systems
|
|
Samsung S5PV210/S5PC110 series based systems
|
|
|
|
|
|
@@ -739,9 +772,9 @@ config ARCH_S5PV310
|
|
select GENERIC_GPIO
|
|
select GENERIC_GPIO
|
|
select HAVE_CLK
|
|
select HAVE_CLK
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
- select HAVE_S3C_RTC
|
|
|
|
- select HAVE_S3C2410_I2C
|
|
|
|
- select HAVE_S3C2410_WATCHDOG
|
|
|
|
|
|
+ select HAVE_S3C_RTC if RTC_CLASS
|
|
|
|
+ select HAVE_S3C2410_I2C if I2C
|
|
|
|
+ select HAVE_S3C2410_WATCHDOG if WATCHDOG
|
|
help
|
|
help
|
|
Samsung S5PV310 series based systems
|
|
Samsung S5PV310 series based systems
|
|
|
|
|
|
@@ -761,7 +794,7 @@ config ARCH_TCC_926
|
|
bool "Telechips TCC ARM926-based systems"
|
|
bool "Telechips TCC ARM926-based systems"
|
|
select CPU_ARM926T
|
|
select CPU_ARM926T
|
|
select HAVE_CLK
|
|
select HAVE_CLK
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
help
|
|
help
|
|
Support for Telechips TCC ARM926-based systems.
|
|
Support for Telechips TCC ARM926-based systems.
|
|
@@ -781,11 +814,12 @@ config ARCH_U300
|
|
bool "ST-Ericsson U300 Series"
|
|
bool "ST-Ericsson U300 Series"
|
|
depends on MMU
|
|
depends on MMU
|
|
select CPU_ARM926T
|
|
select CPU_ARM926T
|
|
|
|
+ select HAVE_SCHED_CLOCK
|
|
select HAVE_TCM
|
|
select HAVE_TCM
|
|
select ARM_AMBA
|
|
select ARM_AMBA
|
|
select ARM_VIC
|
|
select ARM_VIC
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
select GENERIC_GPIO
|
|
select GENERIC_GPIO
|
|
help
|
|
help
|
|
Support for ST-Ericsson U300 series mobile platforms.
|
|
Support for ST-Ericsson U300 series mobile platforms.
|
|
@@ -795,8 +829,9 @@ config ARCH_U8500
|
|
select CPU_V7
|
|
select CPU_V7
|
|
select ARM_AMBA
|
|
select ARM_AMBA
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
+ select ARCH_HAS_CPUFREQ
|
|
help
|
|
help
|
|
Support for ST-Ericsson's Ux500 architecture
|
|
Support for ST-Ericsson's Ux500 architecture
|
|
|
|
|
|
@@ -805,7 +840,7 @@ config ARCH_NOMADIK
|
|
select ARM_AMBA
|
|
select ARM_AMBA
|
|
select ARM_VIC
|
|
select ARM_VIC
|
|
select CPU_ARM926T
|
|
select CPU_ARM926T
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
help
|
|
help
|
|
@@ -817,7 +852,7 @@ config ARCH_DAVINCI
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ZONE_DMA
|
|
select ZONE_DMA
|
|
select HAVE_IDE
|
|
select HAVE_IDE
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
select GENERIC_ALLOCATOR
|
|
select GENERIC_ALLOCATOR
|
|
select ARCH_HAS_HOLES_MEMORYMODEL
|
|
select ARCH_HAS_HOLES_MEMORYMODEL
|
|
help
|
|
help
|
|
@@ -829,6 +864,7 @@ config ARCH_OMAP
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARCH_HAS_CPUFREQ
|
|
select ARCH_HAS_CPUFREQ
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
|
|
+ select HAVE_SCHED_CLOCK
|
|
select ARCH_HAS_HOLES_MEMORYMODEL
|
|
select ARCH_HAS_HOLES_MEMORYMODEL
|
|
help
|
|
help
|
|
Support for TI's OMAP platform (OMAP1/2/3/4).
|
|
Support for TI's OMAP platform (OMAP1/2/3/4).
|
|
@@ -837,7 +873,7 @@ config PLAT_SPEAR
|
|
bool "ST SPEAr"
|
|
bool "ST SPEAr"
|
|
select ARM_AMBA
|
|
select ARM_AMBA
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
- select COMMON_CLKDEV
|
|
|
|
|
|
+ select CLKDEV_LOOKUP
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
select HAVE_CLK
|
|
select HAVE_CLK
|
|
help
|
|
help
|
|
@@ -902,6 +938,8 @@ source "arch/arm/mach-mv78xx0/Kconfig"
|
|
|
|
|
|
source "arch/arm/plat-mxc/Kconfig"
|
|
source "arch/arm/plat-mxc/Kconfig"
|
|
|
|
|
|
|
|
+source "arch/arm/mach-mxs/Kconfig"
|
|
|
|
+
|
|
source "arch/arm/mach-netx/Kconfig"
|
|
source "arch/arm/mach-netx/Kconfig"
|
|
|
|
|
|
source "arch/arm/mach-nomadik/Kconfig"
|
|
source "arch/arm/mach-nomadik/Kconfig"
|
|
@@ -982,9 +1020,11 @@ config ARCH_ACORN
|
|
config PLAT_IOP
|
|
config PLAT_IOP
|
|
bool
|
|
bool
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_CLOCKEVENTS
|
|
|
|
+ select HAVE_SCHED_CLOCK
|
|
|
|
|
|
config PLAT_ORION
|
|
config PLAT_ORION
|
|
bool
|
|
bool
|
|
|
|
+ select HAVE_SCHED_CLOCK
|
|
|
|
|
|
config PLAT_PXA
|
|
config PLAT_PXA
|
|
bool
|
|
bool
|
|
@@ -999,8 +1039,8 @@ source arch/arm/mm/Kconfig
|
|
|
|
|
|
config IWMMXT
|
|
config IWMMXT
|
|
bool "Enable iWMMXt support"
|
|
bool "Enable iWMMXt support"
|
|
- depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK
|
|
|
|
- default y if PXA27x || PXA3xx || ARCH_MMP
|
|
|
|
|
|
+ depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK || CPU_PJ4
|
|
|
|
+ default y if PXA27x || PXA3xx || PXA95x || ARCH_MMP
|
|
help
|
|
help
|
|
Enable support for iWMMXt context switching at run time if
|
|
Enable support for iWMMXt context switching at run time if
|
|
running on a CPU that supports it.
|
|
running on a CPU that supports it.
|
|
@@ -1017,6 +1057,11 @@ config CPU_HAS_PMU
|
|
default y
|
|
default y
|
|
bool
|
|
bool
|
|
|
|
|
|
|
|
+config MULTI_IRQ_HANDLER
|
|
|
|
+ bool
|
|
|
|
+ help
|
|
|
|
+ Allow each machine to specify it's own IRQ handler at run time.
|
|
|
|
+
|
|
if !MMU
|
|
if !MMU
|
|
source "arch/arm/Kconfig-nommu"
|
|
source "arch/arm/Kconfig-nommu"
|
|
endif
|
|
endif
|
|
@@ -1164,7 +1209,7 @@ config ISA_DMA_API
|
|
bool
|
|
bool
|
|
|
|
|
|
config PCI
|
|
config PCI
|
|
- bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX || ARCH_KS8695 || MACH_ARMCORE || ARCH_CNS3XXX
|
|
|
|
|
|
+ bool "PCI support" if MIGHT_HAVE_PCI
|
|
help
|
|
help
|
|
Find out whether you have a PCI motherboard. PCI is the name of a
|
|
Find out whether you have a PCI motherboard. PCI is the name of a
|
|
bus system, i.e. the way the CPU talks to the other stuff inside
|
|
bus system, i.e. the way the CPU talks to the other stuff inside
|
|
@@ -1175,6 +1220,12 @@ config PCI_DOMAINS
|
|
bool
|
|
bool
|
|
depends on PCI
|
|
depends on PCI
|
|
|
|
|
|
|
|
+config PCI_NANOENGINE
|
|
|
|
+ bool "BSE nanoEngine PCI support"
|
|
|
|
+ depends on SA1100_NANOENGINE
|
|
|
|
+ help
|
|
|
|
+ Enable PCI on the BSE nanoEngine board.
|
|
|
|
+
|
|
config PCI_SYSCALL
|
|
config PCI_SYSCALL
|
|
def_bool PCI
|
|
def_bool PCI
|
|
|
|
|
|
@@ -1205,10 +1256,11 @@ config SMP
|
|
depends on EXPERIMENTAL
|
|
depends on EXPERIMENTAL
|
|
depends on GENERIC_CLOCKEVENTS
|
|
depends on GENERIC_CLOCKEVENTS
|
|
depends on REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || \
|
|
depends on REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || \
|
|
- MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX || ARCH_OMAP4 ||\
|
|
|
|
- ARCH_S5PV310 || ARCH_TEGRA || ARCH_U8500 || ARCH_VEXPRESS_CA9X4
|
|
|
|
|
|
+ MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX || ARCH_OMAP4 || \
|
|
|
|
+ ARCH_S5PV310 || ARCH_TEGRA || ARCH_U8500 || ARCH_VEXPRESS_CA9X4 || \
|
|
|
|
+ ARCH_MSM_SCORPIONMP || ARCH_SHMOBILE
|
|
select USE_GENERIC_SMP_HELPERS
|
|
select USE_GENERIC_SMP_HELPERS
|
|
- select HAVE_ARM_SCU
|
|
|
|
|
|
+ select HAVE_ARM_SCU if !ARCH_MSM_SCORPIONMP
|
|
help
|
|
help
|
|
This enables support for systems with more than one CPU. If you have
|
|
This enables support for systems with more than one CPU. If you have
|
|
a system with only one CPU, like most personal computers, say N. If
|
|
a system with only one CPU, like most personal computers, say N. If
|
|
@@ -1229,7 +1281,7 @@ config SMP
|
|
config SMP_ON_UP
|
|
config SMP_ON_UP
|
|
bool "Allow booting SMP kernel on uniprocessor systems (EXPERIMENTAL)"
|
|
bool "Allow booting SMP kernel on uniprocessor systems (EXPERIMENTAL)"
|
|
depends on EXPERIMENTAL
|
|
depends on EXPERIMENTAL
|
|
- depends on SMP && !XIP && !THUMB2_KERNEL
|
|
|
|
|
|
+ depends on SMP && !XIP
|
|
default y
|
|
default y
|
|
help
|
|
help
|
|
SMP kernels contain instructions which fail on non-SMP processors.
|
|
SMP kernels contain instructions which fail on non-SMP processors.
|
|
@@ -1248,6 +1300,7 @@ config HAVE_ARM_SCU
|
|
config HAVE_ARM_TWD
|
|
config HAVE_ARM_TWD
|
|
bool
|
|
bool
|
|
depends on SMP
|
|
depends on SMP
|
|
|
|
+ select TICK_ONESHOT
|
|
help
|
|
help
|
|
This options enables support for the ARM timer and watchdog unit
|
|
This options enables support for the ARM timer and watchdog unit
|
|
|
|
|
|
@@ -1283,6 +1336,7 @@ config NR_CPUS
|
|
config HOTPLUG_CPU
|
|
config HOTPLUG_CPU
|
|
bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
|
|
bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
|
|
depends on SMP && HOTPLUG && EXPERIMENTAL
|
|
depends on SMP && HOTPLUG && EXPERIMENTAL
|
|
|
|
+ depends on !ARCH_MSM
|
|
help
|
|
help
|
|
Say Y here to experiment with turning CPUs off and on. CPUs
|
|
Say Y here to experiment with turning CPUs off and on. CPUs
|
|
can be controlled through /sys/devices/system/cpu.
|
|
can be controlled through /sys/devices/system/cpu.
|
|
@@ -1291,7 +1345,7 @@ config LOCAL_TIMERS
|
|
bool "Use local timer interrupts"
|
|
bool "Use local timer interrupts"
|
|
depends on SMP
|
|
depends on SMP
|
|
default y
|
|
default y
|
|
- select HAVE_ARM_TWD
|
|
|
|
|
|
+ select HAVE_ARM_TWD if !ARCH_MSM_SCORPIONMP
|
|
help
|
|
help
|
|
Enable support for local timers on SMP platforms, rather then the
|
|
Enable support for local timers on SMP platforms, rather then the
|
|
legacy IPI broadcast method. Local timers allows the system
|
|
legacy IPI broadcast method. Local timers allows the system
|
|
@@ -1310,8 +1364,8 @@ config HZ
|
|
default 100
|
|
default 100
|
|
|
|
|
|
config THUMB2_KERNEL
|
|
config THUMB2_KERNEL
|
|
- bool "Compile the kernel in Thumb-2 mode"
|
|
|
|
- depends on CPU_V7 && EXPERIMENTAL
|
|
|
|
|
|
+ bool "Compile the kernel in Thumb-2 mode (EXPERIMENTAL)"
|
|
|
|
+ depends on CPU_V7 && !CPU_V6 && EXPERIMENTAL
|
|
select AEABI
|
|
select AEABI
|
|
select ARM_ASM_UNIFIED
|
|
select ARM_ASM_UNIFIED
|
|
help
|
|
help
|
|
@@ -1524,6 +1578,7 @@ config SECCOMP
|
|
|
|
|
|
config CC_STACKPROTECTOR
|
|
config CC_STACKPROTECTOR
|
|
bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
|
|
bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
|
|
|
|
+ depends on EXPERIMENTAL
|
|
help
|
|
help
|
|
This option turns on the -fstack-protector GCC feature. This
|
|
This option turns on the -fstack-protector GCC feature. This
|
|
feature puts, at the beginning of functions, a canary value on
|
|
feature puts, at the beginning of functions, a canary value on
|
|
@@ -1650,6 +1705,19 @@ config ATAGS_PROC
|
|
Should the atags used to boot the kernel be exported in an "atags"
|
|
Should the atags used to boot the kernel be exported in an "atags"
|
|
file in procfs. Useful with kexec.
|
|
file in procfs. Useful with kexec.
|
|
|
|
|
|
|
|
+config CRASH_DUMP
|
|
|
|
+ bool "Build kdump crash kernel (EXPERIMENTAL)"
|
|
|
|
+ depends on EXPERIMENTAL
|
|
|
|
+ help
|
|
|
|
+ Generate crash dump after being started by kexec. This should
|
|
|
|
+ be normally only set in special crash dump kernels which are
|
|
|
|
+ loaded in the main kernel with kexec-tools into a specially
|
|
|
|
+ reserved region and then later executed after a crash by
|
|
|
|
+ kdump/kexec. The crash dump kernel must be compiled to a
|
|
|
|
+ memory address not used by the main kernel
|
|
|
|
+
|
|
|
|
+ For more details see Documentation/kdump/kdump.txt
|
|
|
|
+
|
|
config AUTO_ZRELADDR
|
|
config AUTO_ZRELADDR
|
|
bool "Auto calculation of the decompressed kernel image address"
|
|
bool "Auto calculation of the decompressed kernel image address"
|
|
depends on !ZBOOT_ROM && !ARCH_U300
|
|
depends on !ZBOOT_ROM && !ARCH_U300
|
|
@@ -1707,7 +1775,7 @@ config CPU_FREQ_S3C
|
|
Internal configuration node for common cpufreq on Samsung SoC
|
|
Internal configuration node for common cpufreq on Samsung SoC
|
|
|
|
|
|
config CPU_FREQ_S3C24XX
|
|
config CPU_FREQ_S3C24XX
|
|
- bool "CPUfreq driver for Samsung S3C24XX series CPUs"
|
|
|
|
|
|
+ bool "CPUfreq driver for Samsung S3C24XX series CPUs (EXPERIMENTAL)"
|
|
depends on ARCH_S3C2410 && CPU_FREQ && EXPERIMENTAL
|
|
depends on ARCH_S3C2410 && CPU_FREQ && EXPERIMENTAL
|
|
select CPU_FREQ_S3C
|
|
select CPU_FREQ_S3C
|
|
help
|
|
help
|
|
@@ -1719,7 +1787,7 @@ config CPU_FREQ_S3C24XX
|
|
If in doubt, say N.
|
|
If in doubt, say N.
|
|
|
|
|
|
config CPU_FREQ_S3C24XX_PLL
|
|
config CPU_FREQ_S3C24XX_PLL
|
|
- bool "Support CPUfreq changing of PLL frequency"
|
|
|
|
|
|
+ bool "Support CPUfreq changing of PLL frequency (EXPERIMENTAL)"
|
|
depends on CPU_FREQ_S3C24XX && EXPERIMENTAL
|
|
depends on CPU_FREQ_S3C24XX && EXPERIMENTAL
|
|
help
|
|
help
|
|
Compile in support for changing the PLL frequency from the
|
|
Compile in support for changing the PLL frequency from the
|
|
@@ -1759,7 +1827,7 @@ comment "At least one emulation must be selected"
|
|
|
|
|
|
config FPE_NWFPE
|
|
config FPE_NWFPE
|
|
bool "NWFPE math emulation"
|
|
bool "NWFPE math emulation"
|
|
- depends on !AEABI || OABI_COMPAT
|
|
|
|
|
|
+ depends on (!AEABI || OABI_COMPAT) && !THUMB2_KERNEL
|
|
---help---
|
|
---help---
|
|
Say Y to include the NWFPE floating point emulator in the kernel.
|
|
Say Y to include the NWFPE floating point emulator in the kernel.
|
|
This is necessary to run most binaries. Linux does not currently
|
|
This is necessary to run most binaries. Linux does not currently
|