#
# 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 PLATFORM_NEC
	bool "Platform NEC"
	default "0"

config ROTATE_DISPLAY
	bool "Rotate Display"
	default "0"

config FB_MSM_NECPF_KITTING_IMG
	bool "Kitting Image"
	default "0"
