From: Seung-Woo Kim Date: Tue, 1 Dec 2020 03:13:43 +0000 (+0900) Subject: net: bcmdhd: remoev default config for choice value. X-Git-Tag: submit/tizen/20201211.030542~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=694e533d72ff9f52a6c4c3c342e17920eab17d32;p=platform%2Fkernel%2Flinux-amlogic.git net: bcmdhd: remoev default config for choice value. Choice value does not support default config option, so remove default config for the choice value. Signed-off-by: Seung-Woo Kim --- diff --git a/drivers/net/wireless/bcmdhd/Kconfig b/drivers/net/wireless/bcmdhd/Kconfig index f49ae769f1c8..4a113d1ea3c4 100644 --- a/drivers/net/wireless/bcmdhd/Kconfig +++ b/drivers/net/wireless/bcmdhd/Kconfig @@ -45,12 +45,12 @@ endchoice choice depends on BCMDHD && BCMDHD_SDIO prompt "Interrupt type" + default BCMDHD_OOB ---help--- Interrupt type config BCMDHD_OOB depends on BCMDHD && BCMDHD_SDIO bool "Out-of-Band Interrupt" - default y ---help--- Interrupt from WL_HOST_WAKE. config BCMDHD_SDIO_IRQ