On Thu, May 24, 2012 at 2:52 AM, Michael Schmitz
<[email protected]> wrote:
> --- a/arch/m68k/Kconfig.bus
> +++ b/arch/m68k/Kconfig.bus
> @@ -55,6 +55,17 @@ config ATARI_ROM_ISA
> The only driver currently using this adapter is the EtherNEC
> driver for RTL8019AS based NE2000 compatible network cards.
>
> +config ATARI_USB
> + bool "Atari USB host controller support"
> + depends on ATARI
> + select USB_SUPPORT
> + select USB_ARCH_HAS_HCD
Nothing actually uses CONFIG_ATARI_USB, it's just used to select USB_SUPPORT
and USB_ARCH_HAS_HCD?
Perhaps you can make the platform device creation depend on this?
> diff --git a/arch/m68k/atari/config.c b/arch/m68k/atari/config.c
> index adfc901..52bc0ce 100644
> --- a/arch/m68k/atari/config.c
> +++ b/arch/m68k/atari/config.c
> +/*
> + * EtherNEC: ISA NE2000 compatible card (i.e. Realtek 8019) via ROM-port
> adapter
> + */
> +
> #define ATARI_ETHERNEC_PHYS_ADDR 0xfffa0000
> #define ATARI_ETHERNEC_BASE 0x300
> #define ATARI_ETHERNEC_IRQ IRQ_MFP_TIMD
This doesn't belong in this patch.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html