diff options
Diffstat (limited to 'rust')
-rw-r--r-- | rust/hw/Kconfig | 1 | ||||
-rw-r--r-- | rust/hw/timer/Kconfig | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/rust/hw/Kconfig b/rust/hw/Kconfig index 4d934f3..36f92ec 100644 --- a/rust/hw/Kconfig +++ b/rust/hw/Kconfig @@ -1,2 +1,3 @@ # devices Kconfig source char/Kconfig +source timer/Kconfig diff --git a/rust/hw/timer/Kconfig b/rust/hw/timer/Kconfig new file mode 100644 index 0000000..afd9803 --- /dev/null +++ b/rust/hw/timer/Kconfig @@ -0,0 +1,2 @@ +config X_HPET_RUST + bool |