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