diff options
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-08-03 11:12:17 -0400 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-08-09 11:12:14 -0400 |
commit | ea5e116162b7e0cf83a2b8a273440514404604de (patch) | |
tree | 6eee7e14bb69e015172b806d2abc98272430717f | |
parent | 89153b5cae9f40c224a5d321665a97bf14220c2c (diff) | |
download | op-kernel-dev-ea5e116162b7e0cf83a2b8a273440514404604de.zip op-kernel-dev-ea5e116162b7e0cf83a2b8a273440514404604de.tar.gz |
xen/blkback: Make description more obvious.
With the frontend having Xen but the backend not, it just looks odd:
<*> Xen virtual block device support
<*> Block-device backend driver
Fix it to have the 'Xen' in front of it.
Reported-by: Sander Eikelenboom <linux@eikelenboom.it>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
-rw-r--r-- | drivers/block/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 717d6e4..a89ebf1 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -471,7 +471,7 @@ config XEN_BLKDEV_FRONTEND in another domain which drives the actual block device. config XEN_BLKDEV_BACKEND - tristate "Block-device backend driver" + tristate "Xen block-device backend driver" depends on XEN_BACKEND help The block-device backend driver allows the kernel to export its |