From c78dfb4fd2cc8dbcd0baa3d180aeef1a06b1f062 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Fri, 21 Aug 2015 00:18:51 -0700 Subject: x86: superio: Add keyboard controller support to smsc_lpc47m driver Add an api to enable and configure the integrated keyboard controller on SMSC LPC47m superio chipset. It also adds several macros to help future extension. Signed-off-by: Bin Meng Acked-by: Simon Glass --- arch/x86/include/asm/ibmpc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch') diff --git a/arch/x86/include/asm/ibmpc.h b/arch/x86/include/asm/ibmpc.h index 678cde4c868..1e9058c0c1d 100644 --- a/arch/x86/include/asm/ibmpc.h +++ b/arch/x86/include/asm/ibmpc.h @@ -24,4 +24,7 @@ #define UART0_IRQ 4 #define UART1_IRQ 3 +#define KBD_IRQ 1 +#define MSE_IRQ 12 + #endif -- cgit v1.2.3