diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-17 16:36:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-17 16:36:03 +0000 |
commit | 579481b4f53be4c5b56729a7f9f9384632312708 (patch) | |
tree | a59147d12f57fa9f085023a8ada164f07d678d76 /target/linux/atheros/config-3.10 | |
parent | 5e76534b237053ed2b2e24f1b4c0b50175406d5e (diff) | |
download | upstream-579481b4f53be4c5b56729a7f9f9384632312708.tar.gz upstream-579481b4f53be4c5b56729a7f9f9384632312708.tar.bz2 upstream-579481b4f53be4c5b56729a7f9f9384632312708.zip |
atheros[ar2315-wdt]: rename config symbol
Rename config symbol to AR2315_WDT to avoid confusion with other Atheros
SoCs.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 41685
Diffstat (limited to 'target/linux/atheros/config-3.10')
-rw-r--r-- | target/linux/atheros/config-3.10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/config-3.10 b/target/linux/atheros/config-3.10 index e6ab73b393..ccbb592175 100644 --- a/target/linux/atheros/config-3.10 +++ b/target/linux/atheros/config-3.10 @@ -12,7 +12,7 @@ CONFIG_ATHEROS_AR2315=y CONFIG_ATHEROS_AR2315_PCI=y CONFIG_ATHEROS_AR231X=y CONFIG_ATHEROS_AR5312=y -CONFIG_ATHEROS_WDT=y +CONFIG_AR2315_WDT=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CEVT_R4K=y CONFIG_CLONE_BACKWARDS=y |