aboutsummaryrefslogtreecommitdiff
path: root/hw/nvram/Kconfig
blob: e872fcb194194c1ad6eea7f7e3c3ee30fad3afc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config DS1225Y
    bool

config AT24C
    bool
    depends on I2C

config MAC_NVRAM
    bool
    select CHRP_NVRAM

# NMC93XX uses the NS uWire interface (similar to SPI but less configurable)
config NMC93XX_EEPROM
    bool

config CHRP_NVRAM
    bool