From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH] tty/powerpc: fix build break with ehv_bytechan.c on allyesconfig Date: Thu, 25 Aug 2011 09:32:34 -0700 Message-ID: <20110825163234.GA31629@kroah.com> References: <1314289245-14946-1-git-send-email-timur@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1314289245-14946-1-git-send-email-timur@freescale.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@lists.ozlabs.org Sender: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@lists.ozlabs.org To: Timur Tabi Cc: sfr@canb.auug.org.au, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org List-Id: linux-next.vger.kernel.org On Thu, Aug 25, 2011 at 11:20:45AM -0500, Timur Tabi wrote: > The Kconfig for the ePAPR hypervisor byte channel driver has a "depends on PPC", > which means it would compile on all PowerPC platforms, even though it's > only been tested on Freescale platforms. Change the Kconfig to depend on > FSL_SOC instead. tested doesn't mean that it shouldn't still build properly for other platforms, right? What is keeping the driver from building on all PPC, or even all arches today? greg k-h