drm/rockchip: vop: optimize register take effect check
[firefly-linux-kernel-4.4.55.git] / drivers / mfd / Kconfig
index 4d92df6ef9fe92ac69c6f26e99e33f83e7e2ac71..936a701b230c99e93d3a0dd7284d338644b31807 100644 (file)
@@ -108,7 +108,7 @@ config MFD_CROS_EC
        select MFD_CORE
        select CHROME_PLATFORMS
        select CROS_EC_PROTO
-       depends on X86 || ARM || COMPILE_TEST
+       depends on X86 || ARM || ARM64 || COMPILE_TEST
        help
          If you say Y here you get support for the ChromeOS Embedded
          Controller (EC) providing keyboard, battery and power services.
@@ -1529,4 +1529,12 @@ config MFD_VEXPRESS_SYSREG
          on the ARM Ltd. Versatile Express board.
 
 endmenu
+
+config FUSB_30X
+       tristate "Fairchild fusb302 Support"
+       depends on I2C=y
+       help
+         This option provides a driver for the Fairchild FUSB302.
+         It support typec-pd functionality by controlled using I2C.
+
 endif