projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86e4dd5
)
sh: mach-sdk7786: conditionally disable PIO support.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 25 May 2010 11:10:24 +0000
(20:10 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 2 Jun 2010 07:31:44 +0000
(16:31 +0900)
SDK7786 only supports PIO via the PCI I/O space, so we disable PIO
completely for the non-PCI case.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/Kconfig
patch
|
blob
|
history
diff --git
a/arch/sh/boards/Kconfig
b/arch/sh/boards/Kconfig
index
938e87d
..
fd6ddeb
100644
(file)
--- a/
arch/sh/boards/Kconfig
+++ b/
arch/sh/boards/Kconfig
@@
-154,6
+154,7
@@
config SH_SDK7786
bool "SDK7786"
depends on CPU_SUBTYPE_SH7786
select SYS_SUPPORTS_PCI
+ select NO_IOPORT if !PCI
help
Select SDK7786 if configuring for a Renesas Technology Europe
SH7786-65nm board.