mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
50ef5284eb
commit
ae5bf63f2d
1 changed files with 3 additions and 2 deletions
|
@ -17,6 +17,8 @@ config MICROBLAZE
|
||||||
select HAVE_DMA_ATTRS
|
select HAVE_DMA_ATTRS
|
||||||
select HAVE_DMA_API_DEBUG
|
select HAVE_DMA_API_DEBUG
|
||||||
select TRACING_SUPPORT
|
select TRACING_SUPPORT
|
||||||
|
select OF
|
||||||
|
select OF_FLATTREE
|
||||||
|
|
||||||
config SWAP
|
config SWAP
|
||||||
def_bool n
|
def_bool n
|
||||||
|
@ -125,8 +127,7 @@ config CMDLINE_FORCE
|
||||||
override those passed by the boot loader.
|
override those passed by the boot loader.
|
||||||
|
|
||||||
config OF
|
config OF
|
||||||
def_bool y
|
bool
|
||||||
select OF_FLATTREE
|
|
||||||
|
|
||||||
config PROC_DEVICETREE
|
config PROC_DEVICETREE
|
||||||
bool "Support for device tree in /proc"
|
bool "Support for device tree in /proc"
|
||||||
|
|
Loading…
Reference in a new issue