turris omnia kernel: add RTC, i2c mux, eeprom

mainline-omnia-wip
Daniel Barlow 2024-02-09 22:34:46 +00:00
parent aca3e11631
commit 86d19c54b3
1 changed files with 12 additions and 0 deletions

View File

@ -199,6 +199,18 @@
ARCH_MULTI_V7= "y";
PCI_MVEBU = "y";
AHCI_MVEBU = "y";
RTC_CLASS = "y";
RTC_DRV_ARMADA38X = "y"; # this may be useful anyway?
# dts has a compatible for this but dmesg is not
# showing it
EEPROM_AT24 = "y"; # atmel,24c64
I2C = "y";
I2C_MUX = "y";
I2C_MUX_PCA954x = "y";
MACH_ARMADA_38X = "y";
SMP = "y";
# this is disabled for the moment because it relies on a GCC