if ARCH_FEROCEON_KW

choice
	prompt "Feroceon-KW SoC type"
	default MV88F6281

config  MV88F6281
	bool "88F6281/88F6192/88G6190/88F6180/ SoC"
	---help---
	Choosing this option will generate a linux kernel for the 88F6281/88F6192/88F6190/88F6180 SoC

endchoice

config SYNO_MV88F6281_FOR_RD_BOARD
	bool

config SYNO_MV88F6281
        bool "Support for Synology MV6281 Board"
        ---help---
        Choosing this option will generate a linux kernel for the Synology board

config  OVERRIDE_ETH_CMDLINE
        bool "Override command line definitions for SoC Networking"
        depends on MV88F6281
	---help---
	  Choosing this option will override MAC address and MTU definition of kernel command line. 
	  The GbE driver will use the setting from kernel config

endif

