diff options
Diffstat (limited to 'arch/arm/mach-s3c2440/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2440/Kconfig | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c2440/Kconfig b/arch/arm/mach-s3c2440/Kconfig index a8b69d77571b..80879358eb2f 100644 --- a/arch/arm/mach-s3c2440/Kconfig +++ b/arch/arm/mach-s3c2440/Kconfig | |||
@@ -1,5 +1,3 @@ | |||
1 | # arch/arm/mach-s3c2440/Kconfig | ||
2 | # | ||
3 | # Copyright 2007 Simtec Electronics | 1 | # Copyright 2007 Simtec Electronics |
4 | # | 2 | # |
5 | # Licensed under GPLv2 | 3 | # Licensed under GPLv2 |
@@ -53,6 +51,19 @@ config MACH_OSIRIS | |||
53 | Say Y here if you are using the Simtec IM2440D20 module, also | 51 | Say Y here if you are using the Simtec IM2440D20 module, also |
54 | known as the Osiris. | 52 | known as the Osiris. |
55 | 53 | ||
54 | config MACH_OSIRIS_DVS | ||
55 | tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver" | ||
56 | depends on MACH_OSIRIS | ||
57 | select TPS65010 | ||
58 | help | ||
59 | Say Y/M here if you want to have dynamic voltage scaling support | ||
60 | on the Simtec IM2440D20 (OSIRIS) module via the TPS65011. | ||
61 | |||
62 | The DVS driver alters the voltage supplied to the ARM core | ||
63 | depending on the frequency it is running at. The driver itself | ||
64 | does not do any of the frequency alteration, which is left up | ||
65 | to the cpufreq driver. | ||
66 | |||
56 | config MACH_RX3715 | 67 | config MACH_RX3715 |
57 | bool "HP iPAQ rx3715" | 68 | bool "HP iPAQ rx3715" |
58 | select CPU_S3C2440 | 69 | select CPU_S3C2440 |
@@ -109,4 +120,3 @@ config MACH_MINI2440 | |||
109 | available via various sources. It can come with a 3.5" or 7" touch LCD. | 120 | available via various sources. It can come with a 3.5" or 7" touch LCD. |
110 | 121 | ||
111 | endmenu | 122 | endmenu |
112 | |||