diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-06-10 16:01:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-06-10 16:01:08 +0000 |
commit | 9a493792f424f0bdac8c2b7626e7f2c0b928d2d3 (patch) | |
tree | 4082622d6d695f6a0bd7c640da29e9095c91cdf5 /arch/mips/defconfig | |
parent | 657a501e22e2bebcfb67dc076d38d5f47af9cfda (diff) |
Fix config buglet which made some options unavailable on certain
machines.
Diffstat (limited to 'arch/mips/defconfig')
-rw-r--r-- | arch/mips/defconfig | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/arch/mips/defconfig b/arch/mips/defconfig index d0ac0802b..47087701a 100644 --- a/arch/mips/defconfig +++ b/arch/mips/defconfig @@ -319,6 +319,61 @@ CONFIG_SGISEEQ=y # CONFIG_CD_NO_IDESCSI is not set # +# Character devices +# +CONFIG_VT=y +CONFIG_VT_CONSOLE=y +# CONFIG_SERIAL is not set +# CONFIG_SERIAL_EXTENDED is not set +# CONFIG_SERIAL_NONSTANDARD is not set +CONFIG_UNIX98_PTYS=y +CONFIG_UNIX98_PTY_COUNT=256 + +# +# I2C support +# +# CONFIG_I2C is not set + +# +# Mice +# +# CONFIG_BUSMOUSE is not set +# CONFIG_MOUSE is not set + +# +# Joysticks +# +# CONFIG_JOYSTICK is not set + +# +# Input core support is needed for joysticks +# +# CONFIG_QIC02_TAPE is not set + +# +# Watchdog Cards +# +# CONFIG_WATCHDOG is not set +# CONFIG_INTEL_RNG is not set +# CONFIG_NVRAM is not set +# CONFIG_RTC is not set +# CONFIG_DTLK is not set +# CONFIG_R3964 is not set +# CONFIG_APPLICOM is not set + +# +# Ftape, the floppy tape device driver +# +# CONFIG_FTAPE is not set +# CONFIG_AGP is not set +# CONFIG_DRM is not set + +# +# Multimedia devices +# +# CONFIG_VIDEO_DEV is not set + +# # SGI Character devices # CONFIG_VT=y |