Kconfig (e585bef17f9cc22ff82398654e8dfed8e5f39100) | Kconfig (07d538d2814fa03be243c71879372f4263030b78) |
---|---|
1menu "Clock" 2 3config CLK 4 bool "Enable clock driver support" 5 depends on DM 6 help 7 This allows drivers to be provided for clock generators, including 8 oscillators and PLLs. Devices can use a common clock API to request --- 93 unchanged lines hidden (view full) --- 102config ICS8N3QV01 103 bool "Enable ICS8N3QV01 VCXO driver" 104 depends on CLK 105 help 106 Support for the ICS8N3QV01 Quad-Frequency VCXO (Voltage-Controlled 107 Crystal Oscillator). The output frequency can be programmed via an 108 I2C interface. 109 | 1menu "Clock" 2 3config CLK 4 bool "Enable clock driver support" 5 depends on DM 6 help 7 This allows drivers to be provided for clock generators, including 8 oscillators and PLLs. Devices can use a common clock API to request --- 93 unchanged lines hidden (view full) --- 102config ICS8N3QV01 103 bool "Enable ICS8N3QV01 VCXO driver" 104 depends on CLK 105 help 106 Support for the ICS8N3QV01 Quad-Frequency VCXO (Voltage-Controlled 107 Crystal Oscillator). The output frequency can be programmed via an 108 I2C interface. 109 |
110config CLK_MPC83XX 111 bool "Enable MPC83xx clock driver" 112 depends on CLK 113 help 114 Support for the clock driver of the MPC83xx series of SoCs. 115 |
|
110endmenu | 116endmenu |