+# Kernel and Driver configuration for Broadcom Commengine ADSL board
+choice
+ prompt "Broadcom Commengine ADSL board"
-+ depends on MIPS_BRCM
++ depends on BCM963XX
+ default BCM96345
+ help
+ Select different Broadcom ADSL board
prompt "System type"
default SGI_IP22
-+config MIPS_BRCM
++config BCM963XX
+ bool "Support for the Broadcom boards"
+ select SYS_SUPPORTS_32BIT_KERNEL
+ select SYS_SUPPORTS_BIG_ENDIAN
#
+# Broadcom board
+#
-+core-$(CONFIG_MIPS_BRCM) += arch/mips/bcm963xx/
-+cflags-$(CONFIG_MIPS_BRCM) += -Iinclude/asm-mips/mach-bcm963xx
-+cflags-$(CONFIG_MIPS_BRCM) += -Iarch/mips/bcm963xx/include
-+load-$(CONFIG_MIPS_BRCM) += 0xffffffff80010000
++core-$(CONFIG_BCM963XX) += arch/mips/bcm963xx/
++cflags-$(CONFIG_BCM963XX) += -Iinclude/asm-mips/mach-bcm963xx
++cflags-$(CONFIG_BCM963XX) += -Iarch/mips/bcm963xx/include
++load-$(CONFIG_BCM963XX) += 0xffffffff80010000
+
+
+#
+config MTD_BCM963XX
+ tristate "BCM963xx Flash device"
-+ depends on MIPS && MIPS_BRCM
++ depends on MIPS && BCM963XX
+ help
+ Flash memory access on BCM963xx boards. Currently only works with
+ RedBoot, CFE support coming soon.