net: bcmdhd: remoev default config for choice value.
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 1 Dec 2020 03:13:43 +0000 (12:13 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 1 Dec 2020 04:47:42 +0000 (13:47 +0900)
Choice value does not support default config option, so remove
default config for the choice value.

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/net/wireless/bcmdhd/Kconfig

index f49ae76..4a113d1 100644 (file)
@@ -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