1config FDC 2 bool 3 4config FDC_ISA 5 bool 6 depends on ISA_BUS 7 select FDC 8 9config FDC_SYSBUS 10 bool 11 select FDC 12 13config SSI_M25P80 14 bool 15 16config NAND 17 bool 18 19config PFLASH_CFI01 20 bool 21 22config PFLASH_CFI02 23 bool 24 25config ECC 26 bool 27 28config VIRTIO_BLK 29 bool 30 default y 31 depends on VIRTIO 32 33config VHOST_USER_BLK 34 bool 35 # Only PCI devices are provided for now 36 default y if VIRTIO_PCI 37 depends on VIRTIO && VHOST_USER && LINUX 38 39config SWIM 40 bool 41