]> git.sur5r.net Git - u-boot/blobdiff - drivers/adc/Kconfig
usb: sunxi: Use proper reg_mask for clock gate, reset
[u-boot] / drivers / adc / Kconfig
index 223b65eadaf17fc2812f07f7440f8b96f7d564b0..93e27f131cab01e1678e6988975b2f15f19956aa 100644 (file)
@@ -19,3 +19,31 @@ config ADC_EXYNOS
          - 10 analog input channels
          - 12-bit resolution
          - 600 KSPS of sample rate
+
+config ADC_SANDBOX
+       bool "Enable Sandbox ADC test driver"
+       help
+         This enables driver for Sandbox ADC device emulation.
+         It provides:
+         - 4 analog input channels
+         - 16-bit resolution
+         - single and multi-channel conversion mode
+
+config SARADC_MESON
+       bool "Enable Amlogic Meson SARADC driver"
+       imply REGMAP
+       help
+         This enables driver for Amlogic Meson SARADC.
+         It provides:
+         - 8 analog input channels
+         - 1O or 12 bits resolution
+         - Up to 1MSPS of sample rate
+
+config SARADC_ROCKCHIP
+       bool "Enable Rockchip SARADC driver"
+       help
+         This enables driver for Rockchip SARADC.
+         It provides:
+         - 2~6 analog input channels
+         - 1O or 12 bits resolution
+         - Up to 1MSPS of sample rate