projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f0ebd9
)
sh: Update shmin to reflect PIO dependency.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 24 May 2011 08:33:51 +0000
(17:33 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 24 May 2011 08:33:51 +0000
(17:33 +0900)
shmin uses __set_io_port_base() for legacy I/O mapping that ethernet and
other SuperI/O functions depend on. Ensure that PIO support is built in
until the board is updated for MMIO properly.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig
patch
|
blob
|
history
diff --git
a/arch/sh/Kconfig
b/arch/sh/Kconfig
index
b44e377
..
a164c9e
100644
(file)
--- a/
arch/sh/Kconfig
+++ b/
arch/sh/Kconfig
@@
-167,7
+167,7
@@
config ARCH_HAS_CPU_IDLE_WAIT
config NO_IOPORT
def_bool !PCI
- depends on !SH_CAYMAN && !SH_SH4202_MICRODEV
+ depends on !SH_CAYMAN && !SH_SH4202_MICRODEV
&& !SH_SHMIN
config IO_TRAPPED
bool