diff options
Diffstat (limited to 'hw/gpio/Kconfig')
-rw-r--r-- | hw/gpio/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/gpio/Kconfig b/hw/gpio/Kconfig new file mode 100644 index 0000000..d0a4abf --- /dev/null +++ b/hw/gpio/Kconfig @@ -0,0 +1,8 @@ +config MAX7310 + bool + +config PL061 + bool + +config GPIO_KEY + bool |