Signed-off-by: Ákos Kovács <akoskov...@gmx.com> --- hw/block/Kconfig | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 hw/block/Kconfig
diff --git a/hw/block/Kconfig b/hw/block/Kconfig new file mode 100644 index 0000000..d7a7e61 --- /dev/null +++ b/hw/block/Kconfig @@ -0,0 +1,31 @@ +config FDC + bool + select I8257 if !SUN4M + #depends on ISA + +config SSI_M25P80 + bool + depends on SSI + +config NAND + bool + +config PFLASH_CFI01 + bool + +config PFLASH_CFI02 + bool + +config ECC + bool + +config ONENAND + bool + +config PC_SYSFW + bool + #depends on ISA + +config NVME_PCI + bool + depends on PCI -- 1.8.1.2