diff options
author | Andreas Färber <afaerber@suse.de> | 2017-02-26 04:09:57 +0100 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2017-06-23 17:42:54 +0200 |
commit | aa9f800ded78d530bb07104a4745e95af723abf6 (patch) | |
tree | be63236d5c25c3a4bbbb69df643a79e8b6314a4f /drivers/soc/Makefile | |
parent | 4ca3fbd981efde78e64643672d493b4ede458e72 (diff) |
soc: actions: Add Owl SPS
Implement S500 Smart Power System power-gating.
For now flag PD_CPU2 and PD_CPU3 as always-on.
Based on LeMaker linux-actions tree.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'drivers/soc/Makefile')
-rw-r--r-- | drivers/soc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/Makefile b/drivers/soc/Makefile index 824b44281efa..a3b27a33c309 100644 --- a/drivers/soc/Makefile +++ b/drivers/soc/Makefile @@ -2,6 +2,7 @@ # Makefile for the Linux Kernel SOC specific device drivers. # +obj-$(CONFIG_ARCH_ACTIONS) += actions/ obj-$(CONFIG_ARCH_AT91) += atmel/ obj-y += bcm/ obj-$(CONFIG_ARCH_DOVE) += dove/ |