Changeset da74747 in mainline for kernel/arch/sparc64/Makefile.inc


Ignore:
Timestamp:
2006-08-09T12:24:58Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
287920f
Parents:
e2882a7
Message:

Start reorganization of different keyboard drivers.
What seemed like a screwed i8042 chip appears to be
Zilog 8530.

The repository won't compile now. To be fixed in next commits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/Makefile.inc

    re2882a7 rda74747  
    6161CONFIG_FB = y
    6262
    63 ## Compile with support for i8042 controller.
     63## Compile with support for z8530 controller.
    6464#
    6565
    66 CONFIG_I8042 = y
    67 CONFIG_I8042_SUN = y
    68 DEFS += -DCONFIG_I8042_SUN
     66CONFIG_Z8530 = y
     67CONFIG_KBD_SUN = y
     68DEFS += -DCONFIG_KBD_SUN
    6969
    7070ARCH_SOURCES = \
     
    8989        arch/$(ARCH)/src/ddi/ddi.c \
    9090        arch/$(ARCH)/src/drivers/tick.c \
    91         arch/$(ARCH)/src/drivers/i8042.c
     91        arch/$(ARCH)/src/drivers/kbd.c
Note: See TracChangeset for help on using the changeset viewer.