summaryrefslogtreecommitdiff
path: root/drivers/mxc/pm/Kconfig
blob: ccf444e057ea0232d26aedf33fda1a16b6afee9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#
# Power Managment devices
#

menu "Advanced Power Management devices"

config MXC_DPTC
	bool "MXC DPTC driver"
	depends on ARCH_MX3 && MXC_PMIC_MC13783
	default y
	help
	   This selects the Freescale MXC Internal DPTC driver.
	   If unsure, say N.

config MX27_DPTC
	bool "MXC DPTC driver"
	depends on ARCH_MX27 && MXC_PMIC_MC13783
	default y
	help
	   This selects the Freescale MX27 Internal DPTC driver.
	   If unsure, say N.

config MXC_DVFS
	bool "MXC DVFS driver"
	depends on ARCH_MX3
	default y
	help
	  This selects the Freescale MXC Internal DVFS driver.
	  If unsure, say N.

config MXC_DVFS_SDMA
	bool "MXC DVFS SDMA support"
	depends on MXC_DVFS
	default n
	help
	  This selects the Freescale MXC Internal DVFS driver SDMA support.
	  If unsure, say N.

endmenu