mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 04:43:54 -06:00

On e500 systems most SoCs implement a common GPIO controller that Linux calls the "mpc8xxx" gpio controller. This patch adds an emulation model for this device. Signed-off-by: Alexander Graf <agraf@suse.de>
7 lines
235 B
Text
7 lines
235 B
Text
common-obj-$(CONFIG_MAX7310) += max7310.o
|
|
common-obj-$(CONFIG_PL061) += pl061.o
|
|
common-obj-$(CONFIG_PUV3) += puv3_gpio.o
|
|
common-obj-$(CONFIG_ZAURUS) += zaurus.o
|
|
common-obj-$(CONFIG_E500) += mpc8xxx.o
|
|
|
|
obj-$(CONFIG_OMAP) += omap_gpio.o
|