From: Stephen Rothwell Date: Tue, 29 Jun 2010 02:42:00 +0000 (+1000) Subject: microblaze: turn CONFIG_OF into a select X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ae5bf63f2d8bad78e427e77f3f896e81cbdbde0d;p=mv-sheeva.git microblaze: turn CONFIG_OF into a select so that we can make CONFIG_OF global and remove it from the architecture Kconfig files later. Signed-off-by: Stephen Rothwell Acked-by: Michal Simek Signed-off-by: Grant Likely --- diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index 76818f92653..2b37820555b 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig @@ -17,6 +17,8 @@ config MICROBLAZE select HAVE_DMA_ATTRS select HAVE_DMA_API_DEBUG select TRACING_SUPPORT + select OF + select OF_FLATTREE config SWAP def_bool n @@ -125,8 +127,7 @@ config CMDLINE_FORCE override those passed by the boot loader. config OF - def_bool y - select OF_FLATTREE + bool config PROC_DEVICETREE bool "Support for device tree in /proc"