Revision e43b3cec711a61edf047adf6204d542f3a659ef8 authored by H. Peter Anvin on 14 January 2013, 04:56:41 UTC, committed by H. Peter Anvin on 14 January 2013, 04:58:57 UTC
early_pci_allowed() and read_pci_config_16() are only available if
CONFIG_PCI is defined.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
1 parent ab3cd86
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