diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-11-21 22:33:33 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-11-21 22:33:33 +0100 |
commit | 8d92813827c5979c9298cbdd98b0503c427fd42a (patch) | |
tree | b6c101c47476e841020d7d2454d7325cf89f05ca /src/arch/posix/Kconfig | |
parent | 560b35559fb810ba3c0a85c24de59735c74e784e (diff) |
POSIX: Add proper I2C driver (via /dev/i2c)
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 |