[PATCH 10/11] Celleb: basic support

Paul Mackerras paulus at samba.org
Thu Feb 8 16:28:10 EST 2007


Ishizaki Kou writes:

> +config PPC_CELLEB
> +	bool "Toshiba's Cell Reference Set 'Celleb' Architecture"
> +	depends on PPC_MULTIPLATFORM && PPC64
> +	select PPC_CELL
> +	select PPC_OF_PLATFORM_PCI
> +	select HAS_TXX9_SERIAL
> +	select PPC_UDBG_BEAT
> +	select USB_OHCI_BIG_ENDIAN_MMIO
> +	select USB_EHCI_BIG_ENDIAN_MMIO

I get:

scripts/kconfig/conf -s arch/powerpc/Kconfig
arch/powerpc/Kconfig:569:warning: 'select' used by config symbol 'PPC_CELLEB' refer to undefined symbol 'USB_OHCI_BIG_ENDIAN_MMIO'
arch/powerpc/Kconfig:570:warning: 'select' used by config symbol 'PPC_CELLEB' refer to undefined symbol 'USB_EHCI_BIG_ENDIAN_MMIO'

I applied this patch anyway.  Is this something that will get fixed by
changes you have submitted to the USB maintainer, or is some other fix
required?

Paul.



More information about the Linuxppc-dev mailing list