Revision 9b82e65d65c90faecc408bcdc14a0229736ed193 authored by Linus Torvalds on 24 November 2011, 04:19:31 UTC, committed by Linus Torvalds on 24 November 2011, 04:19:31 UTC
* git://github.com/rustyrussell/linux:
  virtio-pci: make reset operation safer
  virtio-mmio: Correct the name of the guest features selector
  virtio: add HAS_IOMEM dependency to MMIO platform bus driver
2 parent s 8174a06 + e6af578
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