Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) |
| 3 | # |
| 4 | # This program is free software; you can redistribute it and/or modify |
| 5 | # it under the terms of the GNU General Public License version 2 as |
| 6 | # published by the Free Software Foundation. |
| 7 | # |
| 8 | |
| 9 | config ARC |
| 10 | def_bool y |
Vineet Gupta | 4adeefe | 2013-01-18 15:12:18 +0530 | [diff] [blame] | 11 | select CLONE_BACKWARDS |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 12 | # ARC Busybox based initramfs absolutely relies on DEVTMPFS for /dev |
| 13 | select DEVTMPFS if !INITRAMFS_SOURCE="" |
| 14 | select GENERIC_ATOMIC64 |
| 15 | select GENERIC_CLOCKEVENTS |
| 16 | select GENERIC_FIND_FIRST_BIT |
| 17 | # for now, we don't need GENERIC_IRQ_PROBE, CONFIG_GENERIC_IRQ_CHIP |
| 18 | select GENERIC_IRQ_SHOW |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 19 | select GENERIC_PENDING_IRQ if SMP |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 20 | select GENERIC_SMP_IDLE_THREAD |
Mischa Jonker | f46121b | 2013-01-18 15:12:24 +0530 | [diff] [blame] | 21 | select HAVE_ARCH_KGDB |
Vineet Gupta | 547f112 | 2013-01-18 15:12:22 +0530 | [diff] [blame] | 22 | select HAVE_ARCH_TRACEHOOK |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 23 | select HAVE_GENERIC_HARDIRQS |
Gilad Ben-Yossef | 4368902 | 2013-01-22 16:48:45 +0530 | [diff] [blame] | 24 | select HAVE_IOREMAP_PROT |
Vineet Gupta | 4d86dfb | 2013-01-22 17:03:59 +0530 | [diff] [blame] | 25 | select HAVE_KPROBES |
| 26 | select HAVE_KRETPROBES |
Vineet Gupta | c121c50 | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 27 | select HAVE_MEMBLOCK |
Vineet Gupta | 854a0d9 | 2013-01-22 17:03:19 +0530 | [diff] [blame] | 28 | select HAVE_MOD_ARCH_SPECIFIC if ARC_DW2_UNWIND |
Vineet Gupta | 769bc1f | 2013-01-22 17:02:38 +0530 | [diff] [blame] | 29 | select HAVE_OPROFILE |
Vineet Gupta | 9c57564 | 2013-01-18 15:12:24 +0530 | [diff] [blame] | 30 | select HAVE_PERF_EVENTS |
Vineet Gupta | 999159a | 2013-01-22 17:00:52 +0530 | [diff] [blame] | 31 | select IRQ_DOMAIN |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 32 | select MODULES_USE_ELF_RELA |
Vineet Gupta | c121c50 | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 33 | select NO_BOOTMEM |
Vineet Gupta | 999159a | 2013-01-22 17:00:52 +0530 | [diff] [blame] | 34 | select OF |
| 35 | select OF_EARLY_FLATTREE |
Vineet Gupta | 9c57564 | 2013-01-18 15:12:24 +0530 | [diff] [blame] | 36 | select PERF_USE_VMALLOC |
Dave Hansen | d1a1dc0 | 2013-07-01 13:04:42 -0700 | [diff] [blame^] | 37 | select HAVE_DEBUG_STACKOVERFLOW |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 38 | |
| 39 | config SCHED_OMIT_FRAME_POINTER |
| 40 | def_bool y |
| 41 | |
| 42 | config GENERIC_CSUM |
| 43 | def_bool y |
| 44 | |
| 45 | config RWSEM_GENERIC_SPINLOCK |
| 46 | def_bool y |
| 47 | |
| 48 | config ARCH_FLATMEM_ENABLE |
| 49 | def_bool y |
| 50 | |
| 51 | config MMU |
| 52 | def_bool y |
| 53 | |
| 54 | config NO_IOPORT |
| 55 | def_bool y |
| 56 | |
| 57 | config GENERIC_CALIBRATE_DELAY |
| 58 | def_bool y |
| 59 | |
| 60 | config GENERIC_HWEIGHT |
| 61 | def_bool y |
| 62 | |
Vineet Gupta | 44c8bb9 | 2013-01-18 15:12:23 +0530 | [diff] [blame] | 63 | config STACKTRACE_SUPPORT |
| 64 | def_bool y |
| 65 | select STACKTRACE |
| 66 | |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 67 | config HAVE_LATENCYTOP_SUPPORT |
| 68 | def_bool y |
| 69 | |
| 70 | config NO_DMA |
| 71 | def_bool n |
| 72 | |
| 73 | source "init/Kconfig" |
| 74 | source "kernel/Kconfig.freezer" |
| 75 | |
| 76 | menu "ARC Architecture Configuration" |
| 77 | |
Vineet Gupta | 93ad700 | 2013-01-22 16:51:50 +0530 | [diff] [blame] | 78 | menu "ARC Platform/SoC/Board" |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 79 | |
Vineet Gupta | 93ad700 | 2013-01-22 16:51:50 +0530 | [diff] [blame] | 80 | source "arch/arc/plat-arcfpga/Kconfig" |
Christian Ruppert | 072eb69 | 2013-04-12 08:40:59 +0200 | [diff] [blame] | 81 | source "arch/arc/plat-tb10x/Kconfig" |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 82 | #New platform adds here |
Vineet Gupta | 93ad700 | 2013-01-22 16:51:50 +0530 | [diff] [blame] | 83 | |
Vineet Gupta | 53d9895 | 2013-01-18 15:12:25 +0530 | [diff] [blame] | 84 | endmenu |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 85 | |
| 86 | menu "ARC CPU Configuration" |
| 87 | |
| 88 | choice |
| 89 | prompt "ARC Core" |
| 90 | default ARC_CPU_770 |
| 91 | |
| 92 | config ARC_CPU_750D |
| 93 | bool "ARC750D" |
| 94 | help |
| 95 | Support for ARC750 core |
| 96 | |
| 97 | config ARC_CPU_770 |
| 98 | bool "ARC770" |
| 99 | select ARC_CPU_REL_4_10 |
| 100 | help |
| 101 | Support for ARC770 core introduced with Rel 4.10 (Summer 2011) |
| 102 | This core has a bunch of cool new features: |
| 103 | -MMU-v3: Variable Page Sz (4k, 8k, 16k), bigger J-TLB (128x4) |
| 104 | Shared Address Spaces (for sharing TLB entires in MMU) |
| 105 | -Caches: New Prog Model, Region Flush |
| 106 | -Insns: endian swap, load-locked/store-conditional, time-stamp-ctr |
| 107 | |
| 108 | endchoice |
| 109 | |
| 110 | config CPU_BIG_ENDIAN |
| 111 | bool "Enable Big Endian Mode" |
| 112 | default n |
| 113 | help |
| 114 | Build kernel for Big Endian Mode of ARC CPU |
| 115 | |
Vineet Gupta | fc7943d | 2013-01-22 16:53:57 +0530 | [diff] [blame] | 116 | # If a platform can't work with 0x8000_0000 based dma_addr_t |
| 117 | config ARC_PLAT_NEEDS_CPU_TO_DMA |
| 118 | bool |
| 119 | |
Vineet Gupta | 41195d2 | 2013-01-18 15:12:23 +0530 | [diff] [blame] | 120 | config SMP |
| 121 | bool "Symmetric Multi-Processing (Incomplete)" |
| 122 | default n |
| 123 | select USE_GENERIC_SMP_HELPERS |
| 124 | help |
| 125 | This enables support for systems with more than one CPU. If you have |
| 126 | a system with only one CPU, like most personal computers, say N. If |
| 127 | you have a system with more than one CPU, say Y. |
| 128 | |
| 129 | if SMP |
| 130 | |
| 131 | config ARC_HAS_COH_CACHES |
| 132 | def_bool n |
| 133 | |
Vineet Gupta | 41195d2 | 2013-01-18 15:12:23 +0530 | [diff] [blame] | 134 | config ARC_HAS_COH_RTSC |
| 135 | def_bool n |
| 136 | |
| 137 | config ARC_HAS_REENTRANT_IRQ_LV2 |
| 138 | def_bool n |
| 139 | |
| 140 | endif |
| 141 | |
| 142 | config NR_CPUS |
| 143 | int "Maximum number of CPUs (2-32)" |
| 144 | range 2 32 |
| 145 | depends on SMP |
| 146 | default "2" |
| 147 | |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 148 | menuconfig ARC_CACHE |
| 149 | bool "Enable Cache Support" |
| 150 | default y |
Vineet Gupta | 41195d2 | 2013-01-18 15:12:23 +0530 | [diff] [blame] | 151 | # if SMP, cache enabled ONLY if ARC implementation has cache coherency |
| 152 | depends on !SMP || ARC_HAS_COH_CACHES |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 153 | |
| 154 | if ARC_CACHE |
| 155 | |
| 156 | config ARC_CACHE_LINE_SHIFT |
| 157 | int "Cache Line Length (as power of 2)" |
| 158 | range 5 7 |
| 159 | default "6" |
| 160 | help |
| 161 | Starting with ARC700 4.9, Cache line length is configurable, |
| 162 | This option specifies "N", with Line-len = 2 power N |
| 163 | So line lengths of 32, 64, 128 are specified by 5,6,7, respectively |
| 164 | Linux only supports same line lengths for I and D caches. |
| 165 | |
| 166 | config ARC_HAS_ICACHE |
| 167 | bool "Use Instruction Cache" |
| 168 | default y |
| 169 | |
| 170 | config ARC_HAS_DCACHE |
| 171 | bool "Use Data Cache" |
| 172 | default y |
| 173 | |
| 174 | config ARC_CACHE_PAGES |
| 175 | bool "Per Page Cache Control" |
| 176 | default y |
| 177 | depends on ARC_HAS_ICACHE || ARC_HAS_DCACHE |
| 178 | help |
| 179 | This can be used to over-ride the global I/D Cache Enable on a |
| 180 | per-page basis (but only for pages accessed via MMU such as |
| 181 | Kernel Virtual address or User Virtual Address) |
| 182 | TLB entries have a per-page Cache Enable Bit. |
| 183 | Note that Global I/D ENABLE + Per Page DISABLE works but corollary |
| 184 | Global DISABLE + Per Page ENABLE won't work |
| 185 | |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 186 | config ARC_CACHE_VIPT_ALIASING |
| 187 | bool "Support VIPT Aliasing D$" |
| 188 | default n |
| 189 | |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 190 | endif #ARC_CACHE |
| 191 | |
Vineet Gupta | 8b5850f | 2013-01-18 15:12:25 +0530 | [diff] [blame] | 192 | config ARC_HAS_ICCM |
| 193 | bool "Use ICCM" |
| 194 | help |
| 195 | Single Cycle RAMS to store Fast Path Code |
| 196 | default n |
| 197 | |
| 198 | config ARC_ICCM_SZ |
| 199 | int "ICCM Size in KB" |
| 200 | default "64" |
| 201 | depends on ARC_HAS_ICCM |
| 202 | |
| 203 | config ARC_HAS_DCCM |
| 204 | bool "Use DCCM" |
| 205 | help |
| 206 | Single Cycle RAMS to store Fast Path Data |
| 207 | default n |
| 208 | |
| 209 | config ARC_DCCM_SZ |
| 210 | int "DCCM Size in KB" |
| 211 | default "64" |
| 212 | depends on ARC_HAS_DCCM |
| 213 | |
| 214 | config ARC_DCCM_BASE |
| 215 | hex "DCCM map address" |
| 216 | default "0xA0000000" |
| 217 | depends on ARC_HAS_DCCM |
| 218 | |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 219 | config ARC_HAS_HW_MPY |
| 220 | bool "Use Hardware Multiplier (Normal or Faster XMAC)" |
| 221 | default y |
| 222 | help |
| 223 | Influences how gcc generates code for MPY operations. |
| 224 | If enabled, MPYxx insns are generated, provided by Standard/XMAC |
| 225 | Multipler. Otherwise software multipy lib is used |
| 226 | |
| 227 | choice |
| 228 | prompt "ARC700 MMU Version" |
| 229 | default ARC_MMU_V3 if ARC_CPU_770 |
| 230 | default ARC_MMU_V2 if ARC_CPU_750D |
| 231 | |
| 232 | config ARC_MMU_V1 |
| 233 | bool "MMU v1" |
| 234 | help |
| 235 | Orig ARC700 MMU |
| 236 | |
| 237 | config ARC_MMU_V2 |
| 238 | bool "MMU v2" |
| 239 | help |
| 240 | Fixed the deficiency of v1 - possible thrashing in memcpy sceanrio |
| 241 | when 2 D-TLB and 1 I-TLB entries index into same 2way set. |
| 242 | |
| 243 | config ARC_MMU_V3 |
| 244 | bool "MMU v3" |
| 245 | depends on ARC_CPU_770 |
| 246 | help |
| 247 | Introduced with ARC700 4.10: New Features |
| 248 | Variable Page size (1k-16k), var JTLB size 128 x (2 or 4) |
| 249 | Shared Address Spaces (SASID) |
| 250 | |
| 251 | endchoice |
| 252 | |
| 253 | |
| 254 | choice |
| 255 | prompt "MMU Page Size" |
| 256 | default ARC_PAGE_SIZE_8K |
| 257 | |
| 258 | config ARC_PAGE_SIZE_8K |
| 259 | bool "8KB" |
| 260 | help |
| 261 | Choose between 8k vs 16k |
| 262 | |
| 263 | config ARC_PAGE_SIZE_16K |
| 264 | bool "16KB" |
| 265 | depends on ARC_MMU_V3 |
| 266 | |
| 267 | config ARC_PAGE_SIZE_4K |
| 268 | bool "4KB" |
| 269 | depends on ARC_MMU_V3 |
| 270 | |
| 271 | endchoice |
| 272 | |
Vineet Gupta | 4788a59 | 2013-01-18 15:12:22 +0530 | [diff] [blame] | 273 | config ARC_COMPACT_IRQ_LEVELS |
| 274 | bool "ARCompact IRQ Priorities: High(2)/Low(1)" |
| 275 | default n |
| 276 | # Timer HAS to be high priority, for any other high priority config |
| 277 | select ARC_IRQ3_LV2 |
Vineet Gupta | 41195d2 | 2013-01-18 15:12:23 +0530 | [diff] [blame] | 278 | # if SMP, LV2 enabled ONLY if ARC implementation has LV2 re-entrancy |
| 279 | depends on !SMP || ARC_HAS_REENTRANT_IRQ_LV2 |
Vineet Gupta | 4788a59 | 2013-01-18 15:12:22 +0530 | [diff] [blame] | 280 | |
| 281 | if ARC_COMPACT_IRQ_LEVELS |
| 282 | |
| 283 | config ARC_IRQ3_LV2 |
| 284 | bool |
| 285 | |
| 286 | config ARC_IRQ5_LV2 |
| 287 | bool |
| 288 | |
| 289 | config ARC_IRQ6_LV2 |
| 290 | bool |
| 291 | |
| 292 | endif |
| 293 | |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 294 | config ARC_FPU_SAVE_RESTORE |
| 295 | bool "Enable FPU state persistence across context switch" |
| 296 | default n |
| 297 | help |
| 298 | Double Precision Floating Point unit had dedictaed regs which |
| 299 | need to be saved/restored across context-switch. |
| 300 | Note that ARC FPU is overly simplistic, unlike say x86, which has |
| 301 | hardware pieces to allow software to conditionally save/restore, |
| 302 | based on actual usage of FPU by a task. Thus our implemn does |
| 303 | this for all tasks in system. |
| 304 | |
Vineet Gupta | fbf8e13 | 2013-03-30 15:07:47 +0530 | [diff] [blame] | 305 | config ARC_CANT_LLSC |
| 306 | def_bool n |
| 307 | |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 308 | menuconfig ARC_CPU_REL_4_10 |
| 309 | bool "Enable support for Rel 4.10 features" |
| 310 | default n |
| 311 | help |
| 312 | -ARC770 (and dependent features) enabled |
| 313 | -ARC750 also shares some of the new features with 770 |
| 314 | |
| 315 | config ARC_HAS_LLSC |
| 316 | bool "Insn: LLOCK/SCOND (efficient atomic ops)" |
| 317 | default y |
Vineet Gupta | fbf8e13 | 2013-03-30 15:07:47 +0530 | [diff] [blame] | 318 | depends on ARC_CPU_770 && !ARC_CANT_LLSC |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 319 | |
| 320 | config ARC_HAS_SWAPE |
| 321 | bool "Insn: SWAPE (endian-swap)" |
| 322 | default y |
| 323 | depends on ARC_CPU_REL_4_10 |
| 324 | |
| 325 | config ARC_HAS_RTSC |
| 326 | bool "Insn: RTSC (64-bit r/o cycle counter)" |
| 327 | default y |
| 328 | depends on ARC_CPU_REL_4_10 |
Vineet Gupta | 41195d2 | 2013-01-18 15:12:23 +0530 | [diff] [blame] | 329 | # if SMP, enable RTSC only if counter is coherent across cores |
| 330 | depends on !SMP || ARC_HAS_COH_RTSC |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 331 | |
| 332 | endmenu # "ARC CPU Configuration" |
| 333 | |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 334 | config LINUX_LINK_BASE |
| 335 | hex "Linux Link Address" |
| 336 | default "0x80000000" |
| 337 | help |
| 338 | ARC700 divides the 32 bit phy address space into two equal halves |
| 339 | -Lower 2G (0 - 0x7FFF_FFFF ) is user virtual, translated by MMU |
| 340 | -Upper 2G (0x8000_0000 onwards) is untranslated, for kernel |
| 341 | Typically Linux kernel is linked at the start of untransalted addr, |
| 342 | hence the default value of 0x8zs. |
| 343 | However some customers have peripherals mapped at this addr, so |
| 344 | Linux needs to be scooted a bit. |
| 345 | If you don't know what the above means, leave this setting alone. |
| 346 | |
Vineet Gupta | 080c374 | 2013-02-11 19:52:57 +0530 | [diff] [blame] | 347 | config ARC_CURR_IN_REG |
| 348 | bool "Dedicate Register r25 for current_task pointer" |
| 349 | default y |
| 350 | help |
| 351 | This reserved Register R25 to point to Current Task in |
| 352 | kernel mode. This saves memory access for each such access |
| 353 | |
Vineet Gupta | 2e651ea | 2013-01-23 16:30:36 +0530 | [diff] [blame] | 354 | |
| 355 | config ARC_MISALIGN_ACCESS |
| 356 | bool "Emulate unaligned memory access (userspace only)" |
| 357 | default N |
| 358 | select SYSCTL_ARCH_UNALIGN_NO_WARN |
| 359 | select SYSCTL_ARCH_UNALIGN_ALLOW |
| 360 | help |
| 361 | This enables misaligned 16 & 32 bit memory access from user space. |
| 362 | Use ONLY-IF-ABS-NECESSARY as it will be very slow and also can hide |
| 363 | potential bugs in code |
| 364 | |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 365 | config ARC_STACK_NONEXEC |
| 366 | bool "Make stack non-executable" |
| 367 | default n |
| 368 | help |
| 369 | To disable the execute permissions of stack/heap of processes |
| 370 | which are enabled by default. |
| 371 | |
| 372 | config HZ |
| 373 | int "Timer Frequency" |
| 374 | default 100 |
| 375 | |
Vineet Gupta | cbe056f | 2013-01-18 15:12:25 +0530 | [diff] [blame] | 376 | config ARC_METAWARE_HLINK |
| 377 | bool "Support for Metaware debugger assisted Host access" |
| 378 | default n |
| 379 | help |
| 380 | This options allows a Linux userland apps to directly access |
| 381 | host file system (open/creat/read/write etc) with help from |
| 382 | Metaware Debugger. This can come in handy for Linux-host communication |
| 383 | when there is no real usable peripheral such as EMAC. |
| 384 | |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 385 | menuconfig ARC_DBG |
| 386 | bool "ARC debugging" |
| 387 | default y |
| 388 | |
Vineet Gupta | 854a0d9 | 2013-01-22 17:03:19 +0530 | [diff] [blame] | 389 | config ARC_DW2_UNWIND |
| 390 | bool "Enable DWARF specific kernel stack unwind" |
| 391 | depends on ARC_DBG |
| 392 | default y |
| 393 | select KALLSYMS |
| 394 | help |
| 395 | Compiles the kernel with DWARF unwind information and can be used |
| 396 | to get stack backtraces. |
| 397 | |
| 398 | If you say Y here the resulting kernel image will be slightly larger |
| 399 | but not slower, and it will give very useful debugging information. |
| 400 | If you don't debug the kernel, you can say N, but we may not be able |
| 401 | to solve problems without frame unwind information |
| 402 | |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 403 | config ARC_DBG_TLB_PARANOIA |
| 404 | bool "Paranoia Checks in Low Level TLB Handlers" |
Mischa Jonker | f46121b | 2013-01-18 15:12:24 +0530 | [diff] [blame] | 405 | depends on ARC_DBG |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 406 | default n |
| 407 | |
| 408 | config ARC_DBG_TLB_MISS_COUNT |
| 409 | bool "Profile TLB Misses" |
| 410 | default n |
| 411 | select DEBUG_FS |
| 412 | depends on ARC_DBG |
| 413 | help |
| 414 | Counts number of I and D TLB Misses and exports them via Debugfs |
| 415 | The counters can be cleared via Debugfs as well |
| 416 | |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 417 | config CMDLINE_UBOOT |
| 418 | bool "Support U-boot kernel command line passing" |
| 419 | default n |
| 420 | help |
| 421 | If you are using U-boot (www.denx.de) and wish to pass the kernel |
| 422 | command line from the U-boot environment to the Linux kernel then |
| 423 | switch this option on. |
| 424 | ARC U-boot will setup the cmdline in RAM/flash and set r2 to point |
Vineet Gupta | 6971881 | 2013-04-09 16:12:01 +0530 | [diff] [blame] | 425 | to it. kernel startup code will append this to DeviceTree |
| 426 | /bootargs provided cmdline args. |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 427 | |
Vineet Gupta | 999159a | 2013-01-22 17:00:52 +0530 | [diff] [blame] | 428 | config ARC_BUILTIN_DTB_NAME |
| 429 | string "Built in DTB" |
| 430 | help |
| 431 | Set the name of the DTB to embed in the vmlinux binary |
| 432 | Leaving it blank selects the minimal "skeleton" dtb |
| 433 | |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 434 | source "kernel/Kconfig.preempt" |
| 435 | |
Vineet Gupta | 5628832 | 2013-04-06 14:16:20 +0530 | [diff] [blame] | 436 | menu "Executable file formats" |
| 437 | source "fs/Kconfig.binfmt" |
| 438 | endmenu |
| 439 | |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 440 | endmenu # "ARC Architecture Configuration" |
| 441 | |
| 442 | source "mm/Kconfig" |
| 443 | source "net/Kconfig" |
| 444 | source "drivers/Kconfig" |
| 445 | source "fs/Kconfig" |
| 446 | source "arch/arc/Kconfig.debug" |
| 447 | source "security/Kconfig" |
| 448 | source "crypto/Kconfig" |
| 449 | source "lib/Kconfig" |