config BROADCOM_SWITCH_SDK
	bool "Broadcom SDK support"
	depends on PCI
	default y
	---help---
	  This is the virtual network driver for Broadcom Switching Hardware

config LINUX_KERNEL_BDE
       tristate "Broadcom Kernel BDE Support"
       depends on BROADCOM_SWITCH_SDK
       select EARLY_DMA_ALLOC
       default m
       ---help---
	 This is the PCI driver for Broadcom Switching Hardware

config LINUX_USER_BDE
       tristate "Broadcom User BDE Support"
       depends on BROADCOM_SWITCH_SDK
       depends on LINUX_KERNEL_BDE
       default m
       ---help---
	 This is the userspace interface driver for Broadcom Switching Hardware

config LINUX_BCM_KNET
       tristate "Broadcom KNET Support"
       depends on BROADCOM_SWITCH_SDK
       depends on PSAMPLE
       depends on BRIDGE || BRIDGE=n
       default m
       ---help---
	 This is the virtual network driver for Broadcom Switching Hardware
