| .. | .. |
|---|
| 18 | 18 | |
|---|
| 19 | 19 | If unsure, say Y. |
|---|
| 20 | 20 | |
|---|
| 21 | +config ROCKCHIP_DISABLE_UNUSED |
|---|
| 22 | + tristate "Rockchip Disable Unused" |
|---|
| 23 | + default m if GKI_HACKS_TO_FIX |
|---|
| 24 | + help |
|---|
| 25 | + Disable unused clk and power down after module init. |
|---|
| 26 | + |
|---|
| 27 | + If unsure, say "N". |
|---|
| 28 | + |
|---|
| 21 | 29 | # |
|---|
| 22 | 30 | # Rockchip Soc drivers |
|---|
| 23 | 31 | # |
|---|
| .. | .. |
|---|
| 43 | 51 | Serial can read from /proc/cpuinfo. |
|---|
| 44 | 52 | |
|---|
| 45 | 53 | If unsure, say N. |
|---|
| 54 | + |
|---|
| 55 | +config ROCKCHIP_CSU |
|---|
| 56 | + tristate "Rockchip Clock Subunit Driver" |
|---|
| 57 | + depends on ARCH_ROCKCHIP |
|---|
| 58 | + help |
|---|
| 59 | + This adds the clock subunit driver for Rockchip SoCs. |
|---|
| 46 | 60 | |
|---|
| 47 | 61 | config ROCKCHIP_GRF |
|---|
| 48 | 62 | tristate "Rockchip General Register Files support" |
|---|
| .. | .. |
|---|
| 158 | 172 | |
|---|
| 159 | 173 | config ROCKCHIP_SUSPEND_MODE |
|---|
| 160 | 174 | tristate "Rockchip suspend mode config" |
|---|
| 161 | | - depends on ROCKCHIP_SIP |
|---|
| 162 | 175 | help |
|---|
| 163 | 176 | Say Y here if you want to set the suspend mode to the ATF. |
|---|
| 164 | 177 | |
|---|