Loading arch/arm/Kconfig +2 −16 Original line number Original line Diff line number Diff line Loading @@ -26,6 +26,8 @@ config ARM 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 select HAVE_C_RECORDMCOUNT select HAVE_GENERIC_HARDIRQS select HAVE_SPARSE_IRQ 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 Loading Loading @@ -97,10 +99,6 @@ config MCA <file:Documentation/mca.txt> (and especially the web page given <file:Documentation/mca.txt> (and especially the web page given there) before attempting to build an MCA bus kernel. there) before attempting to build an MCA bus kernel. config GENERIC_HARDIRQS bool default y config STACKTRACE_SUPPORT config STACKTRACE_SUPPORT bool bool default y default y Loading Loading @@ -180,9 +178,6 @@ config FIQ config ARCH_MTD_XIP config ARCH_MTD_XIP bool bool config GENERIC_HARDIRQS_NO__DO_IRQ def_bool y config ARM_L1_CACHE_SHIFT_6 config ARM_L1_CACHE_SHIFT_6 bool bool help help Loading Loading @@ -1452,15 +1447,6 @@ config HW_PERF_EVENTS Enable hardware performance counter support for perf events. If Enable hardware performance counter support for perf events. If disabled, perf events will use software events only. disabled, perf events will use software events only. config SPARSE_IRQ def_bool n help This enables support for sparse irqs. This is useful in general as most CPUs have a fairly sparse array of IRQ vectors, which the irq_desc then maps directly on to. Systems with a high number of off-chip IRQs will want to treat this as experimental until they have been independently verified. source "mm/Kconfig" source "mm/Kconfig" config FORCE_MAX_ZONEORDER config FORCE_MAX_ZONEORDER Loading Loading
arch/arm/Kconfig +2 −16 Original line number Original line Diff line number Diff line Loading @@ -26,6 +26,8 @@ config ARM 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 select HAVE_C_RECORDMCOUNT select HAVE_GENERIC_HARDIRQS select HAVE_SPARSE_IRQ 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 Loading Loading @@ -97,10 +99,6 @@ config MCA <file:Documentation/mca.txt> (and especially the web page given <file:Documentation/mca.txt> (and especially the web page given there) before attempting to build an MCA bus kernel. there) before attempting to build an MCA bus kernel. config GENERIC_HARDIRQS bool default y config STACKTRACE_SUPPORT config STACKTRACE_SUPPORT bool bool default y default y Loading Loading @@ -180,9 +178,6 @@ config FIQ config ARCH_MTD_XIP config ARCH_MTD_XIP bool bool config GENERIC_HARDIRQS_NO__DO_IRQ def_bool y config ARM_L1_CACHE_SHIFT_6 config ARM_L1_CACHE_SHIFT_6 bool bool help help Loading Loading @@ -1452,15 +1447,6 @@ config HW_PERF_EVENTS Enable hardware performance counter support for perf events. If Enable hardware performance counter support for perf events. If disabled, perf events will use software events only. disabled, perf events will use software events only. config SPARSE_IRQ def_bool n help This enables support for sparse irqs. This is useful in general as most CPUs have a fairly sparse array of IRQ vectors, which the irq_desc then maps directly on to. Systems with a high number of off-chip IRQs will want to treat this as experimental until they have been independently verified. source "mm/Kconfig" source "mm/Kconfig" config FORCE_MAX_ZONEORDER config FORCE_MAX_ZONEORDER Loading