Loading arch/arm64/Kconfig.platforms +18 −0 Original line number Diff line number Diff line Loading @@ -181,6 +181,24 @@ config ARCH_SDM632 This enables support for the sdm632 chipset. If you do not wish to build a kernel that runs on this chipset, say 'N' here. config ARCH_SDM429 bool "Enable Support for Qualcomm Technologies Inc. SDM429" depends on ARCH_QCOM select CPU_FREQ_QCOM select COMMON_CLK_MSM help This enables support for the sdm429 chipset. If you do not wish to build a kernel that runs on this chipset, say 'N' here. config ARCH_SDM439 bool "Enable Support for Qualcomm Technologies Inc. SDM439" depends on ARCH_QCOM select CPU_FREQ_QCOM select COMMON_CLK_MSM help This enables support for the sdm439 chipset. If you do not wish to build a kernel that runs on this chipset, say 'N' here. config ARCH_ROCKCHIP bool "Rockchip Platforms" select ARCH_HAS_RESET_CONTROLLER Loading Loading
arch/arm64/Kconfig.platforms +18 −0 Original line number Diff line number Diff line Loading @@ -181,6 +181,24 @@ config ARCH_SDM632 This enables support for the sdm632 chipset. If you do not wish to build a kernel that runs on this chipset, say 'N' here. config ARCH_SDM429 bool "Enable Support for Qualcomm Technologies Inc. SDM429" depends on ARCH_QCOM select CPU_FREQ_QCOM select COMMON_CLK_MSM help This enables support for the sdm429 chipset. If you do not wish to build a kernel that runs on this chipset, say 'N' here. config ARCH_SDM439 bool "Enable Support for Qualcomm Technologies Inc. SDM439" depends on ARCH_QCOM select CPU_FREQ_QCOM select COMMON_CLK_MSM help This enables support for the sdm439 chipset. If you do not wish to build a kernel that runs on this chipset, say 'N' here. config ARCH_ROCKCHIP bool "Rockchip Platforms" select ARCH_HAS_RESET_CONTROLLER Loading