Ralf Baechle wrote:
The problem is that SIBYTE_SB1xxx_SOC is undefined. We need a small change in arch/mips/sibyte/Kconfig:On Tue, Feb 01, 2005 at 12:28:35PM -0800, Manish Lachwani wrote:
Attached patch adds necessary options for Broadcom SWARM.
And forgets about all other Sibyte boards ...
Ralf
config SIBYTE_SB1xxx_SOC bool "Support for Broadcom BCM1xxx SOCs "
Since the ethernet driver, the serial driver and the CFE depend on this option to be selected else they wont be compiled in.
Thanks Manish Lachwani