]> git.proxmox.com Git - mirror_qemu.git/blob - hw/gpio/Makefile.objs
hw/mips: Express dependencies of the r4k platform with Kconfig
[mirror_qemu.git] / hw / gpio / Makefile.objs
1 common-obj-$(CONFIG_MAX7310) += max7310.o
2 common-obj-$(CONFIG_PL061) += pl061.o
3 common-obj-$(CONFIG_PUV3) += puv3_gpio.o
4 common-obj-$(CONFIG_ZAURUS) += zaurus.o
5 common-obj-$(CONFIG_E500) += mpc8xxx.o
6 common-obj-$(CONFIG_GPIO_KEY) += gpio_key.o
7
8 obj-$(CONFIG_OMAP) += omap_gpio.o
9 obj-$(CONFIG_IMX) += imx_gpio.o
10 obj-$(CONFIG_RASPI) += bcm2835_gpio.o
11 obj-$(CONFIG_NRF51_SOC) += nrf51_gpio.o