summaryrefslogtreecommitdiff
path: root/drivers/soc/Kconfig
diff options
context:
space:
mode:
authorSanchayan Maity <maitysanchayan@gmail.com>2016-03-04 17:01:22 +0530
committerStefan Agner <stefan.agner@toradex.com>2016-03-09 14:05:58 -0800
commitb1ca2804f4126a5ab1028b733340565d5c085766 (patch)
tree06be320e9840179dc032c0211817b37d86d6154f /drivers/soc/Kconfig
parent920879df35a9fc87283dbe853a8330f11bacefa4 (diff)
soc: Add SoC bus driver for Freescale Vybrid platform
This adds SoC driver to be used by the Freescale Vybrid SoC's. Driver utilises syscon and nvmem container API's to get the various register values needed and sysfs exposes the SoC specific properties. > cd /sys/devices/soc0 > ls family machine power revision soc_id subsystem uevent > cat family Freescale Vybrid VF610 > cat machine Freescale Vybrid > cat revision 00000013 > cat soc_id e302a4e9352371d4 Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> [added add_device_randomness] Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'drivers/soc/Kconfig')
-rw-r--r--drivers/soc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/Kconfig b/drivers/soc/Kconfig
index 4e853ed2c82b..9864fd55a0ab 100644
--- a/drivers/soc/Kconfig
+++ b/drivers/soc/Kconfig
@@ -1,6 +1,7 @@
menu "SOC (System On Chip) specific Drivers"
source "drivers/soc/brcmstb/Kconfig"
+source "drivers/soc/fsl/Kconfig"
source "drivers/soc/mediatek/Kconfig"
source "drivers/soc/qcom/Kconfig"
source "drivers/soc/rockchip/Kconfig"