···11menu "SOC (System On Chip) specific Drivers"2233+source "drivers/soc/actions/Kconfig"34source "drivers/soc/atmel/Kconfig"45source "drivers/soc/bcm/Kconfig"56source "drivers/soc/fsl/Kconfig"
+1
drivers/soc/Makefile
···22# Makefile for the Linux Kernel SOC specific device drivers.33#4455+obj-$(CONFIG_ARCH_ACTIONS) += actions/56obj-$(CONFIG_ARCH_AT91) += atmel/67obj-y += bcm/78obj-$(CONFIG_ARCH_DOVE) += dove/
+12
drivers/soc/actions/Kconfig
···11+if ARCH_ACTIONS || COMPILE_TEST22+33+config OWL_PM_DOMAINS44+ bool "Actions Semi SPS power domains"55+ depends on PM66+ select PM_GENERIC_DOMAINS77+ help88+ Say 'y' here to enable support for Smart Power System (SPS)99+ power-gating on Actions Semiconductor S500 SoC.1010+ If unsure, say 'n'.1111+1212+endif