summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.regmap
diff options
context:
space:
mode:
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