diff options
author | John Crispin <john@openwrt.org> | 2014-09-12 06:53:48 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-09-12 06:53:48 +0000 |
commit | 6f874d84d503e235518a6e15873a174478ebf4b2 (patch) | |
tree | a9d6e1aa9d559ef7040392eee86d30d23ef2cd96 /target/linux/atheros/config-3.14 | |
parent | 413736e5f8d313e77ede599591fc89ef7ec3cbf4 (diff) | |
download | mtk-20170518-6f874d84d503e235518a6e15873a174478ebf4b2.zip mtk-20170518-6f874d84d503e235518a6e15873a174478ebf4b2.tar.gz mtk-20170518-6f874d84d503e235518a6e15873a174478ebf4b2.tar.bz2 |
atheros: rename SoCs config symbols
Rename config symbols to be consistent with other SoCs config symbols
supported by MIPS arch.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42508
Diffstat (limited to 'target/linux/atheros/config-3.14')
-rw-r--r-- | target/linux/atheros/config-3.14 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/atheros/config-3.14 b/target/linux/atheros/config-3.14 index a0bb6e9..3f7c76a 100644 --- a/target/linux/atheros/config-3.14 +++ b/target/linux/atheros/config-3.14 @@ -11,9 +11,7 @@ CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y -CONFIG_ATHEROS_AR2315=y CONFIG_ATHEROS_AR231X=y -CONFIG_ATHEROS_AR5312=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CEVT_R4K=y CONFIG_CLONE_BACKWARDS=y @@ -124,6 +122,8 @@ CONFIG_PHYLIB=y # CONFIG_SCSI_DMA is not set CONFIG_SERIAL_8250_NR_UARTS=1 CONFIG_SERIAL_8250_RUNTIME_UARTS=1 +CONFIG_SOC_AR2315=y +CONFIG_SOC_AR5312=y # CONFIG_SWAP is not set CONFIG_SWCONFIG=y CONFIG_SYS_HAS_CPU_MIPS32_R1=y |