Commit 1100ca34 authored by Eduardo Valentin's avatar Eduardo Valentin Committed by Tony Lindgren

OMAP: MMU_FWK: Changed Kconfig entry from tristate to bool.

As this code uses unexported symbols, it must be always
built-in. For this reason, a better type of its Kconfig entry
is bool.

Fixed also defconfig which sets this entry as module.

Compile test only.
Signed-off-by: default avatarEduardo Valentin <eduardo.valentin@indt.org.br>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 84b04b5f
......@@ -164,7 +164,7 @@ CONFIG_OMAP_MUX=y
# CONFIG_OMAP_MUX_DEBUG is not set
CONFIG_OMAP_MUX_WARNINGS=y
CONFIG_OMAP_MCBSP=y
CONFIG_OMAP_MMU_FWK=m
CONFIG_OMAP_MMU_FWK=y
CONFIG_OMAP_MBOX_FWK=m
CONFIG_OMAP_MPU_TIMER=y
# CONFIG_OMAP_32K_TIMER is not set
......
......@@ -122,7 +122,7 @@ config OMAP_MCBSP
Buffered Serial Port.
config OMAP_MMU_FWK
tristate "MMU framework support"
bool "MMU framework support"
depends on ARCH_OMAP
default n
help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment