Przeglądaj źródła

[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>
Stephen Rothwell 18 lat temu
rodzic
commit
ba3ba887c3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      arch/powerpc/platforms/iseries/Kconfig

+ 1 - 1
arch/powerpc/platforms/iseries/Kconfig

@@ -31,5 +31,5 @@ endmenu
 
 
 config VIOPATH
 config VIOPATH
 	bool
 	bool
-	depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || VETH
+	depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || ISERIES_VETH
 	default y
 	default y