diff options
| author | Liviu Dudau <[email protected]> | 2018-09-28 13:43:31 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-10-06 09:04:18 -0400 |
| commit | 0fabfeb2c7bc35af5732642ff24667623baba397 (patch) | |
| tree | 1676eeb3fd1e976fcf65f96daca9d77df1806ad9 /drivers/misc/Kconfig | |
| parent | 6c6add602970ee6b542b38ad6daf4f8e1e9f39d4 (diff) | |
misc: Add support for the Arm Versatile Express config bus
Add support for the Arm Versatile Express config bus that is
being used for exposing various subsystems via a generic
configuration bus. This driver adds support for generating
transactions on this configuration bus and can be used by
other drivers to abstract the communication with the actual
function providers.
Signed-off-by: Liviu Dudau <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'drivers/misc/Kconfig')
| -rw-r--r-- | drivers/misc/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index b0fb73f6926..c5697011f22 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -41,6 +41,14 @@ config ROCKCHIP_EFUSE extended (by porting the read function from the Linux kernel sources) to support other recent Rockchip devices. +config VEXPRESS_CONFIG + bool "Enable support for Arm Versatile Express config bus" + depends on MISC + help + If you say Y here, you will get support for accessing the + configuration bus on the Arm Versatile Express boards via + a sysreg driver. + config CMD_CROS_EC bool "Enable crosec command" depends on CROS_EC |
