lkml.org 
[lkml]   [2011]   [Jun]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH 05/19] OpenRISC: Build infrastructure
Date
On Sunday 19 June 2011 13:43:31 Jonas Bonn wrote:

> +config MMU
> + bool
> + default y

You can turn all the 'bool, default y' into 'def_bool y'

> +config GENERIC_CALIBRATE_DELAY
> + bool
> + default y

Do you need it? If you always pass the timer frequency in the
device tree, you can skip the calibrate_delay portion of the boot
process and at the same time get a more accurate time representation.

> +config FRAME_POINTER
> + bool
> + default y

Many architectures don't need this any more. Are you sure you still do?

> +choice
> + prompt "Subarchitecture"
> + default OR1K_1200
> +
> +config OR1K_1200
> + bool "OR1200"
> + help
> + Generic OpenRISC 1200 architecture
> +
> +endchoice

This seems pointless as long as there is only a single one. If you don't
plan to add a second one in the near future, just leave the menu out.

> +CONFIG_EMBEDDED=y

Why set CONFIG_EMBEDDED? I don't see any options depending on that being
set.

> +CONFIG_PREEMPT=y

Setting PREEMPT in the defconfig is fairly unusual.

Arnd


\
 
 \ /
  Last update: 2011-06-19 21:01    [W:0.314 / U:1.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site