diff options
| author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-05-20 03:50:54 -0400 |
|---|---|---|
| committer | Simon Horman <horms+renesas@verge.net.au> | 2016-05-29 20:41:11 -0400 |
| commit | 4c6d7e228968bdc238ae7213d919f34b7838fe59 (patch) | |
| tree | b759a3502ba42dd8ae4f6e906cdd54f8bf1a4a09 /drivers/Makefile | |
| parent | 1a695a905c18548062509178b98bc91e67510864 (diff) | |
drivers: sh: Stop using the legacy clock domain on ARM
Since commits 71d076ceb245f0d9 ("ARM: shmobile: Enable PM and
PM_GENERIC_DOMAINS for SoCs with PM Domains") and 2ee98234b88174f2
("arm64: renesas: Enable PM and PM_GENERIC_DOMAINS for SoCs with PM
Domains"), CONFIG_PM and CONFIG_PM_GENERIC_DOMAINS are enabled
unconditionally for Renesas ARM-based SoCs. Hence the legacy clock
domain is no longer used on these SoCs.
Remove the related support code, and stop entering drivers/sh/ on ARM.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'drivers/Makefile')
| -rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 0b6f3d60193d..a7187b999c5e 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
| @@ -128,7 +128,6 @@ obj-$(CONFIG_SGI_SN) += sn/ | |||
| 128 | obj-y += firmware/ | 128 | obj-y += firmware/ |
| 129 | obj-$(CONFIG_CRYPTO) += crypto/ | 129 | obj-$(CONFIG_CRYPTO) += crypto/ |
| 130 | obj-$(CONFIG_SUPERH) += sh/ | 130 | obj-$(CONFIG_SUPERH) += sh/ |
| 131 | obj-$(CONFIG_ARCH_SHMOBILE) += sh/ | ||
| 132 | ifndef CONFIG_ARCH_USES_GETTIMEOFFSET | 131 | ifndef CONFIG_ARCH_USES_GETTIMEOFFSET |
| 133 | obj-y += clocksource/ | 132 | obj-y += clocksource/ |
| 134 | endif | 133 | endif |
