Skip to content

Commit

Permalink
sh: PIO disabling for x3proto and urquell.
Browse files Browse the repository at this point in the history
urquell only provides PIO in the PCI case, while the x3proto board never
had a working PCIe controller, so it can simply disable it outright.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jun 2, 2010
1 parent 2422397 commit 861160b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/sh/boards/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ config SH_URQUELL
depends on CPU_SUBTYPE_SH7786
select ARCH_REQUIRE_GPIOLIB
select SYS_SUPPORTS_PCI
select NO_IOPORT if !PCI

config SH_MIGOR
bool "Migo-R"
Expand Down Expand Up @@ -287,6 +288,7 @@ config SH_LBOX_RE2
config SH_X3PROTO
bool "SH-X3 Prototype board"
depends on CPU_SUBTYPE_SHX3
select NO_IOPORT if !PCI

config SH_MAGIC_PANEL_R2
bool "Magic Panel R2"
Expand Down

0 comments on commit 861160b

Please sign in to comment.