From 1100ca34d912b199c1ec3d1a3ad9b0b41de3bec8 Mon Sep 17 00:00:00 2001 From: Eduardo Valentin Date: Wed, 26 Mar 2008 10:48:07 -0400 Subject: [PATCH] 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: Eduardo Valentin Signed-off-by: Tony Lindgren --- arch/arm/configs/ams_delta_defconfig | 2 +- arch/arm/plat-omap/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/configs/ams_delta_defconfig b/arch/arm/configs/ams_delta_defconfig index a6b77abca08..2c4aa11f0b0 100644 --- a/arch/arm/configs/ams_delta_defconfig +++ b/arch/arm/configs/ams_delta_defconfig @@ -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 diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index 50291ed64c8..536f8aae47b 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig @@ -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 -- 2.41.3