menu "Gemtek Module"

source "drivers/gemtek/Kconfig"


config FEMTOCELL_NAT_REDIRECT
        bool "Femtocell Redirect support"
	---help---
	If WAN receives packets without having ConnTrack and FW rules, forward it directly to HOME_IF

config PKT_FWD_HANDLER
        bool "Parsing all traffics and do proper action on the receiving packets."
	---help---
	If pkt SRC_IP != GW_IP, forward this packet to WAN without handling it.
	If pkt SRC_IP != GW_MAC, forward this packet to WAN without handling it.
	If pkt SRC_IP = GW_IP/GW_MAC, 
		If pkt = DHCP related packets, forward to kdhcpd modules. Otherwise, forward with MAC change.
	If GW_IP = 0, drop all packets destinted to WAN

config GEMTEK_QOS
		bool "Enable the qos according to customer's QoS spec (DPH151 router QOS feature v0.8.docx)"
		depends on PKT_FWD_HANDLER
	---help---
	Q1,Q2,Q3 are pico queues.
	Q4,Q5 are home queues.

config GEMTEK_OLD_QOS
		bool "Enable the qos according to customer's QoS spec (FC-ROUTER-v0.9.pdf)"
		depends on PKT_FWD_HANDLER
	---help---


config GEMTEK_FLAGS
        bool "A Gemtek useonly flags in sk_buff."
	---help---
	This Flags is created to handle packet fluently

config DUAL_IMAGE
        bool "Enable Dual Image for backup purpose"
	---help---
	Dual Image for backup purpose. mtd2 is "kernel" and mtd3 is "kernel2"

endmenu
