#
# 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"

config RH_KABI_SIZE_ALIGN_CHECKS
	bool "Enables more stringent kabi checks in the macros"
	default y
	help
	  This option enables more stringent kabi checks. Those must be disabled
	  in case of a debug-build because they allow to change struct sizes.


config RH_MRG_RT
       bool "Denotes building the MRG RT tree intended for RHEL6"
       default n
       help
	  This option is used to indicate that the tree is being built for the
	  MRG RT product meaning it is intended to run on RHEL6 user-space.
