]> Git Repo - qemu.git/blob - hw/nvram/Kconfig
qmp: Move dispatcher to a coroutine
[qemu.git] / hw / nvram / Kconfig
1 config DS1225Y
2     bool
3
4 config AT24C
5     bool
6     depends on I2C
7
8 config MAC_NVRAM
9     bool
10     select CHRP_NVRAM
11
12 # NMC93XX uses the NS uWire interface (similar to SPI but less configurable)
13 config NMC93XX_EEPROM
14     bool
15
16 config CHRP_NVRAM
17     bool
This page took 0.026673 seconds and 4 git commands to generate.