xref: /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/bridge/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config SSV_SDIO_BRIDGE_HW
2	tristate
3	default m
4	depends on MMC
5	help
6	  This option enables the SDIO bus support in ssvcabrio.
7
8	  Say Y, if you have a ssv SDIO device.
9
10config SSV_SDIO_BRIDGE_DEBUGFS
11	bool "SSV ssvsdiobridge debugging"
12	depends on DEBUG_FS
13	help
14	  Say Y, if you need access to ssvsdiobridge's statistics.
15
16	  Also required for changing debug message flags at run time.
17
18