• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1menu "sunxi cpufreq Drivers"
2	depends on AW_BSP
3
4config ARM_AW_SUN50I_CPUFREQ_NVMEM
5	tristate "Allwinner nvmem based SUN50I CPUFreq driver"
6	depends on AW_BSP
7	depends on NVMEM_AW_SID
8	select PM_OPP
9	help
10	  This adds the nvmem based CPUFreq driver for Allwinner
11	  h6 SoC.
12
13	  To compile this driver as a module, choose M here: the
14	  module will be called sun50i-cpufreq-nvmem.
15
16endmenu
17
18