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

config SUPPORT_OPENWRT
        bool "Support OpenWrt"
        default n

config ENCRYPT_ROOTFS_KEY
	string "key of decrypt rootfs header(AES CFB1)"
	help
		key of decrypt rootfs header(AES CFB1).

config USER_DATA_PARTITION
	bool "Support user data partition(for alarm, quick_response..)"
	default n

config TP_SERIAL_FORBIDDEN
	bool "Support for tp_link IPC serial Control(enable or disable)"
	default n

source "arch/$SRCARCH/Kconfig"
