diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-15 21:01:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-15 21:01:10 +0200 |
commit | b68320e0a28ccb9d8ff165eb81f4759b5f368d11 (patch) | |
tree | 841074db97d575362eea116386da418037f933b2 | |
parent | bf8903fa567e5c1b5d923c6f1c0aeb1d2fd1192a (diff) |
lzo needed for regmap
-rw-r--r-- | target/linux/config/Config.in.regulator | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.regulator b/target/linux/config/Config.in.regulator index 266957fd5..6e8f8dfd1 100644 --- a/target/linux/config/Config.in.regulator +++ b/target/linux/config/Config.in.regulator @@ -39,6 +39,8 @@ config ADK_KERNEL_REGULATOR_PFUZE100 config ADK_KERNEL_REGMAP boolean + select ADK_KERNEL_LZO_COMPRESS + select ADK_KERNEL_LZO_DECOMPRESS default n config ADK_KERNEL_REGMAP_I2C |