aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/Kconfig
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-06-04 09:18:45 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-06-17 03:41:48 -0400
commit2046338dcbc60404ede8f034a13f02548ac70054 (patch)
tree7941058c783ee26955af656a6d5d54b36d870d14 /arch/arm/mach-mxs/Kconfig
parent115581cfc9dc868b5f2c230d0236976276bc9dbb (diff)
ARM: mxs: Use soc bus infrastructure
Using the soc bus infrastructure is helpful for reporting several SoC related information such as: family, machine, SoC name and SoC revision. $ cat /sys/bus/soc/devices/soc0/family Freescale MXS Family $ cat /sys/bus/soc/devices/soc0/machine Freescale i.MX28 Evaluation Kit $ cat /sys/bus/soc/devices/soc0/soc_id i.MX28 $ cat /sys/bus/soc/devices/soc0/revision TO1.2 Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs/Kconfig')
-rw-r--r--arch/arm/mach-mxs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig
index 4dc2fbba0ecd..59c30ef56790 100644
--- a/arch/arm/mach-mxs/Kconfig
+++ b/arch/arm/mach-mxs/Kconfig
@@ -25,6 +25,7 @@ config ARCH_MXS
25 select GENERIC_CLOCKEVENTS 25 select GENERIC_CLOCKEVENTS
26 select HAVE_CLK_PREPARE 26 select HAVE_CLK_PREPARE
27 select PINCTRL 27 select PINCTRL
28 select SOC_BUS
28 select SOC_IMX23 29 select SOC_IMX23
29 select SOC_IMX28 30 select SOC_IMX28
30 select STMP_DEVICE 31 select STMP_DEVICE