summaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-16 11:13:06 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:04 -0800
commit7f825218dc3ca8c4f43ac288d800832d96d455f2 (patch)
tree8d6bfd36b9e70fcde74c29ba32de9120fd4d2f36 /drivers/input
parent30411e7cfc5a54856536881b893439dc158023a9 (diff)
powerpc: mpc8540: Remove macro CONFIG_MPC8540
Replace CONFIG_MPC8540 with ARCH_MPC8540 in Kconfig and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard.c b/drivers/input/keyboard.c
index 48255bd87b..522b02fa0a 100644
--- a/drivers/input/keyboard.c
+++ b/drivers/input/keyboard.c
@@ -20,7 +20,7 @@ static struct input_config config;
static int kbd_read_keys(struct input_config *config)
{
-#if defined(CONFIG_MPC5xxx) || defined(CONFIG_MPC8540) || \
+#if defined(CONFIG_MPC5xxx) || defined(CONFIG_ARCH_MPC8540) || \
defined(CONFIG_MPC8541) || defined(CONFIG_MPC8555)
/* no ISR is used, so received chars must be polled */
ps2ser_check();