make keyboard reset driver generic (not pc keyboard driver dependent)

so it can be used by usb, too

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> 


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5291 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2010-03-25 18:52:24 +00:00
committed by Stefan Reinauer
parent c2d0b62cc1
commit 1beabe10cd
4 changed files with 49 additions and 12 deletions

View File

@@ -58,3 +58,5 @@ TARGETS-$(CONFIG_USB_UHCI) += drivers/usb/uhci_rh.o
TARGETS-$(CONFIG_USB_HID) += drivers/usb/usbhid.o
TARGETS-$(CONFIG_USB_MSC) += drivers/usb/usbmsc.o
# used by both USB HID and keyboard
TARGETS-y += drivers/hid.o