* Catalin Marinas <catalin.mari...@arm.com> [120814 11:00]:
> --- /dev/null
> +++ b/arch/arm64/Kconfig
> @@ -0,0 +1,261 @@
> +config ARM64
> +     def_bool y
> +     select OF
> +     select OF_EARLY_FLATTREE
> +     select IRQ_DOMAIN
> +     select HAVE_AOUT
> +     select HAVE_DMA_ATTRS
> +     select HAVE_DMA_API_DEBUG
> +     select HAVE_IDE
> +     select HAVE_MEMBLOCK
> +     select RTC_LIB
> +     select SYS_SUPPORTS_APM_EMULATION
> +     select HAVE_GENERIC_DMA_COHERENT
> +     select GENERIC_IOMAP
> +     select HAVE_IRQ_WORK
> +     select HAVE_PERF_EVENTS
> +     select HAVE_ARCH_TRACEHOOK
> +     select PERF_USE_VMALLOC
> +     select HAVE_HW_BREAKPOINT if PERF_EVENTS
> +     select HAVE_GENERIC_HARDIRQS
> +     select GENERIC_HARDIRQS_NO_DEPRECATED
> +     select HAVE_SPARSE_IRQ
> +     select SPARSE_IRQ
> +     select GENERIC_IRQ_SHOW
> +     select GENERIC_SMP_IDLE_THREAD
> +     select NO_BOOTMEM
> +     help
> +       ARM 64-bit (AArch64) Linux support.

Anything we should select here for ARM generic timers and
interrupts assuming we can always expect to boot using those?

Other than that:

Acked-by: Tony Lindgren <t...@atomide.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to