add cfid and geom_redboot
This commit is contained in:
parent
443f1e7991
commit
215c1391c4
@ -68,6 +68,8 @@ device uart
|
||||
|
||||
device ixpwdog # watchdog timer
|
||||
device cfi # flash support
|
||||
device cfid # flash disk support
|
||||
device geom_redboot # redboot fis parser
|
||||
|
||||
# I2C Bus
|
||||
device iicbus
|
||||
|
@ -66,13 +66,17 @@ options VERBOSE_INIT_ARM
|
||||
device pci
|
||||
device uart
|
||||
|
||||
device ixpwdog # watchdog timer
|
||||
device cfi # flash support
|
||||
device cfid # flash disk support
|
||||
device geom_redboot # redboot fis parser
|
||||
|
||||
# I2C Bus
|
||||
device iicbus
|
||||
device iicbb
|
||||
device iic
|
||||
|
||||
device ixpiic # I2C bus glue
|
||||
device ixpwdog # watchdog timer
|
||||
device ds1672 # DS1672 on I2C bus
|
||||
device ad7418 # AD7418 on I2C bus
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user