Kconfig.platforms (b3077ffcfa24b05c05af3b990d97a392ef88b22e) | Kconfig.platforms (ea367d3846d8c3d7bf7377a896bbc2809fc8d0ca) |
---|---|
1menu "Platform selection" 2 3config ARCH_ACTIONS 4 bool "Actions Semi Platforms" 5 select OWL_TIMER 6 select PINCTRL 7 help 8 This enables support for the Actions Semiconductor S900 SoC family. --- 38 unchanged lines hidden (view full) --- 47config ARCH_BERLIN 48 bool "Marvell Berlin SoC Family" 49 select DW_APB_ICTL 50 select GPIOLIB 51 select PINCTRL 52 help 53 This enables support for Marvell Berlin SoC Family 54 | 1menu "Platform selection" 2 3config ARCH_ACTIONS 4 bool "Actions Semi Platforms" 5 select OWL_TIMER 6 select PINCTRL 7 help 8 This enables support for the Actions Semiconductor S900 SoC family. --- 38 unchanged lines hidden (view full) --- 47config ARCH_BERLIN 48 bool "Marvell Berlin SoC Family" 49 select DW_APB_ICTL 50 select GPIOLIB 51 select PINCTRL 52 help 53 This enables support for Marvell Berlin SoC Family 54 |
55config ARCH_BITMAIN 56 bool "Bitmain SoC Platforms" 57 help 58 This enables support for the Bitmain SoC Family. 59 |
|
55config ARCH_BRCMSTB 56 bool "Broadcom Set-Top-Box SoCs" 57 select BRCMSTB_L2_IRQ 58 select GENERIC_IRQ_CHIP 59 help 60 This enables support for Broadcom's ARMv8 Set Top Box SoCs 61 62config ARCH_EXYNOS --- 44 unchanged lines hidden (view full) --- 107 help 108 This enables support for MediaTek MT27xx, MT65xx, MT76xx 109 & MT81xx ARMv8 SoCs 110 111config ARCH_MESON 112 bool "Amlogic Platforms" 113 select PINCTRL 114 select PINCTRL_MESON | 60config ARCH_BRCMSTB 61 bool "Broadcom Set-Top-Box SoCs" 62 select BRCMSTB_L2_IRQ 63 select GENERIC_IRQ_CHIP 64 help 65 This enables support for Broadcom's ARMv8 Set Top Box SoCs 66 67config ARCH_EXYNOS --- 44 unchanged lines hidden (view full) --- 112 help 113 This enables support for MediaTek MT27xx, MT65xx, MT76xx 114 & MT81xx ARMv8 SoCs 115 116config ARCH_MESON 117 bool "Amlogic Platforms" 118 select PINCTRL 119 select PINCTRL_MESON |
120 select COMMON_CLK_AMLOGIC |
|
115 select COMMON_CLK_GXBB 116 select COMMON_CLK_AXG | 121 select COMMON_CLK_GXBB 122 select COMMON_CLK_AXG |
117 select COMMON_CLK_G12A | |
118 select MESON_IRQ_GPIO 119 help | 123 select MESON_IRQ_GPIO 124 help |
120 This enables support for the arm64 based Amlogic SoCs 121 such as the s905, S905X/D, S912, A113X/D or S905X/D2 | 125 This enables support for the Amlogic S905 SoCs. |
122 123config ARCH_MVEBU 124 bool "Marvell EBU SoC Family" 125 select ARMADA_AP806_SYSCON 126 select ARMADA_CP110_SYSCON 127 select ARMADA_37XX_CLK 128 select GPIOLIB 129 select GPIOLIB_IRQCHIP --- 143 unchanged lines hidden --- | 126 127config ARCH_MVEBU 128 bool "Marvell EBU SoC Family" 129 select ARMADA_AP806_SYSCON 130 select ARMADA_CP110_SYSCON 131 select ARMADA_37XX_CLK 132 select GPIOLIB 133 select GPIOLIB_IRQCHIP --- 143 unchanged lines hidden --- |