Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: at91: Kconfig: add config flag for SAM9X60 SoC

Add config flag for SAM9X60 SoC.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/1575035505-6310-3-git-send-email-claudiu.beznea@microchip.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Claudiu Beznea and committed by
Alexandre Belloni
fe7ff55d fc8c4c05

+19 -2
+19 -2
arch/arm/mach-at91/Kconfig
··· 105 105 AT91SAM9X35 106 106 AT91SAM9XE 107 107 108 + config SOC_SAM9X60 109 + bool "SAM9X60" 110 + depends on ARCH_MULTI_V5 111 + select ATMEL_AIC5_IRQ 112 + select ATMEL_PM if PM 113 + select ATMEL_SDRAMC 114 + select CPU_ARM926T 115 + select HAVE_AT91_USB_CLK 116 + select HAVE_AT91_GENERATED_CLK 117 + select HAVE_AT91_SAM9X60_PLL 118 + select MEMORY 119 + select PINCTRL_AT91 120 + select SOC_SAM_V4_V5 121 + select SRAM if PM 122 + help 123 + Select this if you are using Microchip's SAM9X60 SoC 124 + 108 125 comment "Clocksource driver selection" 109 126 110 127 config ATMEL_CLOCKSOURCE_PIT 111 128 bool "Periodic Interval Timer (PIT) support" 112 - depends on SOC_AT91SAM9 || SOC_SAMA5 129 + depends on SOC_AT91SAM9 || SOC_SAM9X60 || SOC_SAMA5 113 130 default SOC_AT91SAM9 || SOC_SAMA5 114 131 select ATMEL_PIT 115 132 help ··· 136 119 137 120 config ATMEL_CLOCKSOURCE_TCB 138 121 bool "Timer Counter Blocks (TCB) support" 139 - default SOC_AT91RM9200 || SOC_AT91SAM9 || SOC_SAMA5 122 + default SOC_AT91RM9200 || SOC_AT91SAM9 || SOC_SAM9X60 || SOC_SAMA5 140 123 select ATMEL_TCB_CLKSRC 141 124 help 142 125 Select this to get a high precision clocksource based on a