]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
OMAP: MMU_FWK: Changed Kconfig entry from tristate to bool.
authorEduardo Valentin <eduardo.valentin@indt.org.br>
Wed, 26 Mar 2008 14:48:07 +0000 (10:48 -0400)
committerTony Lindgren <tony@atomide.com>
Fri, 28 Mar 2008 10:41:11 +0000 (12:41 +0200)
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: Eduardo Valentin <eduardo.valentin@indt.org.br>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/configs/ams_delta_defconfig
arch/arm/plat-omap/Kconfig

index a6b77abca08defbb0d3044ce000e4cad3cd4dca3..2c4aa11f0b0d9ab5ee431ade8e3f7cc499f3a0a4 100644 (file)
@@ -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
index 50291ed64c873e0d105a16c9096f9a6061703e1c..536f8aae47ba448271c394c8836823ee3faf20bb 100644 (file)
@@ -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