All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nobin Mathew <nobin.mathew@gmail.com>
To: Randy Dunlap <randy.dunlap@oracle.com>
Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: make ARM=arm menuconfig problem in mainline
Date: Wed, 2 Jun 2010 21:40:23 +0530	[thread overview]
Message-ID: <AANLkTikYYVh0S2l884s_u3efl-b413YhoNttjOJGKsrt@mail.gmail.com> (raw)
In-Reply-To: <20100602085748.6771e025.randy.dunlap@oracle.com>

when I go to select ARM system
type(OMAP, Davinci etc), I am not seeing any entries there in the pop
up window. When I remove  bool "Samsung S3C2410, S3C2412, S3C2413,
S3C2416, S3C2440,
>> S3C2442, S3C2443, S3C2450"  it is working fine. I feel it is something to do with length of that string.

Is it possible to attach screenshots in this list?

Thanks
Nobin

On Wed, Jun 2, 2010 at 9:27 PM, Randy Dunlap <randy.dunlap@oracle.com> wrote:
> On Wed, 2 Jun 2010 20:04:28 +0530 Nobin Mathew wrote:
>
>> adding linux-arm-kernel@lists.infradead.org
>>
>> Hi,
>>
>> The following entry creates problem in ARM System type menu. I am
>> using a Fedora 12 system.
>
> What kind of problem does it create?
> It seems to work for me (on f11, not f12).
> Does it have something to do with F12 specifically?
>
>
>> Length of bool "Samsung S3C2410, S3C2412, S3C2413, S3C2416, S3C2440,
>> S3C2442, S3C2443, S3C2450" is the problem. How can I fix it.
>
> Describe the problem, please.
>
>> config ARCH_S3C2410
>>        bool "Samsung S3C2410, S3C2412, S3C2413, S3C2416, S3C2440,
>> S3C2442, S3C2443, S3C2450"
>>        select GENERIC_GPIO
>>        select ARCH_HAS_CPUFREQ
>>        select HAVE_CLK
>>        select ARCH_USES_GETTIMEOFFSET
>>        help
>>          Samsung S3C2410X CPU based systems, such as the Simtec Electronics
>>          BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
>>          the Samsung SMDK2410 development board (and derivatives).
>>
>>          Note, the S3C2416 and the S3C2450 are so close that they even share
>>          the same SoC ID code. This means that there is no seperate machine
>>          directory (no arch/arm/mach-s3c2450) as the S3C2416 was first.
>
>
> ---
> ~Randy
> *** Remember to use Documentation/SubmitChecklist when testing your code ***
>

WARNING: multiple messages have this Message-ID (diff)
From: nobin.mathew@gmail.com (Nobin Mathew)
To: linux-arm-kernel@lists.infradead.org
Subject: make ARM=arm menuconfig problem in mainline
Date: Wed, 2 Jun 2010 21:40:23 +0530	[thread overview]
Message-ID: <AANLkTikYYVh0S2l884s_u3efl-b413YhoNttjOJGKsrt@mail.gmail.com> (raw)
In-Reply-To: <20100602085748.6771e025.randy.dunlap@oracle.com>

when I go to select ARM system
type(OMAP, Davinci etc), I am not seeing any entries there in the pop
up window. When I remove  bool "Samsung S3C2410, S3C2412, S3C2413,
S3C2416, S3C2440,
>> S3C2442, S3C2443, S3C2450"  it is working fine. I feel it is something to do with length of that string.

Is it possible to attach screenshots in this list?

Thanks
Nobin

On Wed, Jun 2, 2010 at 9:27 PM, Randy Dunlap <randy.dunlap@oracle.com> wrote:
> On Wed, 2 Jun 2010 20:04:28 +0530 Nobin Mathew wrote:
>
>> adding linux-arm-kernel at lists.infradead.org
>>
>> Hi,
>>
>> The following entry creates problem in ARM System type menu. I am
>> using a Fedora 12 system.
>
> What kind of problem does it create?
> It seems to work for me (on f11, not f12).
> Does it have something to do with F12 specifically?
>
>
>> Length of bool "Samsung S3C2410, S3C2412, S3C2413, S3C2416, S3C2440,
>> S3C2442, S3C2443, S3C2450" is the problem. How can I fix it.
>
> Describe the problem, please.
>
>> config ARCH_S3C2410
>> ? ? ? ?bool "Samsung S3C2410, S3C2412, S3C2413, S3C2416, S3C2440,
>> S3C2442, S3C2443, S3C2450"
>> ? ? ? ?select GENERIC_GPIO
>> ? ? ? ?select ARCH_HAS_CPUFREQ
>> ? ? ? ?select HAVE_CLK
>> ? ? ? ?select ARCH_USES_GETTIMEOFFSET
>> ? ? ? ?help
>> ? ? ? ? ?Samsung S3C2410X CPU based systems, such as the Simtec Electronics
>> ? ? ? ? ?BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
>> ? ? ? ? ?the Samsung SMDK2410 development board (and derivatives).
>>
>> ? ? ? ? ?Note, the S3C2416 and the S3C2450 are so close that they even share
>> ? ? ? ? ?the same SoC ID code. This means that there is no seperate machine
>> ? ? ? ? ?directory (no arch/arm/mach-s3c2450) as the S3C2416 was first.
>
>
> ---
> ~Randy
> *** Remember to use Documentation/SubmitChecklist when testing your code ***
>

  parent reply	other threads:[~2010-06-02 16:10 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-02  4:32 make ARM=arm menuconfig problem in mainline Nobin Mathew
2010-06-02 14:34 ` Nobin Mathew
2010-06-02 14:34   ` Nobin Mathew
2010-06-02 15:57   ` Randy Dunlap
2010-06-02 15:57     ` Randy Dunlap
2010-06-02 16:08     ` Nobin Mathew
2010-06-02 16:08       ` Nobin Mathew
2010-06-02 16:49       ` [TEMP PATCH] " Randy Dunlap
2010-06-02 16:49         ` Randy Dunlap
2010-06-02 17:11         ` Nobin Mathew
2010-06-02 17:11           ` Nobin Mathew
2010-06-03  0:25         ` Ben Dooks
2010-06-03  0:25           ` Ben Dooks
2010-06-03  1:12           ` [TEMP PATCH v2] " Randy Dunlap
2010-06-03  1:12             ` Randy Dunlap
2010-06-03  6:53             ` Li Zefan
2010-06-03  6:53               ` Li Zefan
2010-06-02 16:10     ` Nobin Mathew [this message]
2010-06-02 16:10       ` Nobin Mathew

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTikYYVh0S2l884s_u3efl-b413YhoNttjOJGKsrt@mail.gmail.com \
    --to=nobin.mathew@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=randy.dunlap@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.