diff options
author | Rabin Vincent <rabin@rab.in> | 2015-02-08 10:14:06 -0500 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2015-03-25 04:49:48 -0400 |
commit | a9f75ac5a24cb94c2373daa3d73f90d22cf5d94b (patch) | |
tree | b445b1d3aae563e8465e639edf05b782ac50f1d9 /arch/cris/Kconfig | |
parent | 43f7071e107ede92ac9e499d218233c8bb4c3607 (diff) |
CRISv32: add device tree support
Add support for booting CRISv32 with a built-in device tree.
Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/Kconfig')
-rw-r--r-- | arch/cris/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index c34561869856..23fb82f3715e 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig | |||
@@ -54,6 +54,8 @@ config CRIS | |||
54 | select OLD_SIGACTION | 54 | select OLD_SIGACTION |
55 | select ARCH_REQUIRE_GPIOLIB | 55 | select ARCH_REQUIRE_GPIOLIB |
56 | select IRQ_DOMAIN if ETRAX_ARCH_V32 | 56 | select IRQ_DOMAIN if ETRAX_ARCH_V32 |
57 | select OF if ETRAX_ARCH_V32 | ||
58 | select OF_EARLY_FLATTREE if ETRAX_ARCH_V32 | ||
57 | 59 | ||
58 | config HZ | 60 | config HZ |
59 | int | 61 | int |
@@ -63,6 +65,10 @@ config NR_CPUS | |||
63 | int | 65 | int |
64 | default "1" | 66 | default "1" |
65 | 67 | ||
68 | config BUILTIN_DTB | ||
69 | string "DTB to build into the kernel image" | ||
70 | depends on OF | ||
71 | |||
66 | source "init/Kconfig" | 72 | source "init/Kconfig" |
67 | 73 | ||
68 | source "kernel/Kconfig.freezer" | 74 | source "kernel/Kconfig.freezer" |