diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2019-10-09 09:23:39 +0000 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2019-10-24 13:01:57 +0300 |
commit | f81649586df766083c987bfa6ea72547fc5acb7e (patch) | |
tree | a32a67544153cbe6fb223e40acd045cec98cc54f /drivers/misc/Kconfig | |
parent | 680023c5fab6b1777c0c6f2e76e5d2effb7903a0 (diff) | |
download | u-boot-f81649586df766083c987bfa6ea72547fc5acb7e.tar.gz |
misc: microchip_flexcom: introduce microchip_flexcom driver
The Microchip Flexcom is just a wrapper which embeds a SPI controller,
an I2C controller and an USART.
Only one function can be used at a time and is chosen at boot time according
to the device tree.
The bindings are kept as in Linux.
The driver registers to MISC_UCLASS.
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index ba50893b43..4985ea033b 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -412,4 +412,13 @@ config IHS_FPGA by the devices. This driver supports both CON and CPU variants of the devices, depending on the device tree entry. +config MICROCHIP_FLEXCOM + bool "Enable Microchip Flexcom driver" + depends on MISC + help + The Atmel Flexcom is just a wrapper which embeds a SPI controller, + an I2C controller and an USART. + Only one function can be used at a time and is chosen at boot time + according to the device tree. + endmenu |