mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
PPC: Add MPC8XXX gpio controller
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>
This commit is contained in:
parent
81f194dd69
commit
228aa992fc
2 changed files with 218 additions and 0 deletions
|
@ -2,5 +2,6 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue