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