Message ID | 1318596646-19495-4-git-send-email-sangwook.lee@linaro.org |
---|---|
State | Rejected |
Headers | show |
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
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@linaro.org> --- drivers/net/wireless/ath/ath6kl/Kconfig | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-)