diff options
| author | Tom Rini <[email protected]> | 2025-01-14 19:22:11 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-20 19:26:54 -0600 |
| commit | a72fa7f2fee76b65c34ec1299334fef4f98aee50 (patch) | |
| tree | 14555e20f7ec24c88fa23d552668d9f79a0f6e2e /drivers/usb | |
| parent | aad58634595eca4792ff6c5612c2da6719d529bf (diff) | |
blk: Make block subsystems select BLK
The BLK symbol has a few meanings, one of which is that it controls the
driver model portion of a "block device". Rather than having this hidden
symbol be "default y if ..." it should be select'd by the various block
subsystems. Symbols such as PVBLOCK which already select'd BLK are
unchanged".
Reviewed-by: Peter Robinson <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/usb')
| -rw-r--r-- | drivers/usb/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 960b6a906ac..99c6649e417 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -1,5 +1,6 @@ menuconfig USB bool "USB support" + select BLK ---help--- Universal Serial Bus (USB) is a specification for a serial bus subsystem which offers higher speeds and more features than the |
