OSDN Git Service

drivers: cma: Fix wrong CMA selected region size default value
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 18 Oct 2012 07:29:44 +0000 (09:29 +0200)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 23 Oct 2012 12:05:33 +0000 (14:05 +0200)
commit5e97f3f918c27c68c092bdca7917266615aec62f
treede98a4fac2e36a87b4fe0ec774d6d1ae9ce6fd52
parentba4d93bc9ea4510a145161f0af3537b4f380af01
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>
drivers/base/Kconfig