All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chen Gang <gang.chen@asianux.com>
To: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <Will.Deacon@arm.com>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"linaro-kernel@lists.linaro.org" <linaro-kernel@lists.linaro.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] arm64: compiling issue for allmodconfig, need "asm/parport.h" by "drivers/parport/parport_pc.c"
Date: Wed, 22 May 2013 08:45:45 +0800	[thread overview]
Message-ID: <519C1539.10908@asianux.com> (raw)
In-Reply-To: <20130521131734.GD27002@arm.com>

On 05/21/2013 09:17 PM, Catalin Marinas wrote:
> On Mon, May 20, 2013 at 05:19:31AM +0100, Chen Gang wrote:
>>
>> Need add the default file in 'asm/Kbuild' just like arm has done.
>>
>> The build command is:
>>   make EXTRA_CFLAGS=-W ARCH=arm64 allmodconfig
>>   make EXTRA_CFLAGS=-W ARCH=arm64 menuconfig
>>     set "aarch64-linux-gnu-" as cross compiling prefix.
>>   make EXTRA_CFLAGS=-W ARCH=arm64
>>
>> The related error:
>>   drivers/parport/parport_pc.c:67:25: fatal error: asm/parport.h: No such file or directory
> 
> As I don't see when we'd need this driver, you can probably change the
> Kconfig entry (similar to the VGA_CONSOLE one).
> 

Oh, really it is, it is for PC, it seems except x86, no one else will
use it. And for x86, it will be less and less used, in the future.

It seems it is a better candidate than VGA_CONSOLE. I will define
CONFIG_HAVE_PARPORT_PC for it.  :-)

Thanks.
-- 
Chen Gang

Asianux Corporation

WARNING: multiple messages have this Message-ID (diff)
From: gang.chen@asianux.com (Chen Gang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm64: compiling issue for allmodconfig, need "asm/parport.h" by "drivers/parport/parport_pc.c"
Date: Wed, 22 May 2013 08:45:45 +0800	[thread overview]
Message-ID: <519C1539.10908@asianux.com> (raw)
In-Reply-To: <20130521131734.GD27002@arm.com>

On 05/21/2013 09:17 PM, Catalin Marinas wrote:
> On Mon, May 20, 2013 at 05:19:31AM +0100, Chen Gang wrote:
>>
>> Need add the default file in 'asm/Kbuild' just like arm has done.
>>
>> The build command is:
>>   make EXTRA_CFLAGS=-W ARCH=arm64 allmodconfig
>>   make EXTRA_CFLAGS=-W ARCH=arm64 menuconfig
>>     set "aarch64-linux-gnu-" as cross compiling prefix.
>>   make EXTRA_CFLAGS=-W ARCH=arm64
>>
>> The related error:
>>   drivers/parport/parport_pc.c:67:25: fatal error: asm/parport.h: No such file or directory
> 
> As I don't see when we'd need this driver, you can probably change the
> Kconfig entry (similar to the VGA_CONSOLE one).
> 

Oh, really it is, it is for PC, it seems except x86, no one else will
use it. And for x86, it will be less and less used, in the future.

It seems it is a better candidate than VGA_CONSOLE. I will define
CONFIG_HAVE_PARPORT_PC for it.  :-)

Thanks.
-- 
Chen Gang

Asianux Corporation

  reply	other threads:[~2013-05-22  0:46 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-24  3:44 [PATCH] arm64: compiling issue, need add include/asm/vga.h file Chen Gang
2013-04-24  3:44 ` Chen Gang
2013-04-24  8:22 ` Catalin Marinas
2013-04-24  8:22   ` Catalin Marinas
2013-04-24  8:44   ` Chen Gang
2013-04-24  8:44     ` Chen Gang
2013-04-24 10:20   ` [PATCH v2] " Chen Gang
2013-04-24 10:20     ` Chen Gang
2013-04-24 10:23     ` Will Deacon
2013-04-24 10:23       ` Will Deacon
2013-04-24 10:50       ` Chen Gang
2013-04-24 10:50         ` Chen Gang
2013-04-24 10:58       ` [PATCH v3] " Chen Gang
2013-04-24 10:58         ` Chen Gang
2013-04-24 11:05         ` Catalin Marinas
2013-04-24 11:05           ` Catalin Marinas
2013-04-24 11:06           ` Chen Gang
2013-04-24 11:06             ` Chen Gang
2013-05-20  4:19           ` [PATCH] arm64: compiling issue for allmodconfig, need "asm/parport.h" by "drivers/parport/parport_pc.c" Chen Gang
2013-05-20  4:19             ` Chen Gang
2013-05-21 13:17             ` Catalin Marinas
2013-05-21 13:17               ` Catalin Marinas
2013-05-22  0:45               ` Chen Gang [this message]
2013-05-22  0:45                 ` Chen Gang
2013-05-22  7:32                 ` Chen Gang
2013-05-22  7:32                   ` Chen Gang
2013-05-28 17:02                   ` Catalin Marinas
2013-05-28 17:02                     ` Catalin Marinas
2013-05-29  2:06                     ` Chen Gang
2013-05-29  2:06                       ` Chen Gang
2013-04-24 10:42     ` [PATCH v2] arm64: compiling issue, need add include/asm/vga.h file Catalin Marinas
2013-04-24 10:42       ` Catalin Marinas
2013-04-24 10:51       ` Chen Gang
2013-04-24 10:51         ` Chen Gang

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=519C1539.10908@asianux.com \
    --to=gang.chen@asianux.com \
    --cc=Will.Deacon@arm.com \
    --cc=catalin.marinas@arm.com \
    --cc=linaro-kernel@lists.linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    /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.