Grygorii Strashko | 1c5258f | 2019-02-05 17:31:22 +0530 | [diff] [blame] | 1 | menu "SOC (System On Chip) specific Drivers" |
| 2 | |
Dave Gerlach | 50a6c08 | 2020-07-15 23:39:57 -0500 | [diff] [blame] | 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 | |
Grygorii Strashko | 1c5258f | 2019-02-05 17:31:22 +0530 | [diff] [blame] | 12 | source "drivers/soc/ti/Kconfig" |
| 13 | |
| 14 | endmenu |