summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.regmap
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-10-11 14:32:03 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2014-10-11 14:32:03 -0500
commitf061a04dd39ef3942ec98f301707a77baa83e9f9 (patch)
tree26c6c843e056ac6eb56e63b9a1884055b68c1fd6 /target/linux/config/Config.in.regmap
parent3bc13a89e236dbec43b56d7931c11d7c98bffad5 (diff)
rework audio driver loading on rpi
seems that i2s driver does not behave correctly when builtin. Add back driver modules for audio boards on rpi.
Diffstat (limited to 'target/linux/config/Config.in.regmap')
-rw-r--r--target/linux/config/Config.in.regmap25
1 files changed, 25 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.regmap b/target/linux/config/Config.in.regmap
new file mode 100644
index 000000000..44a8bcca0
--- /dev/null
+++ b/target/linux/config/Config.in.regmap
@@ -0,0 +1,25 @@
+config ADK_KERNEL_REGMAP
+ boolean
+ select ADK_KERNEL_LZO_COMPRESS
+ select ADK_KERNEL_LZO_DECOMPRESS
+ default n
+
+config ADK_KERNEL_REGMAP_I2C
+ boolean
+ select ADK_KERNEL_REGMAP
+ default n
+
+config ADK_KERNEL_REGMAP_SPI
+ boolean
+ select ADK_KERNEL_REGMAP
+ default n
+
+config ADK_KERNEL_REGMAP_MMIO
+ boolean
+ select ADK_KERNEL_REGMAP
+ default n
+
+config ADK_KERNEL_REGMAP_IRQ
+ boolean
+ select ADK_KERNEL_REGMAP
+ default n