Kconfig.platforms (b4f596b19624d14864596b5b43de5f04cadd4895) | Kconfig.platforms (f7e020512e10a185d58d0f11faa57093345fd5b2) |
---|---|
1menu "Platform selection" 2 3config ARCH_BCM_IPROC 4 bool "Broadcom iProc SoC Family" 5 help 6 This enables support for Broadcom iProc based SoCs 7 8config ARCH_BERLIN --- 34 unchanged lines hidden (view full) --- 43config ARCH_MEDIATEK 44 bool "Mediatek MT65xx & MT81xx ARMv8 SoC" 45 select ARM_GIC 46 select PINCTRL 47 select MTK_TIMER 48 help 49 Support for Mediatek MT65xx & MT81xx ARMv8 SoCs 50 | 1menu "Platform selection" 2 3config ARCH_BCM_IPROC 4 bool "Broadcom iProc SoC Family" 5 help 6 This enables support for Broadcom iProc based SoCs 7 8config ARCH_BERLIN --- 34 unchanged lines hidden (view full) --- 43config ARCH_MEDIATEK 44 bool "Mediatek MT65xx & MT81xx ARMv8 SoC" 45 select ARM_GIC 46 select PINCTRL 47 select MTK_TIMER 48 help 49 Support for Mediatek MT65xx & MT81xx ARMv8 SoCs 50 |
51config ARCH_MVEBU 52 bool "Marvell EBU SoC Family" 53 help 54 This enables support for Marvell EBU family such as the 55 Armada 3700 SoC family. 56 | |
57config ARCH_QCOM 58 bool "Qualcomm Platforms" 59 select PINCTRL 60 help 61 This enables support for the ARMv8 based Qualcomm chipsets. 62 63config ARCH_ROCKCHIP 64 bool "Rockchip Platforms" --- 13 unchanged lines hidden (view full) --- 78config ARCH_SHMOBILE 79 bool 80 81config ARCH_RENESAS 82 bool "Renesas SoC Platforms" 83 select ARCH_SHMOBILE 84 select PINCTRL 85 select PM_GENERIC_DOMAINS if PM | 51config ARCH_QCOM 52 bool "Qualcomm Platforms" 53 select PINCTRL 54 help 55 This enables support for the ARMv8 based Qualcomm chipsets. 56 57config ARCH_ROCKCHIP 58 bool "Rockchip Platforms" --- 13 unchanged lines hidden (view full) --- 72config ARCH_SHMOBILE 73 bool 74 75config ARCH_RENESAS 76 bool "Renesas SoC Platforms" 77 select ARCH_SHMOBILE 78 select PINCTRL 79 select PM_GENERIC_DOMAINS if PM |
80 select RENESAS_IRQC |
|
86 help 87 This enables support for the ARMv8 based Renesas SoCs. 88 89config ARCH_R8A7795 90 bool "Renesas R-Car H3 SoC Platform" 91 depends on ARCH_RENESAS 92 help 93 This enables support for the Renesas R-Car H3 SoC. --- 57 unchanged lines hidden --- | 81 help 82 This enables support for the ARMv8 based Renesas SoCs. 83 84config ARCH_R8A7795 85 bool "Renesas R-Car H3 SoC Platform" 86 depends on ARCH_RENESAS 87 help 88 This enables support for the Renesas R-Car H3 SoC. --- 57 unchanged lines hidden --- |