diff options
Diffstat (limited to 'hw/ufs/Kconfig')
| -rw-r--r-- | hw/ufs/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/ufs/Kconfig b/hw/ufs/Kconfig new file mode 100644 index 0000000000..b7b3392e85 --- /dev/null +++ b/hw/ufs/Kconfig @@ -0,0 +1,4 @@ +config UFS_PCI + bool + default y if PCI_DEVICES + depends on PCI |