diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-04-19 19:06:39 +0200 |
---|---|---|
committer | Juergen Gross <jgross@suse.com> | 2017-05-02 11:14:36 +0200 |
commit | 4a806016223c6df131280c82f1ed69c820b6a9ff (patch) | |
tree | 76fbbe8b2265066e9c4ff047fc1b39607403e40a /net/9p | |
parent | 65f9d65443b5512f74248a3eb56731fbb0b337b8 (diff) |
xen/9pfs: select CONFIG_XEN_XENBUS_FRONTEND
All Xen frontends need to select this symbol to avoid a link error:
net/built-in.o: In function `p9_trans_xen_init':
:(.text+0x149e9c): undefined reference to `__xenbus_register_frontend'
Fixes: d4b40a02f837 ("xen/9pfs: build 9pfs Xen transport driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'net/9p')
-rw-r--r-- | net/9p/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/9p/Kconfig b/net/9p/Kconfig index 3f286f1bd1d3..e6014e0e51f7 100644 --- a/net/9p/Kconfig +++ b/net/9p/Kconfig @@ -24,6 +24,7 @@ config NET_9P_VIRTIO config NET_9P_XEN depends on XEN + select XEN_XENBUS_FRONTEND tristate "9P Xen Transport" help This builds support for a transport for 9pfs between |