diff options
Diffstat (limited to 'src/arch/posix/Kconfig')
-rw-r--r-- | src/arch/posix/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/posix/Kconfig b/src/arch/posix/Kconfig index ad5e85e..42ed413 100644 --- a/src/arch/posix/Kconfig +++ b/src/arch/posix/Kconfig @@ -8,6 +8,10 @@ config arch_posix_driver_counter bool "Cycle counter" select meta_driver_counter +config arch_posix_driver_i2c +bool "I2C via /dev/i2c" +select meta_driver_i2c + config arch_posix_driver_uptime bool "Uptime counter" select meta_driver_uptime |