commit | 0f0a0af826260a267d11a66e4b13543784bc9c56 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@infradead.org> | Wed Sep 27 13:01:49 2017 -0700 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Oct 13 12:37:21 2017 +0300 |
tree | 76c2cfa72ca5fc55018cb407942dd93b46dfe59d | |
parent | 20d879e7f0fe632827bcff3016e067b4d80bf791 [diff] |
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>