X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Finput%2Fkeyboard.c;h=84ee015cb33e88ffc4656f8a158224f70da31c0e;hb=413ab5b0e1b88057e472ea63eb05b00eee9cf6b1;hp=522b02fa0a9767561186efa5c76bf851d2bc0e2a;hpb=7f825218dc3ca8c4f43ac288d800832d96d455f2;p=u-boot diff --git a/drivers/input/keyboard.c b/drivers/input/keyboard.c index 522b02fa0a..84ee015cb3 100644 --- a/drivers/input/keyboard.c +++ b/drivers/input/keyboard.c @@ -20,8 +20,8 @@ static struct input_config config; static int kbd_read_keys(struct input_config *config) { -#if defined(CONFIG_MPC5xxx) || defined(CONFIG_ARCH_MPC8540) || \ - defined(CONFIG_MPC8541) || defined(CONFIG_MPC8555) +#if defined(CONFIG_ARCH_MPC8540) || \ + defined(CONFIG_ARCH_MPC8541) || defined(CONFIG_ARCH_MPC8555) /* no ISR is used, so received chars must be polled */ ps2ser_check(); #endif