Commit 117051fd authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

own version of ltc3589

parent 6aa458bf
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
CONFIG_ELPHEL393=y
CONFIG_ELPHEL393=y
CONFIG_COMMON_CLK_SI570=y
CONFIG_COMMON_CLK_SI5338=y
CONFIG_LTC3589=y
CONFIG_VSC330X=y
CONFIG_DEFAULT_HOSTNAME="elphel393"
+21 −16
Original line number Original line Diff line number Diff line
@@ -30,9 +30,9 @@ diff -Naur a/drivers/clk/Makefile b/drivers/clk/Makefile
 obj-$(CONFIG_COMMON_CLK_SI570)		+= clk-si570.o
 obj-$(CONFIG_COMMON_CLK_SI570)		+= clk-si570.o
 obj-$(CONFIG_CLK_TWL6040)		+= clk-twl6040.o
 obj-$(CONFIG_CLK_TWL6040)		+= clk-twl6040.o
diff -Naur a/drivers/misc/Kconfig b/drivers/misc/Kconfig
diff -Naur a/drivers/misc/Kconfig b/drivers/misc/Kconfig
--- a/drivers/misc/Kconfig	2016-01-25 18:31:44.121779739 -0700
--- a/drivers/misc/Kconfig	2016-01-28 19:14:34.610694113 -0700
+++ b/drivers/misc/Kconfig	2016-01-25 19:10:54.185823858 -0700
+++ b/drivers/misc/Kconfig	2016-01-28 19:20:45.950701085 -0700
@@ -515,6 +515,13 @@
@@ -515,6 +515,20 @@
 	  bus. System Configuration interface is one of the possible means
 	  bus. System Configuration interface is one of the possible means
 	  of generating transactions on this bus.
 	  of generating transactions on this bus.
 
 
@@ -42,18 +42,23 @@ diff -Naur a/drivers/misc/Kconfig b/drivers/misc/Kconfig
+	  Say Y here if you have a VSC30X crosspoint switch IC on the I2C bus.
+	  Say Y here if you have a VSC30X crosspoint switch IC on the I2C bus.
+	  To compile this driver as a module, choose M here: the
+	  To compile this driver as a module, choose M here: the
+	  module will be called vsc330x.
+	  module will be called vsc330x.
+
+config LTC3589
+	tristate "Support LTC3589 voltage regulator"
+	help
+	  Say Y here if you have a LTC3589 voltage regulator IC on the I2C bus.
+	  To compile this driver as a module, choose M here: the
+	  module will be called ltc3589.
+	  
+	  
 config XILINX_TRAFGEN
 config XILINX_TRAFGEN
 	tristate "Xilinx Traffic Generator"
 	tristate "Xilinx Traffic Generator"
 	depends on MICROBLAZE || ARCH_ZYNQ
 	depends on MICROBLAZE || ARCH_ZYNQ
diff -Naur a/drivers/misc/Makefile b/drivers/misc/Makefile
diff -Naur a/drivers/misc/Makefile b/drivers/misc/Makefile
--- a/drivers/misc/Makefile	2016-01-25 18:31:44.121779739 -0700
--- a/drivers/misc/Makefile	2016-01-28 19:14:34.610694113 -0700
+++ b/drivers/misc/Makefile	2016-01-25 19:11:41.453824745 -0700
+++ b/drivers/misc/Makefile	2016-01-28 19:19:56.638700159 -0700
@@ -51,6 +51,7 @@
@@ -58,3 +58,5 @@
 obj-$(CONFIG_VMWARE_VMCI)	+= vmw_vmci/
 obj-$(CONFIG_ECHO)		+= echo/
 obj-$(CONFIG_LATTICE_ECP3_CONFIG)	+= lattice-ecp3-config.o
 obj-$(CONFIG_VEXPRESS_SYSCFG)	+= vexpress-syscfg.o
 obj-$(CONFIG_SRAM)		+= sram.o
 obj-$(CONFIG_CXL_BASE)		+= cxl/
+obj-$(CONFIG_VSC330X)	        += vsc330x.o
+obj-$(CONFIG_VSC330X)	        += vsc330x.o
 obj-$(CONFIG_XILINX_TRAFGEN)	+= xilinx_trafgen.o
+obj-$(CONFIG_LTC3589)	        += ltc3589.o
 obj-$(CONFIG_XILINX_JESD204B)	+= jesd204b/
 obj-y				+= mic/