Changeset b006a2c8 in mainline for kernel/arch
- Timestamp:
- 2006-08-04T15:52:02Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cfffb290
- Parents:
- b4fa652
- Location:
- kernel/arch
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/Makefile.inc
rb4fa652 rb006a2c8 62 62 63 63 CONFIG_I8042 = y 64 CONFIG_I8042_PC = y 65 DEFS += -DCONFIG_I8042_PC 64 66 65 67 ## Accepted configuration directives -
kernel/arch/ia32/Makefile.inc
rb4fa652 rb006a2c8 81 81 82 82 CONFIG_I8042 = y 83 83 CONFIG_I8042_PC = y 84 DEFS += -DCONFIG_I8042_PC 84 85 85 86 ## Accepted configuration directives -
kernel/arch/sparc64/Makefile.inc
rb4fa652 rb006a2c8 65 65 66 66 CONFIG_I8042 = y 67 CONFIG_I8042_SUN = y 68 DEFS += -DCONFIG_I8042_SUN 67 69 68 70 ARCH_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.