diff options
author | John Crispin <john@openwrt.org> | 2014-09-12 06:53:27 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-09-12 06:53:27 +0000 |
commit | 4156c9734aa78a7cf41104068363b80345986b5c (patch) | |
tree | 6104833402c3cec8db577140071d816cfabfb0ad /target/linux/atheros/config-3.14 | |
parent | fb4196ec2af752f6660ee2e813844357c1150552 (diff) | |
download | upstream-4156c9734aa78a7cf41104068363b80345986b5c.tar.gz upstream-4156c9734aa78a7cf41104068363b80345986b5c.tar.bz2 upstream-4156c9734aa78a7cf41104068363b80345986b5c.zip |
atheros: ar2315-pci: rename configuration symbol
Rename configuration symbol to be consistent with other MIPS machines.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42505
Diffstat (limited to 'target/linux/atheros/config-3.14')
-rw-r--r-- | target/linux/atheros/config-3.14 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/config-3.14 b/target/linux/atheros/config-3.14 index f27d1c22d0..a0bb6e9fb0 100644 --- a/target/linux/atheros/config-3.14 +++ b/target/linux/atheros/config-3.14 @@ -12,7 +12,6 @@ CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y CONFIG_ATHEROS_AR2315=y -CONFIG_ATHEROS_AR2315_PCI=y CONFIG_ATHEROS_AR231X=y CONFIG_ATHEROS_AR5312=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y @@ -115,6 +114,7 @@ CONFIG_NET_RX_BUSY_POLL=y CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PCI=y +CONFIG_PCI_AR2315=y CONFIG_PCI_DISABLE_COMMON_QUIRKS=y CONFIG_PCI_DOMAINS=y CONFIG_PERF_USE_VMALLOC=y |