Maciej W. Rozycki wrote:
On Tue, 1 Feb 2005, Manish Lachwani wrote:
Attached patch adds necessary options for Broadcom SWARM.
What is it supposed to do?
Maciej
libs-$(CONFIG_SIBYTE_CFE) += arch/mips/sibyte/cfe/
in arch/mips/Makefile
So, without the above, contents of arch/mips/sibyte/cfe/ are not compiled.
SIBYTE_HAS_LDT is needed for the LDT specific stuff in arch/mips/pci/pci-sb1250.c
Btw, there are other issues as well. More options need to be defined to compile in the serial driver, ethernet driver and to compile for a PASS 2 CPU. For example, the ethernet driver drivers/net/sb1250-mac.c compiles only if SIBYTE_SB1xxx_SOC is defined. And SIBYTE_SB1xxx_SOC no longer exists in arch/mips/Kconfig.
Thanks Manish Lachwani