diff options
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/configs/sn2_defconfig | 2 | ||||
-rw-r--r-- | arch/ia64/sn/kernel/Makefile | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/ia64/configs/sn2_defconfig b/arch/ia64/configs/sn2_defconfig index bfeb952fe8e2..6ff7107fee4d 100644 --- a/arch/ia64/configs/sn2_defconfig +++ b/arch/ia64/configs/sn2_defconfig | |||
@@ -574,6 +574,8 @@ CONFIG_SERIAL_NONSTANDARD=y | |||
574 | # CONFIG_N_HDLC is not set | 574 | # CONFIG_N_HDLC is not set |
575 | # CONFIG_STALDRV is not set | 575 | # CONFIG_STALDRV is not set |
576 | CONFIG_SGI_SNSC=y | 576 | CONFIG_SGI_SNSC=y |
577 | CONFIG_SGI_TIOCX=y | ||
578 | CONFIG_SGI_MBCS=m | ||
577 | 579 | ||
578 | # | 580 | # |
579 | # Serial drivers | 581 | # Serial drivers |
diff --git a/arch/ia64/sn/kernel/Makefile b/arch/ia64/sn/kernel/Makefile index 6c7f4d9e8ea0..4f381fb25049 100644 --- a/arch/ia64/sn/kernel/Makefile +++ b/arch/ia64/sn/kernel/Makefile | |||
@@ -10,3 +10,4 @@ | |||
10 | obj-y += setup.o bte.o bte_error.o irq.o mca.o idle.o \ | 10 | obj-y += setup.o bte.o bte_error.o irq.o mca.o idle.o \ |
11 | huberror.o io_init.o iomv.o klconflib.o sn2/ | 11 | huberror.o io_init.o iomv.o klconflib.o sn2/ |
12 | obj-$(CONFIG_IA64_GENERIC) += machvec.o | 12 | obj-$(CONFIG_IA64_GENERIC) += machvec.o |
13 | obj-$(CONFIG_SGI_TIOCX) += tiocx.o | ||