diff options
Diffstat (limited to 'hw/nvram/Kconfig')
-rw-r--r-- | hw/nvram/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/nvram/Kconfig b/hw/nvram/Kconfig new file mode 100644 index 0000000000..1f5ec95d8b --- /dev/null +++ b/hw/nvram/Kconfig @@ -0,0 +1,8 @@ +config DS1225Y + bool + +config AT24C + bool + +config MAC_NVRAM + bool |