diff options
Diffstat (limited to 'rust/hw/char/Kconfig')
-rw-r--r-- | rust/hw/char/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/hw/char/Kconfig b/rust/hw/char/Kconfig new file mode 100644 index 0000000..a1732a9 --- /dev/null +++ b/rust/hw/char/Kconfig @@ -0,0 +1,3 @@ +config X_PL011_RUST + bool + default y if HAVE_RUST |