mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
6df9d38f91
Implements genpd and reset providers for downstream devices. Each instance of the driver binds to a single register and represents a single SoC power domain. The driver does not currently implement all features (clockgate-only state, misc flags), but we declare the respective registers for documentation purposes. These features will be added as they become useful for downstream devices. This also creates the apple/soc tree and Kconfig submenu. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Hector Martin <marcan@marcan.st>
28 lines
913 B
Text
28 lines
913 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
menu "SOC (System On Chip) specific Drivers"
|
|
|
|
source "drivers/soc/actions/Kconfig"
|
|
source "drivers/soc/amlogic/Kconfig"
|
|
source "drivers/soc/apple/Kconfig"
|
|
source "drivers/soc/aspeed/Kconfig"
|
|
source "drivers/soc/atmel/Kconfig"
|
|
source "drivers/soc/bcm/Kconfig"
|
|
source "drivers/soc/canaan/Kconfig"
|
|
source "drivers/soc/fsl/Kconfig"
|
|
source "drivers/soc/imx/Kconfig"
|
|
source "drivers/soc/ixp4xx/Kconfig"
|
|
source "drivers/soc/litex/Kconfig"
|
|
source "drivers/soc/mediatek/Kconfig"
|
|
source "drivers/soc/qcom/Kconfig"
|
|
source "drivers/soc/renesas/Kconfig"
|
|
source "drivers/soc/rockchip/Kconfig"
|
|
source "drivers/soc/samsung/Kconfig"
|
|
source "drivers/soc/sifive/Kconfig"
|
|
source "drivers/soc/sunxi/Kconfig"
|
|
source "drivers/soc/tegra/Kconfig"
|
|
source "drivers/soc/ti/Kconfig"
|
|
source "drivers/soc/ux500/Kconfig"
|
|
source "drivers/soc/versatile/Kconfig"
|
|
source "drivers/soc/xilinx/Kconfig"
|
|
|
|
endmenu
|