Revision b55a7a5fbf09ea59777c3b41b6f5cb1ae81aa2bb authored by Olof Johansson on 18 October 2012, 00:13:24 UTC, committed by Olof Johansson on 18 October 2012, 00:13:24 UTC
From Jason Cooper:
 - missing break;s from converting if{}s to switch{}

* tag 'mvebu_gpio_fixes_for_v3.7' of git://git.infradead.org/users/jcooper/linux:
  gpio: mvebu: Add missing breaks in mvebu_gpio_irq_set_type
2 parent s 327f81c + 7cf8c9f
Raw File
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