From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by ozlabs.org (Postfix) with ESMTP id 7C055DDDFB for ; Mon, 5 May 2008 18:00:53 +1000 (EST) Received: by wx-out-0506.google.com with SMTP id i30so60528wxd.15 for ; Mon, 05 May 2008 01:00:50 -0700 (PDT) Message-ID: Date: Mon, 5 May 2008 10:00:50 +0200 From: "Fabrizio Garetto" Sender: rider4ever@gmail.com To: linuxppc-dev@ozlabs.org Subject: MPC52xx and SPI (native one, NOT psc) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello to everyone, I was trying to enable the SPI of a lite5200 board. I've seen that there's something related to this in arch/powerpc/boot/dts/lite5200b.dts >spi@f00 { > device_type = "spi"; > compatible = "mpc5200b-spi\0mpc5200-spi"; > reg = ; > interrupts = <2 d 0 2 e 0>; > interrupt-parent = <&mpc5200_pic>; > }; > but I'm not able to find where to enable it in menuconfig. Under device drivers -> Spi support there only the PSC SPI. Where am I wrong? Thanks in advance, Fabrizio Garetto