At the initial developement stage, sometimes we need SDIO polling method due to SDIO Interrupt problems. This patch adds selection option into kernel menu Signed-off-by: Sangwook Lee <sangwook.lee@xxxxxxxxxx> --- drivers/net/wireless/ath/ath6kl/Kconfig | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/ath/ath6kl/Kconfig b/drivers/net/wireless/ath/ath6kl/Kconfig index 3d5f8be..7e530b8 100644 --- a/drivers/net/wireless/ath/ath6kl/Kconfig +++ b/drivers/net/wireless/ath/ath6kl/Kconfig @@ -13,3 +13,11 @@ config ATH6KL_DEBUG depends on ATH6KL ---help--- Enables debug support + +config ATH6KL_SDIO_POLL + bool "Atheros ath6kl debugging with SDIO polling" + depends on ATH6KL + ---help--- + Enables SDIO polling for debugging when SDIO's probem + happens. This is tested only with HW2.0. By default + polling time interval is 10ms -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html