On 3/30/20 7:29 PM, Jason Wang wrote: > After commit ec9d8449a99b ("vhost: refine vhost and vringh kconfig"), > CONFIG_VHOST could be enabled independently. This means we need make > CONFIG_VHOST depend on CONFIG_EVENTFD, otherwise we break compiling > without CONFIG_EVENTFD. > > Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Fixes: ec9d8449a99b ("vhost: refine vhost and vringh kconfig") > Signed-off-by: Jason Wang <jasowang@xxxxxxxxxx> > --- > drivers/vhost/Kconfig | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> # build-tested thanks. -- ~Randy