]> asedeno.scripts.mit.edu Git - linux.git/commit
bcma: keep *config menu together
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 27 Sep 2017 20:01:49 +0000 (13:01 -0700)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 13 Oct 2017 09:37:21 +0000 (12:37 +0300)
commit0f0a0af826260a267d11a66e4b13543784bc9c56
tree76c2cfa72ca5fc55018cb407942dd93b46dfe59d
parent20d879e7f0fe632827bcff3016e067b4d80bf791
bcma: keep *config menu together

Use "if BCMA"/"endif" around all Kconfig symbols so that they are
kept together in *config menus instead of showing up in unexpected
places. Also remove "depends on BCMA" since this is handled by the
"if BCMA" addition.

Tested with ARCH={x86_64,MIPS} using make {n,menu,g,x}config.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/bcma/Kconfig