Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc1ad9d2 authored by Zhao, Gang's avatar Zhao, Gang Committed by John W. Linville
Browse files

b43: Kconfig: let config B43_BCMA_PIO depends on B43



Logically, config B43_BCMA_PIO should depend on B43. This also solves
the problem that sub options of b43 driver didn't indent correctly in
make menuconfig's ncurses window.

Signed-off-by: default avatarZhao, Gang <gamerh2o@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 711f145a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ config B43_SDIO
# if we can do DMA.
config B43_BCMA_PIO
	bool
	depends on B43_BCMA
	depends on B43 && B43_BCMA
	select BCMA_BLOCKIO
	default y