summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.regulator
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-23 15:42:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-23 15:42:07 +0200
commitc8e6e0a8c7dfc3f4029afdbf9dca3afe9b20095c (patch)
tree0ef62fcfca965a6a40258456c2ee71b3acf40602 /target/linux/config/Config.in.regulator
parent27cc6620c73e70e74e1722410ac5315ccf2c0dc4 (diff)
more fixes and drivers for cubox-i
Diffstat (limited to 'target/linux/config/Config.in.regulator')
-rw-r--r--target/linux/config/Config.in.regulator69
1 files changed, 69 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.regulator b/target/linux/config/Config.in.regulator
new file mode 100644
index 000000000..eb4de388a
--- /dev/null
+++ b/target/linux/config/Config.in.regulator
@@ -0,0 +1,69 @@
+config ADK_KERNEL_REGULATOR
+ boolean
+ default n
+
+config ADK_KERNEL_REGULATOR_FIXED_VOLTAGE
+ boolean
+ default n
+
+config ADK_KERNEL_REGULATOR_ANATOP
+ boolean
+ default n
+
+config ADK_KERNEL_REGULATOR_MC13XXX_CORE
+ boolean
+ default n
+
+config ADK_KERNEL_REGULATOR_DA9052
+ boolean
+ default n
+
+config ADK_KERNEL_REGULATOR_MC13783
+ boolean
+ default n
+
+config ADK_KERNEL_REGULATOR_MC13892
+ boolean
+ default n
+
+config ADK_KERNEL_REGULATOR_PFUZE100
+ boolean
+ default n
+
+config ADK_KERNEL_REGMAP
+ boolean
+ default n
+
+config ADK_KERNEL_REGMAP_I2C
+ boolean
+ default n
+
+config ADK_KERNEL_REGMAP_SPI
+ boolean
+ default n
+
+config ADK_KERNEL_REGMAP_MMIO
+ boolean
+ default n
+
+config ADK_KERNEL_REGMAP_IRQ
+ boolean
+ default n
+
+config ADK_TARGET_CUBOX_REGULATOR
+ boolean
+ select ADK_KERNEL_REGMAP
+ select ADK_KERNEL_REGMAP_I2C
+ select ADK_KERNEL_REGMAP_SPI
+ select ADK_KERNEL_REGMAP_MMIO
+ select ADK_KERNEL_REGMAP_IRQ
+ select ADK_KERNEL_REGULATOR
+ select ADK_KERNEL_REGULATOR_FIXED_VOLTAGE
+ select ADK_KERNEL_REGULATOR_ANATOP
+ select ADK_KERNEL_REGULATOR_MC13XXX_CORE
+ select ADK_KERNEL_REGULATOR_DA9052
+ select ADK_KERNEL_REGULATOR_MC13783
+ select ADK_KERNEL_REGULATOR_MC13892
+ select ADK_KERNEL_REGULATOR_PFUZE100
+ default y if ADK_TARGET_SYSTEM_CUBOX_I
+ default n