MIPS: Sibyte: Fix Kconfig dependencies of SIBYTE_BUS_WATCHER
authorAndreas Ruprecht <andreas.ruprecht@fau.de>
Thu, 16 Jul 2015 15:52:11 +0000 (17:52 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 9 May 2016 10:00:03 +0000 (12:00 +0200)
commit54292850e8f56c8408db44ea3a5167a0f7c156d5
treec9efcc8fb449fe5d809333dad0bb9a17a58f8f50
parent47f2ac5058a19cbbe70bbccba13d104c60b35bff
MIPS: Sibyte: Fix Kconfig dependencies of SIBYTE_BUS_WATCHER

Commit 6793f55cbc84 ("MIPS: sibyte: Amend dependencies for
SIBYTE_BUS_WATCHER") changed the dependencies for
SIBYTE_BUS_WATCHER to make it visible only if SIBYTE_BCM112X
or SIBYTE_SB1250 are enabled.

In the code in arch/mips/sibyte/common/bus_watcher, however,
a #if defined() check suggests that this functionality should
also be available for SIBYTE_BCM1x55 and SIBYTE_BCM1x80.

Make it selectable by extending the dependencies of
SIBYTE_BUS_WATCHER in arch/mips/sibyte/Kconfig.

Reported-by: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de>
Signed-off-by: Andreas Ruprecht <andreas.ruprecht@fau.de>
Cc: valentinrothberg@gmail.com
Cc: stefan.hengelein@fau.de
Cc: pebolle@tiscali.nl
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/10736/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sibyte/Kconfig
This page took 0.025741 seconds and 5 git commands to generate.