config RTL865X
	bool "Support for Realtek RTL865X advanced gateway/router SoC"
	default y
	select RTL8652
	select MIPS32
	select EXPERIMENTAL
#	select PCI
	select RTL8186_GW_8M
	select RTK_MTD_ROOT
	select NONCOHERENT_IO
	select NEW_TIME_C
	select NEW_IRQ 
	select RTL8181_GPIO
	help
		This is a global Option, define Macro CONFIG_RTL865X for RTL865x SDK.

config RTL8186_GW_8M
        bool "SDK for 11nRouter GW Mode"
        depends on RTL865X

config RTK_MTD_ROOT
	bool
	depends on RTL865X

config NEW_PCI
	bool 
	depends on PCI

