mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 01:51:34 +00:00
e0b80f00bb
Enable the drivers on the powerpc arch. Signed-off-by: Roy Pledge <roy.pledge@nxp.com> Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com> Signed-off-by: Scott Wood <oss@buserror.net>
17 lines
486 B
Plaintext
17 lines
486 B
Plaintext
menu "SOC (System On Chip) specific Drivers"
|
|
|
|
source "drivers/soc/bcm/Kconfig"
|
|
source "drivers/soc/fsl/qbman/Kconfig"
|
|
source "drivers/soc/fsl/qe/Kconfig"
|
|
source "drivers/soc/mediatek/Kconfig"
|
|
source "drivers/soc/qcom/Kconfig"
|
|
source "drivers/soc/rockchip/Kconfig"
|
|
source "drivers/soc/samsung/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"
|
|
|
|
endmenu
|