projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2723a97
)
net: bcmdhd: remoev default config for choice value.
author
Seung-Woo Kim
<sw0312.kim@samsung.com>
Tue, 1 Dec 2020 03:13:43 +0000
(12:13 +0900)
committer
Seung-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
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/bcmdhd/Kconfig
b/drivers/net/wireless/bcmdhd/Kconfig
index
f49ae76
..
4a113d1
100644
(file)
--- 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