hw/sd: sd: Skip write protect groups check in sd_erase() for high capacity cards
[qemu/ar7.git] / hw / block / Kconfig
blob2d17f481adc6fdde330aea8ebd9890bb7138f309
1 config FDC
2     bool
3     # FIXME: there is no separate file for the MMIO floppy disk controller, so
4     # select ISA_BUS here instead of polluting each board that requires one
5     select ISA_BUS
7 config SSI_M25P80
8     bool
10 config NAND
11     bool
13 config PFLASH_CFI01
14     bool
16 config PFLASH_CFI02
17     bool
19 config ECC
20     bool
22 config ONENAND
23     bool
25 config NVME_PCI
26     bool
27     default y if PCI_DEVICES
28     depends on PCI
30 config VIRTIO_BLK
31     bool
32     default y
33     depends on VIRTIO
35 config VHOST_USER_BLK
36     bool
37     # Only PCI devices are provided for now
38     default y if VIRTIO_PCI
39     depends on VIRTIO && VHOST_USER && LINUX
41 config SWIM
42     bool