ARM: at91: pm: move SAM9X60's PM under its own SoC config flag
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Fri, 29 Nov 2019 13:51:39 +0000 (15:51 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 9 Dec 2019 23:44:53 +0000 (00:44 +0100)
commiteb0df9b7fb022af73fb5002f3506a5b1a92df1ae
tree62f04b9b694ec4b26f8d529565aeda6fbe11416b
parentfe7ff55d7918ce264b3edb3965a92291eb1475a4
ARM: at91: pm: move SAM9X60's PM under its own SoC config flag

Move SAM9X60's PM part under SoC config flag. This allows the building
of SAM9X60 platform withouth depending on CONFIG_SOC_AT91SAM9 flag,
allowing us to select only necessary config flags for SAM9X60.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/1575035505-6310-4-git-send-email-claudiu.beznea@microchip.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
arch/arm/mach-at91/Makefile
arch/arm/mach-at91/at91sam9.c
arch/arm/mach-at91/pm.c
arch/arm/mach-at91/sam9x60.c [new file with mode: 0644]