提交 8c9fdd76 编写于 作者: V Vincent Legoll 提交者: Kalle Valo

ssb: make SSB a menuconfig to ease disabling it all

No need to get into the submenu to disable all SSB-related
config entries.

This makes it easier to disable all SSB config options
without entering the submenu. It will also enable one
to see that en/dis-abled state from the outside menu.

This is only intended to change menuconfig UI, not change
the config dependencies.
Signed-off-by: NVincent Legoll <vincent.legoll@gmail.com>
Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
上级 7bc04215
...@@ -3,10 +3,7 @@ config SSB_POSSIBLE ...@@ -3,10 +3,7 @@ config SSB_POSSIBLE
depends on HAS_IOMEM && HAS_DMA depends on HAS_IOMEM && HAS_DMA
default y default y
menu "Sonics Silicon Backplane" menuconfig SSB
depends on SSB_POSSIBLE
config SSB
tristate "Sonics Silicon Backplane support" tristate "Sonics Silicon Backplane support"
depends on SSB_POSSIBLE depends on SSB_POSSIBLE
help help
...@@ -21,6 +18,8 @@ config SSB ...@@ -21,6 +18,8 @@ config SSB
If unsure, say N. If unsure, say N.
if SSB
# Common SPROM support routines # Common SPROM support routines
config SSB_SPROM config SSB_SPROM
bool bool
...@@ -185,4 +184,4 @@ config SSB_DRIVER_GPIO ...@@ -185,4 +184,4 @@ config SSB_DRIVER_GPIO
If unsure, say N If unsure, say N
endmenu endif # SSB
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册