From 8489bea0569c6cf50b94964d2101caf4d85477fd Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 6 Aug 2009 12:55:23 +0000 Subject: atheros: rename CONFIG_ATHEROS to CONFIG_ATHEROS_AR231X git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17145 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/atheros/patches-2.6.30/100-board.patch | 12 ++++++------ .../linux/atheros/patches-2.6.30/110-ar2313_ethernet.patch | 2 +- target/linux/atheros/patches-2.6.30/130-watchdog.patch | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'target/linux/atheros/patches-2.6.30') diff --git a/target/linux/atheros/patches-2.6.30/100-board.patch b/target/linux/atheros/patches-2.6.30/100-board.patch index bfa7d6bd8..4367ce413 100644 --- a/target/linux/atheros/patches-2.6.30/100-board.patch +++ b/target/linux/atheros/patches-2.6.30/100-board.patch @@ -4,7 +4,7 @@ help Support for BCM47XX based boards -+config ATHEROS ++config ATHEROS_AR231X + bool "Atheros 231x/531x SoC support" + select CEVT_R4K + select CSRC_R4K @@ -36,9 +36,9 @@ # +# Atheros AR5312/AR2312 WiSoC +# -+core-$(CONFIG_ATHEROS) += arch/mips/ar231x/ -+cflags-$(CONFIG_ATHEROS) += -I$(srctree)/arch/mips/include/asm/mach-ar231x -+load-$(CONFIG_ATHEROS) += 0xffffffff80041000 ++core-$(CONFIG_ATHEROS_AR231X) += arch/mips/ar231x/ ++cflags-$(CONFIG_ATHEROS_AR231X) += -I$(srctree)/arch/mips/include/asm/mach-ar231x ++load-$(CONFIG_ATHEROS_AR231X) += 0xffffffff80041000 + +# # Cobalt Server @@ -49,12 +49,12 @@ @@ -0,0 +1,17 @@ +config ATHEROS_AR5312 + bool "Atheros 5312/2312+ support" -+ depends on ATHEROS ++ depends on ATHEROS_AR231X + default y + +config ATHEROS_AR2315 + bool "Atheros 2315+ support" -+ depends on ATHEROS ++ depends on ATHEROS_AR231X + select DMA_NONCOHERENT + select CEVT_R4K + select CSRC_R4K diff --git a/target/linux/atheros/patches-2.6.30/110-ar2313_ethernet.patch b/target/linux/atheros/patches-2.6.30/110-ar2313_ethernet.patch index cd1774176..5c28ae8b7 100644 --- a/target/linux/atheros/patches-2.6.30/110-ar2313_ethernet.patch +++ b/target/linux/atheros/patches-2.6.30/110-ar2313_ethernet.patch @@ -6,7 +6,7 @@ +config AR231X_ETHERNET + tristate "AR231x Ethernet support" -+ depends on NET_ETHERNET && ATHEROS ++ depends on ATHEROS_AR231X + help + Support for the AR231x/531x ethernet controller + diff --git a/target/linux/atheros/patches-2.6.30/130-watchdog.patch b/target/linux/atheros/patches-2.6.30/130-watchdog.patch index b0a0f59fc..dcff4cb04 100644 --- a/target/linux/atheros/patches-2.6.30/130-watchdog.patch +++ b/target/linux/atheros/patches-2.6.30/130-watchdog.patch @@ -209,7 +209,7 @@ +config ATHEROS_WDT + tristate "Atheros wisoc Watchdog Timer" -+ depends on ATHEROS ++ depends on ATHEROS_AR231X + help + Hardware driver for the Atheros wisoc Watchdog Timer. + -- cgit v1.2.3