Discussion:
[PATCH] m68k/atari - update Kconfig.bus help text
Michael Schmitz
2014-09-10 08:26:21 UTC
Permalink
Add NetUSBee to users of ATARI_ROM_ISA option (thanks Geert for
spotting this in randconfig builds).

Add note to ATARI_USB option to alert user to enable ATARI_ROM_ISA
if they want support for the NetUSBee USB driver.

Signed-off-by: Michael Schmitz <***@gmail.com>
---
arch/m68k/Kconfig.bus | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/arch/m68k/Kconfig.bus b/arch/m68k/Kconfig.bus
index b473f40..fea83ca 100644
--- a/arch/m68k/Kconfig.bus
+++ b/arch/m68k/Kconfig.bus
@@ -52,8 +52,10 @@ config ATARI_ROM_ISA
This option enables support for the ROM port ISA adapter used to
operate ISA cards on Atari. Only 8 bit cards are supported, and
no interrupt lines are connected.
- The only driver currently using this adapter is the EtherNEC
- driver for RTL8019AS based NE2000 compatible network cards.
+ The only drivers currently using this adapter are the NE2000 ISA
+ driver for EtherNEC (RTL8019AS based NE2000 compatible network
+ cards), and drivers for the NetUSBee (RTL8019AS / ISP1160 ethernet/
+ USB combo card).

config ATARI_USB
bool "Atari USB host controller support"
@@ -64,6 +66,8 @@ config ATARI_USB
the EtherNAT and NetUSBee cards for Atari. You will have to select
an appropriate HCD driver in the USB section (the ISP1160 one is
the most commonly used one).
+ Support for the NetUSBee in the ISP116x host controller driver also
+ requires the ATARI_ROM_ISA option to be set.

config GENERIC_ISA_DMA
def_bool ISA
--
1.7.0.4
Andreas Schwab
2014-09-10 16:14:02 UTC
Permalink
Post by Michael Schmitz
diff --git a/arch/m68k/Kconfig.bus b/arch/m68k/Kconfig.bus
index b473f40..fea83ca 100644
--- a/arch/m68k/Kconfig.bus
+++ b/arch/m68k/Kconfig.bus
@@ -52,8 +52,10 @@ config ATARI_ROM_ISA
This option enables support for the ROM port ISA adapter used to
operate ISA cards on Atari. Only 8 bit cards are supported, and
no interrupt lines are connected.
- The only driver currently using this adapter is the EtherNEC
- driver for RTL8019AS based NE2000 compatible network cards.
+ The only drivers currently using this adapter are the NE2000 ISA
+ driver for EtherNEC (RTL8019AS based NE2000 compatible network
+ cards), and drivers for the NetUSBee (RTL8019AS / ISP1160 ethernet/
+ USB combo card).
Please use consistent spacing.

Andreas.
--
Andreas Schwab, ***@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
Michael Schmitz
2014-09-13 00:44:35 UTC
Permalink
Add NetUSBee to users of ATARI_ROM_ISA option (thanks Geert for
spotting this in randconfig builds).

Add note to ATARI_USB option to alert user to enable ATARI_ROM_ISA
if they want support for the NetUSBee USB driver.

Signed-off-by: Michael Schmitz <***@gmail.com>
---
arch/m68k/Kconfig.bus | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/arch/m68k/Kconfig.bus b/arch/m68k/Kconfig.bus
index b473f40..a934018 100644
--- a/arch/m68k/Kconfig.bus
+++ b/arch/m68k/Kconfig.bus
@@ -52,8 +52,10 @@ config ATARI_ROM_ISA
This option enables support for the ROM port ISA adapter used to
operate ISA cards on Atari. Only 8 bit cards are supported, and
no interrupt lines are connected.
- The only driver currently using this adapter is the EtherNEC
- driver for RTL8019AS based NE2000 compatible network cards.
+ The only drivers currently using this adapter are the NE2000 ISA
+ driver for EtherNEC (RTL8019AS based NE2000 compatible network
+ cards), and drivers for the NetUSBee (RTL8019AS / ISP1160 ethernet/
+ USB combo card).

config ATARI_USB
bool "Atari USB host controller support"
@@ -64,6 +66,8 @@ config ATARI_USB
the EtherNAT and NetUSBee cards for Atari. You will have to select
an appropriate HCD driver in the USB section (the ISP1160 one is
the most commonly used one).
+ Support for the NetUSBee in the ISP116x host controller driver also
+ requires the ATARI_ROM_ISA option to be set.

config GENERIC_ISA_DMA
def_bool ISA
--
1.7.0.4
Geert Uytterhoeven
2014-09-14 09:58:29 UTC
Permalink
Post by Michael Schmitz
Add NetUSBee to users of ATARI_ROM_ISA option (thanks Geert for
spotting this in randconfig builds).
Add note to ATARI_USB option to alert user to enable ATARI_ROM_ISA
if they want support for the NetUSBee USB driver.
Thanks, applied.

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ***@linux-m68k.org

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

Loading...