diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-09-08 17:51:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-09-08 17:51:54 +0000 |
commit | 73df240bb3bca4d5cc81322105eaa836abc4e6f9 (patch) | |
tree | c588ae782549c4b0164b1006c2b0fbd7a2dfacdf /target/linux/ar71xx/config-3.3 | |
parent | f4be8a76ded14beac436192fa163d090a821b48b (diff) | |
download | upstream-73df240bb3bca4d5cc81322105eaa836abc4e6f9.tar.gz upstream-73df240bb3bca4d5cc81322105eaa836abc4e6f9.tar.bz2 upstream-73df240bb3bca4d5cc81322105eaa836abc4e6f9.zip |
ar71xx: add library code for RLE decoding
It will be used for the MikroTik boards.
SVN-Revision: 33337
Diffstat (limited to 'target/linux/ar71xx/config-3.3')
-rw-r--r-- | target/linux/ar71xx/config-3.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-3.3 b/target/linux/ar71xx/config-3.3 index f3466130f6..3b3ace5068 100644 --- a/target/linux/ar71xx/config-3.3 +++ b/target/linux/ar71xx/config-3.3 @@ -188,6 +188,7 @@ CONFIG_PCI_DOMAINS=y CONFIG_PERF_USE_VMALLOC=y CONFIG_PHYLIB=y # CONFIG_PREEMPT_RCU is not set +# CONFIG_RLE_DECOMPRESS is not set CONFIG_RTL8306_PHY=y CONFIG_RTL8366RB_PHY=y CONFIG_RTL8366S_PHY=y |