diff options
author | Stephen Rothwell | 2010-06-29 04:42:00 +0200 |
---|---|---|
committer | Grant Likely | 2010-07-06 00:14:53 +0200 |
commit | ae5bf63f2d8bad78e427e77f3f896e81cbdbde0d (patch) | |
tree | e87af43102dafade47fdb010cf8841886bd7aa9d /arch/microblaze/Kconfig | |
parent | of: Fix missing include (diff) | |
download | kernel-qcow2-linux-ae5bf63f2d8bad78e427e77f3f896e81cbdbde0d.tar.gz kernel-qcow2-linux-ae5bf63f2d8bad78e427e77f3f896e81cbdbde0d.tar.xz kernel-qcow2-linux-ae5bf63f2d8bad78e427e77f3f896e81cbdbde0d.zip |
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 <sfr@canb.auug.org.au>
Acked-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/microblaze/Kconfig')
-rw-r--r-- | arch/microblaze/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index 76818f926539..2b37820555bc 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" |