diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2006-12-15 15:46:39 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-20 16:37:48 +1100 |
commit | ba3ba887c3549656c17675e73e12aaa97c3548f1 (patch) | |
tree | 9416e1234d64c68a238a33c96b672ee9cda3d296 /arch | |
parent | 94c8f9f974f2ad29b90b2830b189d74a633fef49 (diff) | |
download | op-kernel-dev-ba3ba887c3549656c17675e73e12aaa97c3548f1.zip op-kernel-dev-ba3ba887c3549656c17675e73e12aaa97c3548f1.tar.gz |
[POWERPC] iSeries: fix CONFIG_VIOPATH dependency
This is a long standing typo.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/iseries/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/iseries/Kconfig b/arch/powerpc/platforms/iseries/Kconfig index 887b688..54e6b3b 100644 --- a/arch/powerpc/platforms/iseries/Kconfig +++ b/arch/powerpc/platforms/iseries/Kconfig @@ -31,5 +31,5 @@ endmenu config VIOPATH bool - depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || VETH + depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || ISERIES_VETH default y |