diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2017-09-23 04:04:43 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2017-10-04 10:43:57 +0300 |
commit | 786456325b9f05843ec722269a3ccd77c31b9c6d (patch) | |
tree | fbe5f0dc60b68751cad1ca11bce7078f036b3f66 /drivers/nvme/Kconfig | |
parent | 8ae4e4477d8f5cc7736816a0492f82934ca32ab7 (diff) | |
download | linux-786456325b9f05843ec722269a3ccd77c31b9c6d.tar.xz |
nvme: use menu Kconfig interface
Add a menu interface for NVME host and target support so that it is
presented to users more like other Kconfig symbols.
This makes the Device Driver menu less cluttered (easier to read)
and keeps all of these symbols grouped together.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Keith Busch <keith.busch@intel.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/nvme/Kconfig')
-rw-r--r-- | drivers/nvme/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/nvme/Kconfig b/drivers/nvme/Kconfig index b7c78a5b1f7a..04008e0bbe81 100644 --- a/drivers/nvme/Kconfig +++ b/drivers/nvme/Kconfig @@ -1,2 +1,6 @@ +menu "NVME Support" + source "drivers/nvme/host/Kconfig" source "drivers/nvme/target/Kconfig" + +endmenu |