public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAP: MMU_FWK: Changed Kconfig entry from tristate to bool.
@ 2008-03-26 14:48 Eduardo Valentin
  2008-03-28 10:41 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Eduardo Valentin @ 2008-03-26 14:48 UTC (permalink / raw)
  To: linux-omap; +Cc: Eduardo Valentin

From: Eduardo Valentin <eduardo.valentin@indt.org.br>

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>
---
 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 a6b77ab..2c4aa11 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 50291ed..536f8aa 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
-- 
1.5.4.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] OMAP: MMU_FWK: Changed Kconfig entry from tristate to bool.
  2008-03-26 14:48 [PATCH] OMAP: MMU_FWK: Changed Kconfig entry from tristate to bool Eduardo Valentin
@ 2008-03-28 10:41 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2008-03-28 10:41 UTC (permalink / raw)
  To: Eduardo Valentin; +Cc: linux-omap, Eduardo Valentin

* Eduardo Valentin <edubezval@gmail.com> [080326 16:49]:
> From: Eduardo Valentin <eduardo.valentin@indt.org.br>
> 
> 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.

Pushing today.

Tony

> Signed-off-by: Eduardo Valentin <eduardo.valentin@indt.org.br>
> ---
>  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 a6b77ab..2c4aa11 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 50291ed..536f8aa 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
> -- 
> 1.5.4.2
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-28 10:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-26 14:48 [PATCH] OMAP: MMU_FWK: Changed Kconfig entry from tristate to bool Eduardo Valentin
2008-03-28 10:41 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox