diff options
| author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-10-18 03:29:44 -0400 |
|---|---|---|
| committer | Marek Szyprowski <m.szyprowski@samsung.com> | 2012-10-23 08:05:33 -0400 |
| commit | 5e97f3f918c27c68c092bdca7917266615aec62f (patch) | |
| tree | de98a4fac2e36a87b4fe0ec774d6d1ae9ce6fd52 /drivers/base/Kconfig | |
| parent | ba4d93bc9ea4510a145161f0af3537b4f380af01 (diff) | |
drivers: cma: Fix wrong CMA selected region size default value
Kconfig lists CMA_SIZE_SEL_ABSOLUTE as the default value fo the CMA
selected region size, but that option isn't available in the defined
choices. Set the default to CMA_SIZE_SEL_MBYTES instead.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Diffstat (limited to 'drivers/base/Kconfig')
| -rw-r--r-- | drivers/base/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig index 08b4c520938..b34b5cda5ae 100644 --- a/drivers/base/Kconfig +++ b/drivers/base/Kconfig | |||
| @@ -236,7 +236,7 @@ config CMA_SIZE_PERCENTAGE | |||
| 236 | 236 | ||
| 237 | choice | 237 | choice |
| 238 | prompt "Selected region size" | 238 | prompt "Selected region size" |
| 239 | default CMA_SIZE_SEL_ABSOLUTE | 239 | default CMA_SIZE_SEL_MBYTES |
| 240 | 240 | ||
| 241 | config CMA_SIZE_SEL_MBYTES | 241 | config CMA_SIZE_SEL_MBYTES |
| 242 | bool "Use mega bytes value only" | 242 | bool "Use mega bytes value only" |
