summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.regmap
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-08-27 20:30:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-08-27 20:30:31 +0200
commit0fb72a57c6c2981c3749e4d834faeccd2f50b4de (patch)
treedebbbbc45a4faea720ab1ead1e4a39f312c92d02 /target/linux/config/Config.in.regmap
parent9c2a82065b6d5e54ddf30d77e8b6a73a49a44843 (diff)
allow to build ALSA, I2C, SPI as kernel modules
Diffstat (limited to 'target/linux/config/Config.in.regmap')
-rw-r--r--target/linux/config/Config.in.regmap19
1 files changed, 5 insertions, 14 deletions
diff --git a/target/linux/config/Config.in.regmap b/target/linux/config/Config.in.regmap
index 44a8bcca0..47823cf6b 100644
--- a/target/linux/config/Config.in.regmap
+++ b/target/linux/config/Config.in.regmap
@@ -1,25 +1,16 @@
config ADK_KERNEL_REGMAP
- boolean
+ bool
select ADK_KERNEL_LZO_COMPRESS
select ADK_KERNEL_LZO_DECOMPRESS
- default n
config ADK_KERNEL_REGMAP_I2C
- boolean
- select ADK_KERNEL_REGMAP
- default n
+ tristate
config ADK_KERNEL_REGMAP_SPI
- boolean
- select ADK_KERNEL_REGMAP
- default n
+ tristate
config ADK_KERNEL_REGMAP_MMIO
- boolean
- select ADK_KERNEL_REGMAP
- default n
+ tristate
config ADK_KERNEL_REGMAP_IRQ
- boolean
- select ADK_KERNEL_REGMAP
- default n
+ bool