X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fmisc%2FKconfig;h=e25c8bbfa57086c7497866018a74ce8d80cbeb70;hb=1ca180425cb8d57166bdcbc7ae4fbceaeae0f1fd;hp=3f5743424ff754a6e3d6408df57e71460b457a1c;hpb=f891dfcd5fd0a0848ca42311e78eca8bf1d3e45b;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 3f5743424ff7..e25c8bbfa570 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -531,9 +531,18 @@ config SRAM the genalloc API. It is supposed to be used for small on-chip SRAM areas found on many SoCs. +config 5V_EN + bool "5v en power control for otg and hdmi" + default y + help + This driver is control enable 5v power when startup and disable it + when suspend and no insert otg. if your board is control this power + by a gpio please select it. + source "drivers/misc/c2port/Kconfig" source "drivers/misc/eeprom/Kconfig" source "drivers/misc/cb710/Kconfig" +source "drivers/misc/inv_mpu/Kconfig" source "drivers/misc/ti-st/Kconfig" source "drivers/misc/lis3lv02d/Kconfig" source "drivers/misc/carma/Kconfig"