You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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: Mike Frysinger <vapier@gentoo.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
309f796f30
commit
9581483444
+3
-2
@@ -1,10 +1,11 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user