]> Git Repo - J-u-boot.git/blob - drivers/soc/Kconfig
Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[J-u-boot.git] / drivers / soc / Kconfig
1 menu "SOC (System On Chip) specific Drivers"
2
3 config SOC_DEVICE
4         bool "Enable SoC Device ID drivers using Driver Model"
5         help
6           This allows drivers to be provided for SoCs to help in identifying
7           the SoC in use and matching SoC attributes for selecting SoC
8           specific data. This is useful for other device drivers that may
9           need different parameters or quirks enabled depending on the
10           specific device variant in use.
11
12 config SOC_DEVICE_TI_K3
13         depends on SOC_DEVICE
14         bool "Enable SoC Device ID driver for TI K3 SoCs"
15         help
16           This allows Texas Instruments Keystone 3 SoCs to identify
17           specifics about the SoC in use.
18
19 source "drivers/soc/ti/Kconfig"
20
21 endmenu
This page took 0.029724 seconds and 4 git commands to generate.