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

Commit 95814834 authored by Mike Frysinger's avatar Mike Frysinger Committed by David S. Miller
Browse files

SSB: hide empty sub menu



If the target system cannot support SSB, then don't show the menu option as
it'll simply be an empty submenu.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 309f796f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
menu "Sonics Silicon Backplane"

config SSB_POSSIBLE
	bool
	depends on HAS_IOMEM && HAS_DMA
	default y

menu "Sonics Silicon Backplane"
	depends on SSB_POSSIBLE

config SSB
	tristate "Sonics Silicon Backplane support"
	depends on SSB_POSSIBLE