https://github.com/torvalds/linux
Revision 505608d2b9f3ab9e3ea0fd1b89b1cc560b91a7b5 authored by Linus Torvalds on 13 July 2013, 22:37:30 UTC, committed by Linus Torvalds on 13 July 2013, 22:37:30 UTC
Pull irq updates from Thomas Gleixner:
 - core fix for missing round up in the generic irq chip implementation
 - new irq chip for MOXA SoCs
 - a few fixes and cleanups in the irqchip drivers

* 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  irqchip: Add support for MOXA ART SoCs
  genirq: generic chip: Use DIV_ROUND_UP to calculate numchips
  irqchip: nvic: Fix wrong num_ct argument for irq_alloc_domain_generic_chips()
  irqchip: sun4i: Staticize sun4i_irq_ack()
  irqchip: vt8500: Staticize local symbols
2 parent s 0da2736 + 4de563a
Raw File
Tip revision: 505608d2b9f3ab9e3ea0fd1b89b1cc560b91a7b5 authored by Linus Torvalds on 13 July 2013, 22:37:30 UTC
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: 505608d
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top