blob: 17fb4c4d65e53159cbdfe288e82dae3ec6b94c83 [file] [log] [blame]
Grygorii Strashko1c5258f2019-02-05 17:31:22 +05301menu "SOC (System On Chip) specific Drivers"
2
Dave Gerlach50a6c082020-07-15 23:39:57 -05003config 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
Dave Gerlachf8f8b122020-07-15 23:39:59 -050012config 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
T Karthik Reddy501c2062021-08-10 06:50:18 -060019config SOC_XILINX_ZYNQMP
20 bool "Enable SoC Device ID driver for Xilinx ZynqMP"
21 depends on SOC_DEVICE && ARCH_ZYNQMP
22 help
23 Enable this option to select SoC device id driver for Xilinx ZynqMP.
24 This allows other drivers to verify the SoC familiy & revision
25 using matching SoC attributes.
26
Grygorii Strashko1c5258f2019-02-05 17:31:22 +053027source "drivers/soc/ti/Kconfig"
28
29endmenu